Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 894 Bytes

README.rst

File metadata and controls

35 lines (25 loc) · 894 Bytes
https://requires.io/github/lancelote/lancelote.github.io/requirements.svg?branch=master

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