shithub: hugo

Download patch

ref: 13b5c10dd727ab8cc4b71e3c3bd79884890d3237
parent: 74d7ae1f8f899fb7562bf5cb1a957cec484f72e6
author: spf13 <[email protected]>
date: Fri Jan 10 07:52:43 EST 2014

Rewriting some homepage text

--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -63,10 +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.
-                    <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.
+                Hugo is quite possibly the easiest to install software you&#39;ve ever used,
+                simply download and run. <b>Hugo doesn&#39;t depend on administrative privileges, databases, runtimes, interpreters
+                    or external libraries</b>. Sites built with Hugo can be deployed on S3, Github Pages, Dropbox or any web host.
                 </p>
               </div>
             </div>
@@ -85,8 +84,8 @@
 
                 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.
+                We're talking milliseconds to build your entire site for most setups.
+
                 </p>
               </div>
             </div>
@@ -103,11 +102,12 @@
                 <h2>Flexible</h2>
                 <p class="lead">
 
-                Hugo is designed to work how you do. Declare your own content
-                types. Define your own meta data in YAML, TOML or JSON.
+                Hugo is designed to work how you do.
                 Organize your content however you want with any URL structure.
-                Use indexes to group your content however you want. Best of all
-                this is all done with virtually no configuration, Hugo
+                Declare your own content types.
+                Define your own meta data in YAML, TOML or JSON.
+                Use indexes to group your content however you want. 
+                Best of all this is all done with virtually no configuration, Hugo
                 just works.
 
                 </p>
@@ -224,7 +224,7 @@
                     <li><a href="http://github.com/spf13/hugo" class="icon-octocat icon-2x"></a></li>
                 </ul>
                 <hr>
-                <p>Copyright &copy; Steve Francia 2013</p>
+                <p>Copyright &copy; Steve Francia 2013 - 2014</p>
               </div>
             </div>
           </div>