• Stars
    star
    16
  • Rank 1,272,059 (Top 26 %)
  • Language
    Clojure
  • License
    MIT License
  • Created about 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A jekyll-esque static site generator with the power of Clojure.

Bruno

Release

A Jekyll-esque static site generator written in Clojure that, unlike most static site generators, uses Clojure for templating as well thus being the perfect static site generator for those who love Clojure, or who would love to do some actual programming in their templating.

Install

Locally

curl -s https://raw.githubusercontent.com/askonomm/bruno/master/install.sh | bash -s

You can then run Bruno as ./bruno, given that the Bruno executable is in the current working directory.

Globally

curl -s https://raw.githubusercontent.com/askonomm/bruno/master/install.sh | bash -s -- -g

You can then run Bruno as bruno from anywhere.

Usage