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