Skip to content

ryanburnette/boilerplate-middleman

Repository files navigation

Boilerplate Middleman

This is a boilerplate Middleman project.

Middleman

It's Middleman. Yep.

Middleman Blog

It's all set up to be a blog too.

Helpers

Keep the helpers all organized in the ./helpers directory. Modules that follow the FooHelpers naming convention will be automatically loaded.

Data

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

Rakefile

Bower

Bower for managing front-end packages. Run bower install to install packages.

Modernizr

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.

License

Apache 2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published