shithub: hugo

Download patch

ref: 764abd20672ced48144c1ab63328a6f1a9e3899e
parent: dde965a5cd5dfca9cf41d43578fe04a64cbd82d0
author: spf13 <[email protected]>
date: Thu Oct 24 12:49:17 EDT 2013

Update homepage

--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -12,7 +12,7 @@
     <link href="/static/css/bootstrap.css" rel="stylesheet">
 
     <!-- Add custom CSS here -->
-    <link href="/static/css/styles.css" rel="stylesheet">
+    <link href="/static/css/HPstyles.css" rel="stylesheet">
     <link href="/static/css/hugoicon.css" rel="stylesheet">
   </head>
 
@@ -42,11 +42,9 @@
                 <h2>Make the Web Fun Again</h2>
                 <p class="lead">
                     Introducing Hugo, a new idea around making website creation simple again.
-                    Written in go, Hugo runs everywhere without dependencies on
-                    databases, webservers, runtimes or interpreters.
                     Hugo flexibly works with many formats and is ideal for
                     blogs, docs, portfolios and much more.
-                    Hugo's nearly instant creation fosters
+                    Hugo&#39;s speed fosters
                     creativity and makes building a website fun again.
                 </p>
               </div>
@@ -65,9 +63,9 @@
                   <i class="point-icon icon-windows8"></i>
                 <h2>Run Anywhere</h2>
                 <p class="lead">
-                    Hugo is written in pure go. It is packaged as a single binary for easy installation
-                    and doesn't depend on root or administrative privileges, databases, runtimes, interpreters
-                    or packages. Hugo is quite possibly the easiest to install software you've ever used.
+                    Hugo is written in pure go. It is packaged as a single binary for easy installation.
+                    <b>Hugo doesn&#39;t depend on administrative privileges, databases, runtimes, interpreters
+                    or packages</b>. Hugo is quite possibly the easiest to install software you&#39;ve ever used.
                     Simply download and run.
                 </p>
               </div>
@@ -84,8 +82,11 @@
                   <i class="lead-icon icon-rocket"></i>
                 <h2>Fast & Powerful</h2>
                 <p class="lead">
+
                 Hugo is written for speed and performance. Great care has been
                 taken to ensure that Hugo build time is as short as possible.
+                While many factors contribute (cpu, disk speed, # of indexes)
+                the vast majority of websites render in less than a second.
                 </p>
               </div>
             </div>
@@ -101,10 +102,10 @@
                   <i class="point-icon icon-fork"></i>
                 <h2>Flexible</h2>
                 <p class="lead">
-                Hugo is designed to how you want with minimal configuration. 
-                Define your own meta data adhoc.
-                Define your own indexes to organize your content how you want.
-                Work with many different formats simultaneously, Hugo will just work.
+                Hugo is designed to how you do.
+                Define your own meta data adhoc in YAML, TOML or JSON.
+                Define your own organization, urls and indexes to organize your content how you want.
+                Best of all this is all done with virtually no configuration, Hugo will just work.
                 </p>
               </div>
             </div>
@@ -138,7 +139,7 @@
                   <i class="point-icon icon-spf"></i>
                 <h2>Built with Love</h2>
                 <p class="lead">
-                Hugo is developed with love by <a href="http://spf13.com">spf13</a> and friends.
+                Hugo is developed with love by <a href="http://spf13.com">spf13</a>, <a href="http://github.com/noahcampbell">Noah</a> and friends.
                 We welcome all contributions.
                     New to go? Not a problem, we will help you.
                     Not a developer? Help with docs, templates and themes.