From 4e4ea9583f08c7f2fdd9fa1e8a37d0321e841aa5 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Mon, 22 Sep 2014 16:58:30 -0700 Subject: [PATCH] instructions for Homebrew installation updated installation page of documentation, and changed "Download" button on index.html to scroll to bottom where multiple installation options are featured getting the scrolldown to work required removing the fixed positioning on #action and on the footer --- docs/content/overview/installing.md | 5 ++++- docs/layouts/index.html | 8 +++---- docs/static/css/HPstyles.css | 34 ++++++++++++++--------------- 3 files changed, 24 insertions(+), 23 deletions(-) diff --git a/docs/content/overview/installing.md b/docs/content/overview/installing.md index 825ff76e0..1ae80682d 100644 --- a/docs/content/overview/installing.md +++ b/docs/content/overview/installing.md @@ -25,9 +25,12 @@ Once downloaded it can be run from anywhere. You don't need to install it into a global location. This works well for shared hosts and other systems where you don't have a privileged account. -Ideally you should install it somewhere in your path for easy use. `/usr/local/bin` +Ideally you should install it somewhere in your path for easy use. `/usr/local/bin` is the most probable location. +If you have [Homebrew](http://brew.sh), installation is even easier. Just run +`brew install hugo`. + ### Installing Pygments (optional) The Hugo executable has one *optional* external dependency for source code highlighting (Pygments). diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 23367cf04..83bb72e8c 100755 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -29,7 +29,7 @@
Docs - Download + Download Community Github
@@ -111,7 +111,7 @@ Organize your content however you want with any URL structure. Declare your own content types. Define your own meta data in YAML, TOML or JSON. - Use indexes to group your content however you want. + Use indexes to group your content however you want. Best of all this is all done with virtually no configuration, Hugo just works. @@ -211,6 +211,7 @@

Get Started Today!

+
brew install hugo
Download Documentation
@@ -218,7 +219,6 @@
-