The site used for storing my documentations which recorded the process of my self-learning in Computer Science.
The main part except Home include Notebook, Blog, Projects 3 sections. The infomation of each section is available at the main page of these sections.
Use MkDocs & Mkdocs for Material to build in localhost.
-
Clone the repository
git clone -b main https://github.com/virtualguard101/note.git
-
Create a Python virtual environment by uv and install dependencies
uv venv source .venv/bin/activate uv pip install -r requirements
-
Deploy by
mkdocs
locallyuv run mkdocs serve
Then access localhost:8000 in browser.