stamd

Static Markdown Page Generator
git clone git://git.dimitrijedobrota.com/stamd.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |

stamd

Static Markdown blogging platform that generates everything you need

Description

With this project you can seamlessly turn a collection of .md files into a static webpage, with auto generated indexes for categories, rss and atom feeds, sitemap.xml and robots.txt.

It's configured to make pages for my personal website, but as generation code is self documenting , it can be easily adopted to fit your needs, all you have to do is change write_header and write_footer methods as you see fit.

As of now most of the heavy lifting is done by md4c library, until I find time to develop sophisticated Markdown to HTML converter.

Dependencies

Building and installing

See the BUILDING document.

Usage

Please reference cabin-deploy.sh for relevant usage example

Version History

Contributing

See the CONTRIBUTING document.

Licensing

This project is licensed under the MIT License