mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
98c8f35a60
to support proper markdown functionality, see github markdown for reference |
||
---|---|---|
.. | ||
data | ||
lib | ||
source | ||
tutorial | ||
.gitignore | ||
config.rb | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
README.md |
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.