Skip to content

obelix-site-builder/obelix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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