Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rexzhang/rexzhang.com


https://github.com/rexzhang/rexzhang.com

Last synced: about 2 months ago
JSON representation

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
```