hashobject / perun

Programmable static site generator built with Clojure and Boot (HELP NEEDED!)
https://perun.io
Eclipse Public License 1.0
351 stars 38 forks source link

Theme library #217

Open devurandom opened 6 years ago

devurandom commented 6 years ago

It would be great to have a (set of) theme library(-ies) available. They would contain Clojure code / Hiccup templates and styling (CSS) that would make it very easy to create e.g. a blog. I imagine that I would just have to (require '[io.perun.theme.hyde]) and get a Hyde styled blog, where I would just have to add a file content/2018-09-02-my-first-blog-post.md to create a blog post with some reasonably pretty looks.