borkdude / quickblog

Light-weight static blog engine for Clojure and babashka
https://blog.michielborkent.nl/
MIT License
165 stars 28 forks source link

Cache assets #3

Closed jmglov closed 2 years ago

jmglov commented 2 years ago

Only copies asset and static template files (CSS and SVG) to out-dir if they have changed, and also adds a title to the index page

borkdude commented 2 years ago

PR looks good to me. But let's rename quickblog.lib to quickblog.internal so it's clear that this is not a public API

Also use ^:no-doc metadata on the namespace, then it won't show up in API.md