jass.clj

Jass — just a static site

Motivation

I just want a bare-bones static site. No frameworks, no nothing. Just like what you'd get writing plain old HTML, CSS, and JS, with the only difference being that instead of writing HTML, CSS, or JS, you write Clojure, Clojure, and Clojure (via Hiccup, Garden, and ClojureScript). Every option on the market is either too little, too much, or broken.

Goals and features

  • Two modes of operation

    • Build: simply compile everything into an output directory.

    • Develop: Watch a source directory for updates and live-reload assets by (ab)?using Reagent

Usage