Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 445 Bytes

Installing build dependencies

pip install -r requirements.txt
git submodule init
git submodule update

Editing the blog & main page

  • The frontpage is located at theme/templates/frontpage.html
  • Update or add posts at blog/content (see existing posts for examples)
  • Run make devserver in blog, and connect to http://localhost:8000
  • When ready to update the site, run tools/gh-upload.sh