2013-07-04 11:32:55 -04:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2013-07-15 20:44:51 -04:00
|
|
|
<title>Hugo Static Site Generator written in Go lang</title>
|
2013-07-04 11:32:55 -04: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>
|
|
|
|
<p>A Fast and Flexible Static Site Generator built with love by <a href="http://spf13.com">spf13</a> in GO</p>
|
|
|
|
<p>
|
|
|
|
<a class="btn btn-large btn-success" href="/doc/installing.html">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 other
|
|
|
|
static site generators. 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.</p>
|
|
|
|
</div>
|
|
|
|
<div class="span4">
|
|
|
|
<h2>Fun</h2>
|
|
|
|
<p>Hugo is more fun than you can shake a stick at. Hugo removes all
|
|
|
|
the cruft of building a site allowing you to focus on creating the
|
|
|
|
best site possible.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{ template "chrome/footer.html" }}
|