Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rainyear/new-blog-source

New blog source here
https://github.com/rainyear/new-blog-source

Last synced: about 1 month ago
JSON representation

New blog source here

Awesome Lists containing this project

README

        

How to generate static blog here
===

### Local

source venv/bin/activate
/*
pelican content/ -- copying projects
*/
make html
cd output && python -m SimpleHTTPServer 8080

### Publish

source venv/bin/activate
make pub
/*
pelican content/ -s publishconf.py -o ../rainy.im/
*/