2015-11-10 04:23:39 +00:00
|
|
|
title = "Hugo: A Fast and Flexible Website Generator"
|
2015-01-17 07:11:17 +00:00
|
|
|
baseurl = "http://gohugo.io/"
|
2014-05-27 22:32:57 +00:00
|
|
|
MetaDataFormat = "yaml"
|
2015-08-08 07:41:18 +00:00
|
|
|
pluralizeListTitles = false
|
2014-04-24 22:11:08 +00:00
|
|
|
|
2016-01-14 21:59:38 +00:00
|
|
|
[blackfriday]
|
|
|
|
plainIDAnchors = true
|
|
|
|
|
2015-01-28 02:17:09 +00:00
|
|
|
[params]
|
2015-11-10 04:23:39 +00:00
|
|
|
description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go"
|
2015-01-28 02:17:09 +00:00
|
|
|
author = "Steve Francia (spf13) and friends"
|
|
|
|
|
2015-01-29 19:34:56 +00:00
|
|
|
[taxonomies]
|
2014-04-24 22:11:08 +00:00
|
|
|
tag = "tags"
|
|
|
|
group = "groups"
|
|
|
|
|
2014-05-28 05:37:33 +00:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Download Hugo"
|
|
|
|
pre = "<i class='fa fa-download'></i>"
|
|
|
|
url = "https://github.com/spf13/hugo/releases"
|
|
|
|
weight = -200
|
2014-08-20 01:47:38 +00:00
|
|
|
[[menu.main]]
|
2015-11-10 04:23:39 +00:00
|
|
|
name = "Site Showcase"
|
2014-08-20 01:47:38 +00:00
|
|
|
pre = "<i class='fa fa-cubes'></i>"
|
|
|
|
url = "/showcase/"
|
2014-09-19 01:22:04 +00:00
|
|
|
weight = -180
|
2015-11-10 04:23:39 +00:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Theme Showcase"
|
|
|
|
pre = "<i class='fa fa-puzzle-piece'></i>"
|
|
|
|
url = "http://themes.gohugo.io"
|
|
|
|
weight = -170
|
2015-05-25 15:54:22 +00:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Press & Articles"
|
|
|
|
pre = "<i class='fa fa-bullhorn'></i>"
|
|
|
|
url = "/community/press/"
|
2015-11-10 04:23:39 +00:00
|
|
|
weight = -160
|
2014-09-19 01:22:04 +00:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Discuss Hugo"
|
|
|
|
pre = "<i class='fa fa-comments'></i>"
|
2015-01-28 02:17:09 +00:00
|
|
|
url = "http://discuss.gohugo.io/"
|
2014-09-19 01:22:04 +00:00
|
|
|
weight = -150
|
2014-05-27 22:32:57 +00:00
|
|
|
[[menu.main]]
|
2015-01-17 07:11:17 +00:00
|
|
|
name = "About Hugo"
|
|
|
|
identifier = "about"
|
2014-05-27 22:32:57 +00:00
|
|
|
pre = "<i class='fa fa-heart'></i>"
|
|
|
|
weight = -110
|
2014-04-24 22:11:08 +00:00
|
|
|
[[menu.main]]
|
2015-01-17 07:11:17 +00:00
|
|
|
name = "Getting Started"
|
|
|
|
identifier = "getting started"
|
2014-05-27 22:32:57 +00:00
|
|
|
pre = "<i class='fa fa-road'></i>"
|
2014-04-24 22:11:08 +00:00
|
|
|
weight = -100
|
|
|
|
[[menu.main]]
|
2015-01-17 07:11:17 +00:00
|
|
|
name = "Content"
|
|
|
|
identifier = "content"
|
2014-05-27 22:32:57 +00:00
|
|
|
pre = "<i class='fa fa-file-text'></i>"
|
2014-04-24 22:11:08 +00:00
|
|
|
weight = -90
|
|
|
|
[[menu.main]]
|
2015-01-17 07:11:17 +00:00
|
|
|
name = "Themes"
|
|
|
|
identifier = "themes"
|
2014-05-27 22:32:57 +00:00
|
|
|
pre = "<i class='fa fa-desktop'></i>"
|
|
|
|
weight = -85
|
2015-11-10 04:23:39 +00:00
|
|
|
[[menu.main]]
|
|
|
|
parent = "themes"
|
|
|
|
name = "Theme Showcase"
|
|
|
|
url = "http://themes.gohugo.io"
|
|
|
|
weight = -170
|
2014-05-27 22:32:57 +00:00
|
|
|
[[menu.main]]
|
2015-01-17 07:11:17 +00:00
|
|
|
name = "Templates"
|
2014-05-27 22:32:57 +00:00
|
|
|
identifier = "layout"
|
|
|
|
pre = "<i class='fa fa-columns'></i>"
|
2014-04-24 22:11:08 +00:00
|
|
|
weight = -80
|
|
|
|
[[menu.main]]
|
2015-01-17 07:11:17 +00:00
|
|
|
name = "Taxonomies"
|
2014-05-27 22:32:57 +00:00
|
|
|
identifier = "taxonomy"
|
|
|
|
pre = "<i class='fa fa-tags'></i>"
|
2014-04-24 22:11:08 +00:00
|
|
|
weight = -70
|
|
|
|
[[menu.main]]
|
2015-01-17 07:11:17 +00:00
|
|
|
name = "Extras"
|
|
|
|
identifier = "extras"
|
2014-05-27 22:32:57 +00:00
|
|
|
pre = "<i class='fa fa-gift'></i>"
|
2014-04-24 22:11:08 +00:00
|
|
|
weight = -60
|
2014-05-28 05:37:33 +00:00
|
|
|
[[menu.main]]
|
2015-01-17 07:11:17 +00:00
|
|
|
name = "Community"
|
|
|
|
identifier = "community"
|
2014-05-28 05:37:33 +00:00
|
|
|
pre = "<i class='fa fa-group'></i>"
|
|
|
|
weight = -50
|
2014-09-19 01:22:04 +00:00
|
|
|
[[menu.main]]
|
|
|
|
parent = "community"
|
|
|
|
name = "Discussion Forum"
|
|
|
|
url = "http://discuss.gohugo.io"
|
|
|
|
weight = 150
|
2015-01-09 01:21:04 +00:00
|
|
|
[[menu.main]]
|
2015-01-17 07:11:17 +00:00
|
|
|
name = "Tutorials"
|
|
|
|
identifier = "tutorials"
|
2015-01-09 01:21:04 +00:00
|
|
|
pre = "<i class='fa fa-book'></i>"
|
|
|
|
weight = -40
|
|
|
|
[[menu.main]]
|
2015-01-17 07:11:17 +00:00
|
|
|
name = "Troubleshooting"
|
|
|
|
identifier = "troubleshooting"
|
2015-01-09 01:21:04 +00:00
|
|
|
pre = "<i class='fa fa-wrench'></i>"
|
|
|
|
weight = -30
|
2015-11-10 04:23:39 +00:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Tools"
|
|
|
|
url = "/tools/"
|
|
|
|
pre = "<i class='fa fa-cogs'></i>"
|
|
|
|
weight = -25
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Hugo Cmd Reference"
|
|
|
|
identifier = "commands"
|
|
|
|
pre = "<i class='fa fa-space-shuttle'></i>"
|
|
|
|
weight = -20
|
|
|
|
url = "/commands/"
|