jeremy-website/README.org
2019-10-20 14:49:32 -04:00

15 lines
411 B
Org Mode

* Jeremy Dormitzer's personal website
This is my personal website. It's written using the [[https://docs.racket-lang.org/pollen/index.html][Pollen static site generator]].
* Running the development server
Make sure you have Pollen installed, then run:
#+BEGIN_SRC sh
raco pollen start
#+END_SRC
* Building the static site
#+BEGIN_SRC sh
raco pollen render -s src && raco pollen publish src out
#+END_SRC