Skip to content

ViGeng/vigeng.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b6bc61 · Mar 6, 2025

History

55 Commits
Aug 11, 2023
Mar 6, 2025
Dec 11, 2024
Aug 11, 2023
Feb 13, 2025
Feb 13, 2025
Oct 27, 2024

Repository files navigation

GENG Wei Webpage

This is GENG Wei's personal webpage site.

TODO:

  • news block directly shows the contents from a news.md file
  • show feeds from RSS, ref

References

How to use

# create a virtual environment
python3 -m venv venv # run only if you haven't created a virtual environment
source venv/bin/activate # pls ensure you have activated the virtual environment, or mkdocs can not find the installed packages
pip install mkdocs
pip install pymdown-extensions
pip install mkdocs-material
pip install mkdocs-git-revision-date-localized-plugin

mkdocs serve

Problems

  • Nested list only accept 4 spaces, NOT 2 spaces.

Releases

No releases published

Packages

No packages published