Skip to content

florian-wagner/website

Repository files navigation

Source code for personal website www.fwagner.info

Build Status

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