Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rainyear/new-blog-source
- Owner: rainyear
- License: mit
- Created: 2014-12-04T13:37:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T14:11:48.000Z (over 9 years ago)
- Last Synced: 2023-06-09T00:35:14.718Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 7.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
*/