Go to file
2019-10-20 17:35:58 -04:00
src Add viewport meta 2019-10-20 17:35:58 -04:00
.gitignore Add out/ to .gitignore 2019-10-20 14:29:13 -04:00
README.org Fix deployment instructions 2019-10-20 14:49:32 -04:00

Jeremy Dormitzer's personal website

This is my personal website. It's written using the Pollen static site generator.

Running the development server

Make sure you have Pollen installed, then run:

  raco pollen start

Building the static site

  raco pollen render -s src && raco pollen publish src out