a simple generator for converting markdown -> html for static sites
"There is no such thing as forever. Everything ends sooner or later. Just as it should. Because now is only now, and this moment is so precious." - Reki, Haibane Renmei
haibane is built on top of pandoc.
When you write a Markdown file and are ready to convert it to a webpage, simply run:
haibane [output.html] [input.md].
The desired output file is the first argument you pass to haibane, and the input file is the second.