Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pnowy/pnowy.github.io

pnowy personal blog
https://github.com/pnowy/pnowy.github.io

jekyll

Last synced: about 1 month ago
JSON representation

pnowy personal blog

Awesome Lists containing this project

README

        

### BUILD FOR DEV WITH DRAFTS

`bundle exec jekyll build --config=_config.yml,_config_dev.yml --drafts`

or

`./build.sh`

### SERVE FOR DEV WITH DRAFTS

`bundle exec jekyll build --config=_config.yml,_config_dev.yml --drafts`

or

`./serve.sh`