summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-09-18 21:22:04 -0400
committerspf13 <steve.francia@gmail.com>2014-09-18 21:22:04 -0400
commitbf980bc13814b2eda7c5ed2b258c059747f801c3 (patch)
treedfa0fd84dd9dbe653efd5b986cc340f270549891 /docs/config.toml
parent1a0dc0b936eae821a4f551c58d7d22b1562392cb (diff)
switching website to gohugo.io & adding links to discuss
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/config.toml b/docs/config.toml
index 0bc9e4b11..90dc3601e 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -1,4 +1,4 @@
-baseurl = "http://hugo.spf13.com"
+baseurl = "http://gohugo.io"
MetaDataFormat = "yaml"
[indexes]
@@ -14,7 +14,12 @@ MetaDataFormat = "yaml"
name = "Showcase"
pre = "<i class='fa fa-cubes'></i>"
url = "/showcase/"
- weight = -200
+ weight = -180
+[[menu.main]]
+ name = "Discuss Hugo"
+ pre = "<i class='fa fa-comments'></i>"
+ url = "http://discuss.gohugo.io"
+ weight = -150
[[menu.main]]
name = "about hugo"
pre = "<i class='fa fa-heart'></i>"
@@ -54,3 +59,8 @@ MetaDataFormat = "yaml"
name = "community"
pre = "<i class='fa fa-group'></i>"
weight = -50
+[[menu.main]]
+ parent = "community"
+ name = "Discussion Forum"
+ url = "http://discuss.gohugo.io"
+ weight = 150