Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanburnette/boilerplate-middleman
https://github.com/ryanburnette/boilerplate-middleman
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanburnette/boilerplate-middleman
- Owner: ryanburnette
- License: apache-2.0
- Created: 2017-02-04T01:05:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T21:35:50.000Z (almost 8 years ago)
- Last Synced: 2024-11-19T19:52:26.603Z (3 months ago)
- Language: CSS
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boilerplate Middleman
This is a boilerplate Middleman project.
## Middleman
It's [Middleman](https://middlemanapp.com/basics/install/). 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:
```yml
# ./data/foo.yml
bar: 1
```Then grab the data like this:
```ruby
data.foo.bar # 1
```## Rakefile
## Bower
[Bower](http://bower.io) for managing front-end packages. Run `bower install`
to install packages.## Modernizr
[Modernizr](https://modernizr.com/docs) 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