Skip to content

josePhoenix/website

Repository files navigation

Joseph's personal website

Built with Pelican.

Building

git clone --recursive git@github.com:josePhoenix/website.git
cd website
pip install -r requirements.txt
make devserver
open http://localhost:8000/

Publishing

make rsync_upload