428 B
428 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 pelican markdown ghp-import shovel
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