hugo/docs/layouts/index.html

55 lines
2.3 KiB
HTML
Raw Normal View History

2013-07-04 15:32:55 +00:00
<!doctype html>
<html>
<head>
2013-07-16 00:44:51 +00:00
<title>Hugo Static Site Generator written in Go lang</title>
2013-07-04 15:32:55 +00:00
<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>
2013-08-03 07:30:34 +00:00
<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>
2013-07-04 15:32:55 +00:00
<p>
2013-08-05 09:12:39 +00:00
<a class="btn btn-large btn-success" href="/doc/installing">Get Started</a>
2013-07-04 15:32:55 +00:00
</p>
</div>
<div class="row-fluid">
<div class="span4">
<h2>Fast
<br>
</h2>
2013-08-03 07:30:34 +00:00
<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
2013-07-04 15:32:55 +00:00
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
2013-08-03 07:30:34 +00:00
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>
2013-07-04 15:32:55 +00:00
</div>
<div class="span4">
<h2>Fun</h2>
2013-08-03 07:30:34 +00:00
<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>
2013-07-04 15:32:55 +00:00
</div>
</div>
{{ template "chrome/footer.html" }}