obelix-site-builder / obelix

Obelix: a purely functional static site generator

Home Page:https://obelix-site-builder.github.io/obelix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Obelix: a purely functional static site generator

https://obelix-site-builder.github.io/obelix/

License:MIT License


Languages

Language:Clojure 82.7%Language:Handlebars 7.9%Language:HTML 5.6%Language:CSS 2.5%Language:Makefile 0.9%Language:Emacs Lisp 0.4%