Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigeng/vigeng.github.io
Rowan Wei GENG's webpage.
https://github.com/vigeng/vigeng.github.io
Last synced: about 1 month ago
JSON representation
Rowan Wei GENG's webpage.
- Host: GitHub
- URL: https://github.com/vigeng/vigeng.github.io
- Owner: ViGeng
- License: apache-2.0
- Created: 2023-08-11T07:18:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-27T16:23:33.000Z (about 2 months ago)
- Last Synced: 2024-11-27T17:29:13.713Z (about 2 months ago)
- Homepage: https://vigeng.github.io/
- Size: 8.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://docs.rsshub.app/ecosystem)## References
### How to use
```bash
# 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 packagespip install pymdown-extensions
pip install mkdocs-material
pip install mkdocs-git-revision-date-localized-pluginmkdocs serve
```
- https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
- [MkDocs](https://www.mkdocs.org/)
- https://wcowin.work/blog/Mkdocs/mkdocs2/
- https://github.com/yywangvr/yywangvr.github.io