2013-10-17 22:52:28 -04:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta name = "description" content = "" >
< meta name = "author" content = "" >
< title > Hugo :: A fast and flexible static site generator< / title >
<!-- Bootstrap core CSS -->
2013-10-26 02:18:14 -04:00
< link href = "/static/css/bootstrap.min.css" rel = "stylesheet" >
2013-10-17 22:52:28 -04:00
2014-01-10 12:48:55 -05:00
< link href = 'http://fonts.googleapis.com/css?family=Arbutus+Slab&family=Cabin:600&family=Source+Code+Pro' rel = 'stylesheet' type = 'text/css' >
2013-10-17 22:52:28 -04:00
<!-- Add custom CSS here -->
2013-10-24 19:49:17 -04:00
< link href = "/static/css/HPstyles.css" rel = "stylesheet" >
2014-01-08 09:18:42 -05:00
< link href = "/static/css/hugofont.css" rel = "stylesheet" >
2013-10-17 22:52:28 -04:00
< / head >
< body >
<!-- Full Page Image Header Area -->
< div id = "top" class = "header" >
< div class = "vert-text" >
< h1 > Hugo< / h1 >
< h3 > The < em > Fast and Flexible< / em > Static Site Generator< / h3 >
< br >
2014-01-10 12:48:55 -05:00
< a href = "#intro" class = "btn btn-clear btn-lg" > learn more< / a >
< a href = "https://github.com/spf13/hugo/releases" class = "btn btn-success btn-lg" > download < i class = "icon-arrow-down" > < / i > < / a > < br >
< a href = "/overview/quickstart/" class = "btn btn-info btn-lg" > documentation< / a >
2013-10-17 22:52:28 -04:00
< / div >
< / div >
<!-- /Full Page Image Header Area -->
< div id = "main" >
<!-- Intro -->
< div id = "intro" class = "counterpoint" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-6 col-md-offset-3 text-center" >
< i class = "lead-icon icon-pacman" > < / i >
< h2 > Make the Web Fun Again< / h2 >
< p class = "lead" >
Introducing Hugo, a new idea around making website creation simple again.
Hugo flexibly works with many formats and is ideal for
blogs, docs, portfolios and much more.
2013-10-24 19:49:17 -04:00
Hugo' s speed fosters
2013-10-17 22:52:28 -04:00
creativity and makes building a website fun again.
< / p >
< / div >
< / div >
< / div >
< / div >
<!-- /Intro -->
<!-- Point -->
< div id = "intro" class = "point" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-6 col-md-offset-3 text-center" >
< i class = "point-icon icon-tux" > < / i >
< i class = "point-icon icon-apple" > < / i >
< i class = "point-icon icon-windows8" > < / i >
< h2 > Run Anywhere< / h2 >
< p class = "lead" >
2014-01-10 12:48:55 -05:00
Hugo is written in pure go. It is packaged as a single binary for easy installation.
< b > Hugo doesn' t depend on administrative privileges, databases, runtimes, interpreters
or packages< / b > . Hugo is quite possibly the easiest to install software you' ve ever used.
Simply download and run.
2013-10-17 22:52:28 -04:00
< / p >
< / div >
< / div >
< / div >
< / div >
<!-- /Point -->
<!-- Point -->
< div class = "counterpoint" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-6 col-md-offset-3 text-center" >
< i class = "lead-icon icon-rocket" > < / i >
< h2 > Fast & Powerful< / h2 >
< p class = "lead" >
2013-10-24 19:49:17 -04:00
2013-10-17 22:52:28 -04:00
Hugo is written for speed and performance. Great care has been
taken to ensure that Hugo build time is as short as possible.
2014-01-10 12:48:55 -05:00
While many factors contribute (cpu, disk speed, # of indexes)
the vast majority of websites render in less than a second.
2013-10-17 22:52:28 -04:00
< / p >
< / div >
< / div >
< / div >
< / div >
<!-- /Point -->
<!-- Point -->
< div class = "point" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-6 col-md-offset-3 text-center" >
< i class = "point-icon icon-fork" > < / i >
< h2 > Flexible< / h2 >
< p class = "lead" >
2013-10-31 09:51:42 -04:00
2014-01-10 12:48:55 -05:00
Hugo is designed to work how you do. Declare your own content
types. Define your own meta data in YAML, TOML or JSON.
2013-10-31 09:51:42 -04:00
Organize your content however you want with any URL structure.
2014-01-10 12:48:55 -05:00
Use indexes to group your content however you want. Best of all
this is all done with virtually no configuration, Hugo
2013-10-31 09:51:42 -04:00
just works.
2013-10-17 22:52:28 -04:00
< / p >
< / div >
< / div >
< / div >
< / div >
<!-- /Point -->
2013-12-10 19:38:03 -05:00
< div class = "callout" >
< div class = "container" >
< div class = "row" >
2014-01-10 12:48:55 -05:00
< div class = "col-md-12 text-center" >
2013-12-10 19:38:03 -05:00
< i class = "callout-icon icon-circlestar" > < / i >
2014-01-10 12:48:55 -05:00
< p > < / p >
< / div >
< / div >
< div class = "row" >
< div class = "col-md-12 text-center" >
< div id = "carousel-quotes" class = "carousel slide" data-ride = "carousel" >
<!-- Indicators -->
< ol class = "carousel-indicators" >
< li data-target = "#carousel-quotes" data-slide-to = "0" class = "active" > < / li >
< li data-target = "#carousel-quotes" data-slide-to = "1" > < / li >
< li data-target = "#carousel-quotes" data-slide-to = "2" > < / li >
< li data-target = "#carousel-quotes" data-slide-to = "3" > < / li >
< li data-target = "#carousel-quotes" data-slide-to = "4" > < / li >
< li data-target = "#carousel-quotes" data-slide-to = "5" > < / li >
< li data-target = "#carousel-quotes" data-slide-to = "6" > < / li >
< li data-target = "#carousel-quotes" data-slide-to = "7" > < / li >
< / ol >
<!-- Wrapper for slides -->
< div class = "carousel-inner" >
< div class = "item active" > < blockquote > < p > Hugo is super-rad. < / p > — David Gay (@oddshocks) < a href = "https://twitter.com/oddshocks/statuses/405083217893421056" > November 25, 2013< / a > < / blockquote > < / div >
< div class = "item" > < blockquote > < p > I had a play with Hugo and it was good, uses Markdown files for content< / p > — David Caunt (@dcaunt) < a href = "https://twitter.com/dcaunt/statuses/406466996277374976" > November 29, 2013< / a > < / blockquote > < / div >
< div class = "item" > < blockquote > < p > Even as a long-time Octopress fan, I’ ve gotta admit that this project Hugo looks very very cool< / p > — Douglas Stephen (@DougStephenJr) < a href = "https://twitter.com/DougStephenJr/statuses/364512471660249088" > August 5, 2013< / a > < / blockquote > < / div >
< div class = "item" > < blockquote > < p > A static site generator without the long build times? Yes, please! < / p > — Josh Matz (@joshmatz) < a href = "https://twitter.com/joshmatz/statuses/364437436870696960" > August 5, 2013< / a > < / blockquote > < / div >
< div class = "item" > < blockquote > < p > Finally someone builds me my own static site generator < / p > — Hugo Rodger-Brown (@hugorodgerbrown) < a href = "https://twitter.com/hugorodgerbrown/statuses/364417910153818112" > August 5, 2013< / a > < / blockquote > < / div >
< div class = "item" > < blockquote > < p > I' m loving the static site generator renaissance we are currently enjoying. Hugo is new, looks great, written in Go< / p > — Jim Biancolo (@jimbiancolo) < a href = "https://twitter.com/jimbiancolo/statuses/408678420348813314" > December 5, 2013< / a > < / blockquote > < / div >
< div class = "item" > < blockquote > < p > Good work on Hugo, I' m impressed with the speed!< / p > — Ludovic Chabant (@ludovicchabant) < a href = "https://twitter.com/ludovicchabant/statuses/408806199602053120" > December 6, 2013< / a > < / blockquote > < / div >
< div class = "item" > < blockquote > < p > Checking out Hugo; Loving it so far. Like Jekyll but not so blog-oriented and written in golang< / p > — Jose Gonzalvo (@jgonzalvo) < a href = "https://twitter.com/jgonzalvo/statuses/408177855819173888" > December 4, 2013< / a > < / blockquote > < / div >
2013-12-10 19:38:03 -05:00
< / div >
2014-01-10 12:48:55 -05:00
< / div >
2013-12-10 19:38:03 -05:00
< / div >
< / div >
< / div >
< / div >
<!-- /Point -->
2013-10-17 22:52:28 -04:00
<!-- Point -->
< div class = "counterpoint" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-6 col-md-offset-3 text-center" >
< i class = "lead-icon icon-octocat" > < / i >
< h2 > Open and Free< / h2 >
< p class = "lead" >
Hugo is < a href = "http://github.com/spf13/hugo" > open source< / a > and completely free.
< / p >
< / div >
< / div >
< / div >
< / div >
<!-- /Point -->
<!-- Point -->
< div class = "point" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-6 col-md-offset-3 text-center" >
< i class = "point-icon icon-beaker-alt" > < / i >
< i class = "point-icon icon-heart" > < / i >
2014-01-08 09:18:42 -05:00
< i class = "point-icon icon-spf13" > < / i >
< h2 > Built with < i class = "icon-heart" style = "color:#FF4088;" > < / i > < / h2 >
2013-10-17 22:52:28 -04:00
< p class = "lead" >
2013-10-24 19:49:17 -04:00
Hugo is developed with love by < a href = "http://spf13.com" > spf13< / a > , < a href = "http://github.com/noahcampbell" > Noah< / a > and friends.
2013-10-17 22:52:28 -04:00
We welcome all contributions.
New to go? Not a problem, we will help you.
2013-10-31 09:51:42 -04:00
Not a developer? Help with < a href = "/overview/quickstart" > docs< / a > , templates and themes.
2013-10-17 22:52:28 -04:00
< / p >
< / div >
< / div >
< / div >
< / div >
<!-- /Point -->
< / div >
<!-- Call to Action -->
< div id = "action" class = "call-to-action" >
< div class = "container" >
< div class = "row" >
2013-12-10 19:38:03 -05:00
< div class = "col-md-10 col-md-offset-1 text-center" >
2013-10-17 22:52:28 -04:00
< h3 > Get Started Today!< / h3 >
2013-10-26 02:18:14 -04:00
< a href = "https://github.com/spf13/hugo/releases" class = "btn btn-lg btn-primary" > Download < i class = "icon-arrow-down" > < / i > < / a >
2013-11-09 01:16:34 -05:00
< a href = "/overview/quickstart" style = "color:white;font-weight:300;" > Documentation< / a >
2013-10-17 22:52:28 -04:00
< / div >
< / div >
< / div >
< / div >
<!-- /Call to Action -->
< div id = "footerSpacer" > < / div >
<!-- Footer -->
< footer id = "footer" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-6 col-md-offset-3 text-center" >
< ul class = "list-inline" >
< li > < a href = "http://twitter.com/spf13" class = "icon-twitter icon-2x" > < / a > < / li >
< li > < a href = "http://github.com/spf13/hugo" class = "icon-octocat icon-2x" > < / a > < / li >
< / ul >
< hr >
2014-01-10 12:48:55 -05:00
< p > Copyright © Steve Francia 2013< / p >
2013-10-17 22:52:28 -04:00
< / div >
< / div >
< / div >
< / footer >
<!-- /Footer -->
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
2013-10-26 02:18:14 -04:00
< script src = "/static/js/jquery.js" > < / script >
< script src = "/static/js/bootstrap.min.js" > < / script >
2013-10-17 22:52:28 -04:00
< script >
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
|| location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
2014-01-10 12:48:55 -05:00
$('.carousel').carousel({ interval: 4500 })
2013-10-17 22:52:28 -04:00
< / script >
2013-11-09 01:16:34 -05:00
{{ template "chrome/analytics.html" . }}
2013-10-17 22:52:28 -04:00
< / body >
< / html >