obelix
v1.7.0
Published
A static site generator
Downloads
7
Readme
Obelix
A simple & reliable static site generator
Obelix is a static site generator. Its primary goals are simplicity, ease of use, and extensibility.
Installation and usage
See the usage documentation for installation and usage instructions.
Development
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