Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 899 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 899 Bytes

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.