jeremy-website/README.org

15 lines
383 B
Org Mode
Raw Normal View History

2019-05-28 13:03:43 +00:00
* 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]].
2019-10-20 18:39:58 +00:00
* Running the development server
Make sure you have Pollen installed, then run:
#+BEGIN_SRC sh
raco pollen start
#+END_SRC
* Building the3 static site
#+BEGIN_SRC sh
raco pollen publish src out
#+END_SRC