Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 743 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 743 Bytes

Web site for the Simple web framework

This repository holds the site contents for http://simple.cx.

Dependencies

The site is completely static, but is build using make and pandoc for compiling the markdown into HTML. Many OS distributions have pandoc in their software repositories, or you can build it with cabal:

$ cabal install pandoc

Building

To build the site, simply run make:

$ make

Get involved!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/alevy/simple.cx.git