diff --git a/website/Gemfile b/website/Gemfile index d0e5a286b..2b35e2810 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -ruby "2.2.3" +ruby "2.2.2" gem "middleman-hashicorp", github: "hashicorp/middleman-hashicorp" diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 4a6daa8bb..64e5f4fd8 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: git://github.com/hashicorp/middleman-hashicorp.git - revision: b152b6436348e8e1f9990436228b25b4c5c6fcb8 + revision: 15cbda0cf1d963fa71292dee921229e7ee618272 specs: - middleman-hashicorp (0.1.0) + middleman-hashicorp (0.2.0) bootstrap-sass (~> 3.3) builder (~> 3.2) less (~> 2.6) @@ -79,7 +79,7 @@ GEM kramdown (1.9.0) less (2.6.0) commonjs (~> 0.2.7) - libv8 (3.16.14.11) + libv8 (3.16.14.13) listen (3.0.3) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) diff --git a/website/config.rb b/website/config.rb index 9fe973fea..8cc1d9bd0 100644 --- a/website/config.rb +++ b/website/config.rb @@ -5,21 +5,9 @@ set :base_url, "https://www.consul.io/" activate :hashicorp do |h| - h.version = "0.5.2" - h.bintray_enabled = ENV["BINTRAY_ENABLED"] - h.bintray_repo = "mitchellh/consul" - h.bintray_user = "mitchellh" - h.bintray_key = ENV["BINTRAY_API_KEY"] - h.github_slug = "hashicorp/consul" - - # Do not include the "web" in the default list of packages - h.bintray_exclude_proc = Proc.new do |os, filename| - os == "web" - end - - # Consul packages are not prefixed with consul_ - they should be in the - # future though! - h.bintray_prefixed = false + h.name = "consul" + h.version = "0.5.2" + h.github_slug = "hashicorp/consul" end helpers do diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index 6eab61d36..2c63e068f 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -9,47 +9,59 @@ description: |-

Download Consul

-
-
-

- Below are all available downloads for the latest version of Consul - (<%= latest_version %>). Please download the proper package for your - operating system and architecture. You can find SHA256 checksums - for packages here. -

-
-
+
+
+

+ Below are the available downloads for the latest version of Consul + (<%= latest_version %>). Please download the proper package for your + operating system and architecture. +

+

+ You can find the + + SHA256 checksums for Consul <%= latest_version %> + + online and you can + + verify the checksums signature file + + which has been signed using HashiCorp's GPG key. + You can also download older versions of Consul from the releases service. +

+
+
- <% product_versions.each do |os, versions| %> -
-
-
<%= system_icon(os) %>
-
-

<%= os %>

- -
-
-
+ <% product_versions.each do |os, arches| %> + <% next if os == "web" %> +
+
+
<%= system_icon(os) %>
+
+

<%= pretty_os(os) %>

+ +
+
+
<% end %> -
-
- - - -
-
+