Re: what is currently considered a good blog engine, written in Clojure?

2020-12-13 Thread lawrence...@gmail.com
Thank you everyone. On Sunday, December 13, 2020 at 12:05:01 PM UTC-5 stan@gmail.com wrote: > On 13.12.2020 10:11, Christopher Small wrote: > > Oz (in addition to being a dataviz tookit) has evolved into the realm of > > static site generation > >

Re: what is currently considered a good blog engine, written in Clojure?

2020-12-13 Thread Eugen Stan
On 13.12.2020 10:11, Christopher Small wrote: Oz (in addition to being a dataviz tookit) has evolved into the realm of static site generation , complete with live code reloading. Simply |(require '[oz.core :as oz]) (oz/build! [{:from

Re: what is currently considered a good blog engine, written in Clojure?

2020-12-13 Thread Christopher Small
Oz (in addition to being a dataviz tookit) has evolved into the realm of static site generation , complete with live code reloading. Simply (require '[oz.core :as oz]) (oz/build! [{:from "site-src/pages" :to "build"}]) This will set

Re: what is currently considered a good blog engine, written in Clojure?

2020-12-12 Thread Sean Corfield
I think a lot of people use Cryogen: Simple static sites (cryogenweb.org) -- I used to use Octopress, based on Jekyll, and switched to Cryogen recently. For the commenting system, I've used Disqus for a long time. And I host on GitHub (via seancorfield.github.io and a

Re: what is currently considered a good blog engine, written in Clojure?

2020-12-12 Thread Andrea Richiardi
I like a lot and using perun for www.andrearichiardi.com The workflow is great but unfortunately work on boot and perun has stagnated a bit. Trying to give it a bit of love as we speak! On Saturday, December 12, 2020 at 1:52:43 AM UTC-8 lawrence...@gmail.com wrote: > Hello everyone. I've