WoD is a very simple static blog CMS; powered by MultiMarkdown/Haml/Sass.
This is the engine and content for my blog.
- Install MultiMarkdown
- you can use the official Mac Installer
- or homebrew:
brew install multimarkdown
- Install Sass (you can follow the instructions on the Sass website; later, this will be merged into the next step)
- Run the Bundler installation command:
bundle
Simply write your articles as .md
files in the /articles
directory.
Then generate your blog:
rake
All code is published under the MIT License.
All content is released under the Creative Commons BY-NC License.