Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 666 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 666 Bytes

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