open-nomad/website
2015-09-22 21:48:43 -07:00
..
helpers website: use a helper for general options 2015-09-15 13:45:24 -07:00
source website: getting started 2015-09-22 21:48:43 -07:00
.buildpacks
config.rb website: Working on internal architecture 2015-09-17 16:29:25 -07:00
config.ru
Gemfile Force Ruby 2.2.2 on Heroku 2015-09-20 14:01:27 -04:00
Gemfile.lock
LICENSE.md website: Replace Vault -> Nomad 2015-09-17 16:33:37 -07:00
Procfile
README.md
Vagrantfile Update website documentation on the fork/exec driver + Vagrantfile fixes 2015-09-22 18:31:13 -07:00
version.txt

Nomad Website

This subdirectory contains the entire source for the Nomad Website. This is a Middleman project, which builds a static site from these source files.

Contributions Welcome!

If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in.

Running the Site Locally

Running the site locally is simple. Clone this repo and run the following commands:

$ bundle
$ bundle exec middleman server

Then open up http://localhost:4567. Note that some URLs you may need to append ".html" to make them work (in the navigation).