marihana

[ library, mit, program, web ] [ Propose Tags ]

Please see the README on Github at https://github.com/suzukeno/marihana#readme


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.1.0, 0.2.2.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), directory, marihana [details]
License MIT
Copyright 2018 Akeno Suzukaze
Author Akeno Suzukaze
Maintainer nanisanumber+contact@gmail.com
Home page https://github.com/suzukeno/marihana#readme
Bug tracker https://github.com/suzukeno/marihana/issues
Source repo head: git clone https://github.com/suzukeno/marihana
Uploaded by suzukeno at 2018-03-29T06:50:04Z
Distributions NixOS:0.2.2.0
Executables marihana
Downloads 2481 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-29 [all 1 reports]

Readme for marihana-0.1.1.0

[back to package description]

suzukeno/marihana

A minimal static site generator in Haskell

Installation

$ stack install marihana

Quick Start

Setup a new blog at ./blog-name

marihana init blog-name

Create a new article article-name

marihana new-post article-name

Create a new page page-name

marihana new-page page-name

Build static files

marihana build

Deploy blog

marihana deploy

License

Licensed under the MIT License