diff --git a/docs/layouts/index.html b/docs/layouts/index.html index f3d2b7814..9042faac7 100755 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -63,10 +63,9 @@

Run Anywhere

- Hugo is written in pure go. It is packaged as a single binary for easy installation. - Hugo doesn't depend on administrative privileges, databases, runtimes, interpreters - or packages. Hugo is quite possibly the easiest to install software you've ever used. - Simply download and run. + Hugo is quite possibly the easiest to install software you've ever used, + simply download and run. Hugo doesn't depend on administrative privileges, databases, runtimes, interpreters + or external libraries. Sites built with Hugo can be deployed on S3, Github Pages, Dropbox or any web host.

@@ -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. +

@@ -103,11 +102,12 @@

Flexible

- 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.

@@ -224,7 +224,7 @@

  • -

    Copyright © Steve Francia 2013

    +

    Copyright © Steve Francia 2013 - 2014