Skip to content

ViGeng/vigeng.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 pymdown-extensions
pip install mkdocs-material
pip install mkdocs-git-revision-date-localized-plugin

mkdocs serve

Releases

No releases published

Packages

No packages published