Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.21 KB

# λ-blog [![Build Status](https://travis-ci.org/Idorobots/lambda-blog.svg?branch=master)](https://travis-ci.org/Idorobots/lambda-blog) [![Clojars Project](https://img.shields.io/clojars/v/lambda-blog.svg)](https://clojars.org/lambda-blog) [![Clojars Project](https://img.shields.io/clojars/v/lambda-blog/lein-template.svg)](https://clojars.org/lambda-blog/lein-template)

λ-blog is a static blog generator generator optimized for customizability. It provides sane defaults but lets you override anything, ranging from HTML templates to the generation pipeline, essentially allowing you to build your own static blog generator.

Usage

See the API docs and the sample blog.

To create a blog using Leiningen simply do the following in the console:

lein new lambda-blog name

Now you can generate & check out your static blog by runnig:

cd name
lein run
firefox out/index.html

Happy blogging!

License

Copyright © 2015-2016 Kajetan Rzepecki [email protected]

Distributed under the MIT License. See LICENSE.txt for details.