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
|
|
|
|
|
2019-10-20 18:49:32 +00:00
|
|
|
* Building the static site
|
2019-10-20 18:39:58 +00:00
|
|
|
#+BEGIN_SRC sh
|
2019-10-20 18:49:32 +00:00
|
|
|
raco pollen render -s src && raco pollen publish src out
|
2019-10-20 18:39:58 +00:00
|
|
|
#+END_SRC
|