https://github.com/idorobots/lambda-blog
A static blog generator generator, or the time I got really mad at all other blogging platforms.
https://github.com/idorobots/lambda-blog
blog-engine blog-platform clojars clojure
Last synced: about 1 year ago
JSON representation
A static blog generator generator, or the time I got really mad at all other blogging platforms.
- Host: GitHub
- URL: https://github.com/idorobots/lambda-blog
- Owner: Idorobots
- License: mit
- Created: 2015-12-25T23:59:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T17:04:27.000Z (about 9 years ago)
- Last Synced: 2025-04-09T12:47:56.909Z (about 1 year ago)
- Topics: blog-engine, blog-platform, clojars, clojure
- Language: Clojure
- Homepage:
- Size: 599 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# λ-blog [](https://travis-ci.org/Idorobots/lambda-blog) [](https://clojars.org/lambda-blog) [](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](https://idorobots.github.io/lambda-blog/api/) and the [sample blog](https://idorobots.github.io/lambda-blog/).
To create a blog using [Leiningen](https://leiningen.org) 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
Distributed under the MIT License. See LICENSE.txt for details.