This is a boilerplate Middleman project.
It's Middleman. Yep.
It's all set up to be a blog too.
Keep the helpers all organized in the ./helpers
directory. Modules that
follow the FooHelpers
naming convention will be automatically loaded.
The ./data
directory is pretty useful. Make a file like this:
# ./data/foo.yml
bar: 1
Then grab the data like this:
data.foo.bar # 1
Bower for managing front-end packages. Run bower install
to install packages.
Modernizr for browser tests. The
./modernizr-config.json
contains a manifest of all the tests. Run rake development:modernizr
to rebuild the file. The config stays in version
control, the built file doesn't have to. Yay.
Apache 2