Workflow:
- Create new article cp ./misc/template.md ./content/new_article.md
- make proselint check text with linter
- nix-build
- nix-shell --run 'pelican -l -o result'
- View the web-site on http://127.0.0.1:8000
- pelican content -s publishconf.py to generate production version
- make github to commit and push changes