Rewriting some homepage text

This commit is contained in:
spf13 2014-01-10 12:52:43 -05:00
parent 74d7ae1f8f
commit 13b5c10dd7

View file

@ -63,10 +63,9 @@
<i class="point-icon icon-windows8"></i> <i class="point-icon icon-windows8"></i>
<h2>Run Anywhere</h2> <h2>Run Anywhere</h2>
<p class="lead"> <p class="lead">
Hugo is written in pure go. It is packaged as a single binary for easy installation. Hugo is quite possibly the easiest to install software you&#39;ve ever used,
<b>Hugo doesn&#39;t depend on administrative privileges, databases, runtimes, interpreters simply download and run. <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. or external libraries</b>. Sites built with Hugo can be deployed on S3, Github Pages, Dropbox or any web host.
Simply download and run.
</p> </p>
</div> </div>
</div> </div>
@ -85,8 +84,8 @@
Hugo is written for speed and performance. Great care has been Hugo is written for speed and performance. Great care has been
taken to ensure that Hugo build time is as short as possible. taken to ensure that Hugo build time is as short as possible.
While many factors contribute (cpu, disk speed, # of indexes) We're talking milliseconds to build your entire site for most setups.
the vast majority of websites render in less than a second.
</p> </p>
</div> </div>
</div> </div>
@ -103,11 +102,12 @@
<h2>Flexible</h2> <h2>Flexible</h2>
<p class="lead"> <p class="lead">
Hugo is designed to work how you do. Declare your own content Hugo is designed to work how you do.
types. Define your own meta data in YAML, TOML or JSON.
Organize your content however you want with any URL structure. Organize your content however you want with any URL structure.
Use indexes to group your content however you want. Best of all Declare your own content types.
this is all done with virtually no configuration, Hugo 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. just works.
</p> </p>
@ -224,7 +224,7 @@
<li><a href="http://github.com/spf13/hugo" class="icon-octocat icon-2x"></a></li> <li><a href="http://github.com/spf13/hugo" class="icon-octocat icon-2x"></a></li>
</ul> </ul>
<hr> <hr>
<p>Copyright &copy; Steve Francia 2013</p> <p>Copyright &copy; Steve Francia 2013 - 2014</p>
</div> </div>
</div> </div>
</div> </div>