Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
56 lines (38 loc) · 767 Bytes

README.md

File metadata and controls

executable file
·
56 lines (38 loc) · 767 Bytes

Erest

A simple blog generator written in Haskell.

Installation

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

License

Erest is distributed under the MIT license, and makes uses of highlight.js, a JavaScript library which automatically colorates code blocks.

Setup

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

Todo

Change CSS for tags and posts lists.