413 B
413 B
blog
install
git clone git@github.com:xsteadfastx/blog.git
cd blog && virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
pip 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