Source code for personal website www.fwagner.info
Built with Pure Theme for Pelican. Uses icons by FontAwesome and Academicons.
To build and serve website locally:
sudo pip install pelican bibtexparser
git clone --recursive https://github.com/florian-wagner/website.git
cd website
make html
make serve
# open http://localhost:8000 in your browser