ebg 0.5.2

Eric's Blog Generator, a simple static site generator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Eric's Blog Generator

[![Crates.io](https://img.shields.io/crates/v/ebg)](https://crates.io/crates/ebg)
[![docs.rs](https://img.shields.io/docsrs/ebg)](https://docs.rs/ebg/latest/ebg/)

This is my very un-creatively named static site generator with an emphasis on blogging.
EBG is primarily meant to power <https://theincredibleholk.org>.
You're welcome to use it for your own site if you want, but at this point that's likely to be fairly labor-intensive.
For example, EBG does not yet include any pre-defined themes so you would have to make one from scratch and the theme-making process is poorly documented.

EBG is inspired by [Octopress] and [Jekyll], and perhaps even largely compatible because I developed EBG to do an in-place upgrade from my Octopress-powered blog.
Over time it has begun to diverge somewhat in order to support my own desires, and will likely continue to diverge in the future.

[Octopress]: http://octopress.org/
[Jekyll]: https://jekyllrb.com/