Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 820 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 820 Bytes

Obelix

A simple & reliable static site generator

obelix the gaul

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