- pandoc
- clojure
# in emacs
cider-jack-in-clj
cider-eval-buffer # in org-blog.core
# This starts a file watcher that regenerates the static site and reloads the repl
# with any changes to the src/, posts/, or pages/ directories
# in a shell at the project root
npx tailwindcss -i ./css/input.css -o ./static/css/output.css --watch
# Go to http://localhost:8081 to see the site locally
# Push the repository, with the site in static/ dir, and Digital Ocean will deploy it