A blog about setting this up and random nonsense.
I mentioned in the other post that I was using clerk to render the code in a nice way. I've been enjoying that so much I set up a little repo called clerktudes in which I can use clerk to generate a nice little static app with rendered pages for various interesting programming things in clojure that I choose to write up.
The name is stolen from Peter Norvig's pytudes.
I made an alias in the deps.edn file which I can invoke with:
clj -X:clerk
to build the static site. As a convenience, I also generated a Makefile that set this as the all target. This places the final site at ~trefulo/clerk.
Hopefully this will encourage me to write up more little programming things.
Published: 2022-11-30
Tagged: clojure