Fork me on GitHub
#babashka
<
2023-06-08
>
vxe04:06:39

anyone written a bb script which takes a file of bare hiccup and outputs the corresponding html?

vxe04:06:48

I would like to write a site in hiccup and as a last step convert everything to html and then rsync to a web server

lispyclouds06:06:20

maybe using https://github.com/babashka/conf/blob/main/generate.clj as an example and changing to read from a file having hiccup works? this is the source of https://babashka.org/conf/

👍 2
vxe06:06:10

ahhh nice, that might do the trick thanks 🙏

vxe13:06:39

wow bootleg is an amazing tool, thanks

Benjamin10:06:29

What is a good way to get the whole bb standard packages in my deps.edn / clojure cli? I mean fs etc.

lispyclouds10:06:29

does bb print-deps help?

👀 2
borkdude11:06:43

yes, this is what bb print-deps is for :)