summaryrefslogtreecommitdiffhomepage
path: root/docs/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml135
1 files changed, 135 insertions, 0 deletions
diff --git a/docs/config.toml b/docs/config.toml
new file mode 100644
index 000000000..31f5e0099
--- /dev/null
+++ b/docs/config.toml
@@ -0,0 +1,135 @@
+title = "Hugo: A Fast and Flexible Website Generator"
+baseurl = "http://gohugo.io/"
+MetaDataFormat = "yaml"
+pluralizeListTitles = false
+# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
+disableAliases = true
+
+[blackfriday]
+ plainIDAnchors = true
+
+[outputs]
+home = [ "HTML", "RSS", "REDIR" ]
+
+[mediaTypes]
+[mediaTypes."text/netlify"]
+suffix = ""
+delimiter = ""
+
+[outputFormats]
+[outputFormats.REDIR]
+mediatype = "text/netlify"
+baseName = "_redirects"
+isPlainText = true
+notAlternative = true
+
+[params]
+ description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go"
+ author = "Steve Francia (spf13) and friends"
+ release = "0.25-DEV"
+
+[taxonomies]
+ tag = "tags"
+ group = "groups"
+
+[[menu.main]]
+ name = "Download Hugo"
+ pre = "<i class='fa fa-download'></i>"
+ url = "https://github.com/gohugoio/hugo/releases"
+ weight = -200
+[[menu.main]]
+ name = "Site Showcase"
+ pre = "<i class='fa fa-cubes'></i>"
+ url = "/showcase/"
+ weight = -180
+[[menu.main]]
+ name = "Theme Showcase"
+ pre = "<i class='fa fa-puzzle-piece'></i>"
+ url = "http://themes.gohugo.io"
+ weight = -170
+[[menu.main]]
+ name = "Press & Articles"
+ pre = "<i class='fa fa-bullhorn'></i>"
+ url = "/community/press/"
+ weight = -160
+[[menu.main]]
+ name = "Discuss Hugo"
+ pre = "<i class='fa fa-comments'></i>"
+ url = "https://discourse.gohugo.io/"
+ weight = -150
+[[menu.main]]
+ name = "About Hugo"
+ identifier = "about"
+ pre = "<i class='fa fa-heart'></i>"
+ weight = -110
+[[menu.main]]
+ name = "Release Notes"
+ url = "/release-notes/"
+ pre = "<i class='fa fa-newspaper-o'></i>"
+ weight = -111
+[[menu.main]]
+ name = "Getting Started"
+ identifier = "getting started"
+ pre = "<i class='fa fa-road'></i>"
+ weight = -100
+[[menu.main]]
+ name = "Content"
+ identifier = "content"
+ pre = "<i class='fa fa-file-text'></i>"
+ weight = -90
+[[menu.main]]
+ name = "Themes"
+ identifier = "themes"
+ pre = "<i class='fa fa-desktop'></i>"
+ weight = -85
+[[menu.main]]
+ parent = "themes"
+ name = "Theme Showcase"
+ url = "http://themes.gohugo.io"
+ weight = -170
+[[menu.main]]
+ name = "Templates"
+ identifier = "layout"
+ pre = "<i class='fa fa-columns'></i>"
+ weight = -80
+[[menu.main]]
+ name = "Taxonomies"
+ identifier = "taxonomy"
+ pre = "<i class='fa fa-tags'></i>"
+ weight = -70
+[[menu.main]]
+ name = "Extras"
+ identifier = "extras"
+ pre = "<i class='fa fa-gift'></i>"
+ weight = -60
+[[menu.main]]
+ name = "Community"
+ identifier = "community"
+ pre = "<i class='fa fa-group'></i>"
+ weight = -50
+[[menu.main]]
+ parent = "community"
+ name = "Discussion Forum"
+ url = "https://discourse.gohugo.io/"
+ weight = 150
+[[menu.main]]
+ name = "Tutorials"
+ identifier = "tutorials"
+ pre = "<i class='fa fa-book'></i>"
+ weight = -40
+[[menu.main]]
+ name = "Troubleshooting"
+ identifier = "troubleshooting"
+ pre = "<i class='fa fa-wrench'></i>"
+ weight = -30
+[[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/"