Skip to content

Commit

Permalink
Merge pull request hashicorp#411 from hashicorp/sethvargo/more_websit…
Browse files Browse the repository at this point in the history
…e_updates

SEO and latest middleman goodness
  • Loading branch information
sethvargo committed Oct 20, 2014
2 parents 3761867 + a623b43 commit 11ef616
Show file tree
Hide file tree
Showing 82 changed files with 1,570 additions and 1,709 deletions.
20 changes: 10 additions & 10 deletions website/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/hashicorp/middleman-hashicorp.git
revision: fe7d5bb4b04c408857dbe94345341cafcbc02de4
revision: dc9f2d6b986842622796a569bf9358f6f3e3f634
specs:
middleman-hashicorp (0.1.0)
bootstrap-sass (~> 3.2)
Expand Down Expand Up @@ -29,7 +29,7 @@ GEM
builder (3.2.2)
celluloid (0.16.0)
timers (~> 4.0.0)
chunky_png (1.3.1)
chunky_png (1.3.2)
coffee-script (2.3.0)
coffee-script-source
execjs
Expand All @@ -53,8 +53,8 @@ GEM
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.0.3)
execjs (2.2.1)
ffi (1.9.5)
execjs (2.2.2)
ffi (1.9.6)
haml (4.0.5)
tilt
hike (1.2.3)
Expand Down Expand Up @@ -113,11 +113,11 @@ GEM
rouge (~> 1.0)
minitest (5.4.2)
multi_json (1.10.1)
padrino-helpers (0.12.3)
padrino-helpers (0.12.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.3)
padrino-support (= 0.12.4)
tilt (~> 1.4.1)
padrino-support (0.12.3)
padrino-support (0.12.4)
activesupport (>= 3.1)
rack (1.5.2)
rack-contrib (1.1.0)
Expand All @@ -129,10 +129,10 @@ GEM
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.1.2)
redcarpet (3.2.0)
ref (1.0.5)
rouge (1.7.2)
sass (3.4.5)
sass (3.4.6)
sprockets (2.12.2)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -157,7 +157,7 @@ GEM
hitimes
tzinfo (1.2.2)
thread_safe (~> 0.1)
uber (0.0.8)
uber (0.0.9)
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
Expand Down
2 changes: 2 additions & 0 deletions website/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Configure Middleman
#-------------------------------------------------------------------------

set :base_url, "https://www.consul.io/"

activate :hashicorp do |h|
h.version = '0.4.0'
h.bintray_repo = 'mitchellh/consul'
Expand Down
4 changes: 4 additions & 0 deletions website/source/404.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
---
noindex: true
---

<h2>Page Not Found</h2>
Binary file not shown.
230 changes: 0 additions & 230 deletions website/source/assets/fonts/league_gothic-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
58 changes: 0 additions & 58 deletions website/source/assets/javascripts/lang-go.js

This file was deleted.

30 changes: 0 additions & 30 deletions website/source/assets/javascripts/prettify.js

This file was deleted.

13 changes: 13 additions & 0 deletions website/source/assets/stylesheets/_docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,15 @@ body.layout-intro{
-webkit-font-smoothing: antialiased;
}

li p a, li a {
text-decoration: none;

&:hover {
cursor: default;
text-decoration: none;
}
}

pre{
margin: 0 0 18px;
}
Expand Down Expand Up @@ -192,6 +201,10 @@ body.layout-intro{
#graph {
margin-top: 30px;
}

.alert p {
margin-bottom: 0;
}
}


Expand Down
6 changes: 3 additions & 3 deletions website/source/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
@import "bootstrap-sprockets";
@import "bootstrap";

// Remote fonts
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");

// Core variables and mixins
@import "_variables";
@import "_mixins";
Expand All @@ -25,6 +28,3 @@
@import "_community";
@import "_docs";
@import "_downloads";

// Components w/ JavaScript
/*@import "modals.less";*/
Loading

0 comments on commit 11ef616

Please sign in to comment.