inspec/www
2016-09-23 18:07:38 +02:00
..
source bugfix: there is one more button to start the online demo 2016-09-23 18:07:38 +02:00
tutorial bugfix: css properties need units 2016-09-23 16:01:18 +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/tutorial 2016-09-23 15:27:34 +02:00

InSpec homepage

Development

Get all dependencies:

bundle install

To run it live run:

bundle exec middleman server

For the online tutorial, take a look at www/tutorial.

Building

To build the site to a local static folder (without tutorial):

bundle exec middleman build

To build everything including the online tutorial:

bundle exec rake www: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.