muon: Static blog generator

[ bsd3, program, web ] [ Propose Tags ]

Program which takes blog posts and pages written in Markdown and compiles them into a tree of HTML pages which can then be served by any web server.

As of now, Muon supports:

  • Generating a site from Markdown and HTML

  • Previewing a site locally using happstack-server

  • Uploading a site to a server using rsync


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8
Change log changelog
Dependencies base (>=4.6 && <4.7), blaze-html (>=0.7 && <0.8), ConfigFile (>=1.1 && <1.2), directory (>=1.2 && <1.3), Glob (>=0.7 && <0.8), happstack-server (>=7.3 && <7.4), HStringTemplate (>=0.7 && <0.8), markdown (>=0.1 && <0.2), MissingH (>=1.2 && <1.3), process (>=1.2 && <1.3), text (>=0.11 && <0.12) [details]
License BSD-3-Clause
Copyright Copyright (c) 2014 Kaashif Hymabaccus
Author Kaashif Hymabaccus
Maintainer kaashif@kaashif.co.uk
Category Web
Home page http://github.com/kaashif-hymabaccus/muon
Source repo head: git clone http://github.com/kaashif-hymabaccus/muon.git
Uploaded by kaashif at 2014-08-11T22:50:56Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables muon
Downloads 6082 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-14 [all 7 reports]

Readme for muon-0.1.0.8

[back to package description]

Muon

Muon is a static site generator, meaning that it takes files written in convenient markup and converts it to HTML and CSS ready to deploy to a web server.

See this site for some sort of website for Muon.

See the documentation for info on how to use Muon.