Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 packages

pip install pymdown-extensions
pip install mkdocs-material
pip install mkdocs-git-revision-date-localized-plugin

mkdocs 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