inspec/www
2016-09-22 23:51:30 +02:00
..
source reorder and fix sidebar contents for docs 2016-09-22 15:15:40 +02:00
tutorial update command results 2016-09-21 22:14:38 +02:00
.gitignore ignore auto-generated docs 2016-09-22 16:47:54 +02:00
config.rb Activate sprockets, downgrade to working version of jQuery 2016-09-20 09:23:34 -07:00
config.ru Fixup rubocop violation in www/ 2016-09-13 15:11:48 +01:00
Gemfile Fixup rubocop violation in www/ 2016-09-13 15:11:48 +01:00
Gemfile.lock add homepage 2016-09-12 21:01:40 +02:00
README.md add build tasks for www 2016-09-22 23:51:30 +02:00

InSpec homepage

Development

Get all dependencies:

bundle install

To run it live run:

bundle exec middleman server

Building

To build to a local static folder, run:

bundle exec middleman build

Releasing

To push a new version of the website, make sure that you have built the site (see previous section) and that you are happy with the results. If so, run:

bundle exec rake www:release

It will clear and create a local gh-pages branch, add the site to it, and ask you before it pushes everything to origin/gh-pages i.e. the live website.