ref: 895638433e52956b8af97dd14f134cb9486d3bdd
parent: 9500ec1b6bd23276621d267d7532ab22f33fb157
author: Noah Campbell <[email protected]>
date: Mon Oct 7 04:52:47 EDT 2013
Adding back the hugo homepage. Deleted the page accidentially
--- /dev/null
+++ b/docs/layouts/index.html
@@ -1,0 +1,54 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Hugo Static Site Generator written in Go lang</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
+ {{ template "chrome/includes.html" . }}
+ </head>
+ <body>
+ <div class="navbar"></div>
+ <div class="container-fluid">
+ <div class="row-fluid">
+ <div class="span3">
+ {{ template "chrome/menu.html" . }}
+ </div>
+ <div class="span9">
+
+ <div class="hero-unit" style="background-color: #222; color: #ccc;">
+ <h1>Hugo</h1>
+ <p>A Fast and Flexible Static Site Generator built with love by <a href="http://spf13.com">spf13</a>
+ and <a href="http://github.com/spf13/hugo/graphs/contributors">friends</a> in Go</p>
+ <p>
+ <a class="btn btn-large btn-success" href="/doc/installing">Get Started</a>
+ </p>
+ </div>
+ <div class="row-fluid">
+ <div class="span4">
+ <h2>Fast
+ <br>
+ </h2>
+ <p>Written in GoLang for speed, Hugo is significantly faster than most
+ other static site generators.
+ A typical website of moderate size can be
+ rendered in a fraction of a second. A good rule of thumb is that Hugo
+ takes around 1 millisecond for each piece of content.<br>
+ It's so fast that it will render the site in
+ less time than it takes to switch to your browser and reload.</p>
+ </div>
+ <div class="span4">
+ <h2>Flexible</h2>
+ <p>Hugo is made to be very flexible. Define your own content types. Define
+ your own indexes. Build your own templates, shortcodes and more.
+ It is written to work well with any
+ kind of website including blogs, tumbles and docs.</p>
+ </div>
+ <div class="span4">
+ <h2>Fun</h2>
+ <p>Hugo runs everywhere. Sites generated with Hugo work on every web
+ server without any special configuration. Hugo
+ removes all the cruft of building a site allowing you to
+ focus on writing great content.</p>
+ </div>
+ </div>
+{{ template "chrome/footer.html" }}