jayhendren / foodcritic-site

The website for foodcritic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foodcritic-site

Built on Travis

This is the website for foodcritic, a lint tool for Chef cookbooks.

It uses Middleman. You can visit the published website at: http://foodcritic.io

Building

$ bundle install
$ bundle exec rake

Deployment

$ export AWS_ACCESS_KEY_ID=<secret>
$ export AWS_SECRET_ACCESS_KEY=<secret>
$ bundle exec rake deploy

License

MIT - see the accompanying LICENSE file for details.

Contributing

Please fork and submit a pull request on an individual branch per change.

About

The website for foodcritic.

License:MIT License


Languages

Language:Ruby 68.8%Language:HTML 31.2%