switching website to gohugo.io & adding links to discuss

This commit is contained in:
spf13
2014-09-18 21:22:04 -04:00
parent 1a0dc0b936
commit bf980bc138
3 changed files with 28 additions and 4 deletions

View File

@@ -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