poita.org

poita.org

Jekyll source for my personal homepage.

This repo contains the source for my website: poita.org

The site is statically generated using Jekyll.

To generate the site:

git clone [email protected]:Poita/poita.org.git poita.org
cd poita.org
jekyll --server

Then head to http://0.0.0.0:4000/ to view locally.

To deploy, just copy the contents of poita.org/_site (generated by jekyll) to your server's document root. I use rsync for this.