Skip to content

lancelote/lancelote.github.io

Repository files navigation

image

pavelkarateev.com

My personal blog, hosted by GitHub Pages. Check it at pavelkarateev.com.

Powered by Nikola Python static site generator.

Usage

checkout src
# edit files as you want
#    nikola new_post -d  # for new post
#    nikola new_post -p  # for new page
nikola build
nikola serve
nikola github_deploy -m "commit message"

Utils

make deps    # Update dependencies in requirements.txt
make update  # Install / Update all requirements