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

View file

@ -9,6 +9,14 @@ title: Mailing List
weight: 10
---
# Discussion Forum
Hugo has its own [discussion forum](http://discuss.gohugo.io) powered by [Discourse](http://www.discourse.org/)
Please use this for all discussions, questions, etc.
# Mailing List
Hugo has two mailing lists:
## Announcements
@ -16,11 +24,15 @@ Very low traffic. Only releases will be emailed here.
https://groups.google.com/forum/#!forum/hugo-announce
## Discussion
For all questions and discussions:
## Discussion (Archive)
**This has been replaced with the [Hugo discussion forum](http://discuss.gohugo.io).**
It is available for archival purposes.
https://groups.google.com/forum/#!forum/hugo-discuss
# Other Resources
## GoNuts

View file

@ -122,3 +122,5 @@ as I have writing it.
* [Quick start](/overview/quickstart)
* [Join the Mailing List](/community/mailing-list)
* [Star us on GitHub](http://github.com/spf13/hugo)
* [Discussion Forum](http://discuss.gohugo.io)