blog/README.md

18 lines
413 B
Markdown
Raw Normal View History

2014-01-28 12:58:12 +01:00
blog
====
2014-01-28 15:05:04 +01:00
## install ##
1. `git clone git@github.com:xsteadfastx/blog.git`
2. `cd blog && virtualenv -p /usr/bin/python3 venv`
3. `source venv/bin/activate`
2014-11-18 16:10:56 +01:00
4. `pip install -r requirements.txt`
2014-01-28 15:05:04 +01:00
## upgrade ##
`pip install --upgrade pelican markdown ghp-import shovel`
2014-01-28 15:05:04 +01:00
## write ##
1. put the markdown files in "content/posts"
2. test it with `make html && make serve`
3. upload it to github with `make github`