A simple blog generator written in Haskell.
You will need ghc and cabal to be installed. git might be required if you want to use a device like Github Pages.
cd src
make build
sudo make install
Erest is distributed under the MIT license, and makes uses of highlight.js, a JavaScript library which automatically colorates code blocks.
To create a new blog, type
erest init
Then you could create a new post
erest new
The HTML page is generated by
erest generate
You can push your updates to the Git server with
erest send
And pull with
erest update
Change CSS for tags and posts lists.