The personal site of Karl Lorey. That would be me. Built with minimalism in mind and Nikola.
Install the requirements inside requirements.txt
and run
make
If you're deploying for the first time to GitHub pages, pull the gh-pages branch first (if existing):
git pull origin gh-pages
Then you can deploy with the following command (which will create a new commit in gh-pages):
nikola github_deploy