open-nomad/website/config.rb

16 lines
489 B
Ruby
Raw Normal View History

2015-09-12 00:01:02 +00:00
#-------------------------------------------------------------------------
# Configure Middleman
#-------------------------------------------------------------------------
set :base_url, "https://www.nomadproject.io/"
2015-09-12 00:01:02 +00:00
activate :hashicorp do |h|
h.version = ENV["NOMAD_VERSION"]
2015-09-12 00:01:02 +00:00
h.bintray_enabled = ENV["BINTRAY_ENABLED"]
h.bintray_repo = "mitchellh/nomad"
2015-09-12 00:01:02 +00:00
h.bintray_user = "mitchellh"
h.bintray_key = ENV["BINTRAY_API_KEY"]
h.minify_javascript = false
end