Skip to content

Selubi/selubi.github.io

Repository files navigation

Overview

This repository is the base repository for notes.selubi.tech. For more information, visit the website itself.

Operations

Installing the dependency

Install nodejs 18. When on a fresh ubuntu:

curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install nodejs

Clone repo and install dependency

make install

Serving at localhost for development

make serve-en # English version serve

Building the static site

The build folder is ./build

make build

Creating a file for all locale

make touch target="<PATH_TO_FILE>"

Deleting a file or folder from all locale

make rm target="<PATH_TO_FILE_OR_FOLDER>"

Resources

Docusaurus' doncusaurus.config.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published