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

dvbmgr/erest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A static blog generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published