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.
Clone the obsidian branch and use Obsidian to read the notebook.
git clone -b obsidian https://github.com/virtualguard101/note.gitThen open the note/docs folder in Obsidian.
Note
In obsidian, jupyter notebook is not supported.
Use MkDocs & Mkdocs for Material to build in localhost.
-
Clone the repository
git clone -b main https://github.com/virtualguard101/note.git
-
Install dependencies by uv
uv sync
-
Deploy by
mkdocslocallyuv run mkdocs serve
Then access localhost:8000 in browser.