ITADN
README.md

virtualguard101's Wiki

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.

Read in obsidian

Clone the obsidian branch and use Obsidian to read the notebook.

git clone -b obsidian https://github.com/virtualguard101/note.git

Then open the note/docs folder in Obsidian.

[!NOTE] In obsidian, jupyter notebook is not supported.

Read in localhost

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 mkdocs locally

    uv run mkdocs serve

Then access localhost:8000 in browser.