413 B
413 B
blog
install
git clone git@github.com:xsteadfastx/blog.gitcd blog && virtualenv -p /usr/bin/python3 venvsource venv/bin/activatepip install -r requirements.txt
upgrade
pip install --upgrade pelican markdown ghp-import shovel
write
- put the markdown files in "content/posts"
- test it with
make html && make serve - upload it to github with
make github