Skip to content

onemouth/blog-source

Repository files navigation

Blog

Dependencies

  • babashka: fast native Clojure scripting runtime
  • pandoc: convert files from one markup format into another
  • htmlq: like jq, but for HTML

CSS

npx tailwindcss -i tailwindcss/core.css -o css/output.css

Commmands

  • bb build: rebuild site
  • bb serve: run local http server
  • bb deploy: deploy site