Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexzhang/rexzhang.com
https://github.com/rexzhang/rexzhang.com
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rexzhang/rexzhang.com
- Owner: rexzhang
- Created: 2020-03-27T08:15:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T09:14:44.000Z (11 months ago)
- Last Synced: 2024-02-20T09:40:58.034Z (11 months ago)
- Language: HTML
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rexzhang.com
## Live Preview
```shell
pelican --autoreload --listen
``````shell
cd theme-rexzhang/static/css
sass -w style.scss style.css
```## Export .css from pygments
```shell
pygmentize -S default -f html -a .highlight > default.css
```