A simple & reliable static site generator
Obelix is a static site generator. Its primary goals are simplicity, ease of use, and extensibility.
See the usage documentation for installation and usage instructions.
Obelix is written in ClojureScript and compiled to a Node.js script.
To compile the source you'll need GNU Make and Clojure installed. Run:
$ make out
This will build Obelix to the standalone script main.js
in the out
directory.
To run the tests, run:
$ clojure -A:test