Description
Static blog generator.
Description
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
README.md
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.