From ec967bf57c3fff064bb3669054197a745113391f Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 16 Nov 2016 16:47:35 -0800 Subject: [PATCH] Update website for 0.5.0 and special lxc download --- website/config.rb | 2 +- website/source/downloads.html.erb | 44 +++++++++++++++++++++++++------ 2 files changed, 37 insertions(+), 9 deletions(-) diff --git a/website/config.rb b/website/config.rb index d19106d1d..2cefe4c05 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/" activate :hashicorp do |h| h.name = "nomad" - h.version = "0.4.1" + h.version = "0.5.0" h.github_slug = "hashicorp/nomad" end diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index d97b4e340..44d802d2f 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -31,23 +31,51 @@ description: |- - <% product_versions.each do |os, arches| %> - <% next if os == "web" %>
-
<%= system_icon(os) %>
+
-

<%= pretty_os(os) %>

+

Mac OS X

+
+
+
+
+
+
+
+
+

Linux

+ + +
+
+
+
+
+
+
+
+

Windows

+
- <% end %>