This is GENG Wei's personal webpage site.
- news block directly shows the contents from a news.md file
- show feeds from RSS, ref
# 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