diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 325143cfd..59b928395 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/hashicorp/middleman-hashicorp - revision: b152b6436348e8e1f9990436228b25b4c5c6fcb8 + revision: f21146d03182b7236b85ee8bc430fd613125d5bb 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 5d0d0ec16..f8432d255 100644 --- a/website/config.rb +++ b/website/config.rb @@ -1,14 +1,7 @@ -#------------------------------------------------------------------------- -# Configure Middleman -#------------------------------------------------------------------------- - set :base_url, "https://www.terraform.io/" activate :hashicorp do |h| - h.version = ENV["TERRAFORM_VERSION"] - h.bintray_enabled = ENV["BINTRAY_ENABLED"] - h.bintray_repo = "mitchellh/terraform" - h.bintray_user = "mitchellh" - h.bintray_key = ENV["BINTRAY_API_KEY"] - h.github_slug = "hashicorp/terraform" + h.name = "terraform" + h.version = "0.6.6" + h.github_slug = "hashicorp/terraform" end diff --git a/website/source/assets/images/fastly_logo.png b/website/source/assets/images/fastly_logo.png new file mode 100644 index 000000000..0c4619e96 Binary files /dev/null and b/website/source/assets/images/fastly_logo.png differ diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index 1eb63cc22..a979e2772 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -9,46 +9,50 @@ description: |-

Download Terraform

-
-
-

- Below are all available downloads for the latest version of Terraform - (<%= 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 Terraform + (<%= latest_version %>). Please download the proper package for your + operating system and architecture. +

+

+ You can find the + + SHA256 checksums for Terraform <%= 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 Terraform from the releases service. +

+
+
-

- Each release archive is a zip file containing the Terraform binary - executables at the top level. These executables are meant to be extracted - to a location where they can be found by your shell. -

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

<%= os %>

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

<%= pretty_os(os) %>

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