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" MetaDataFormat = "yaml"
[indexes] [indexes]
@ -14,7 +14,12 @@ MetaDataFormat = "yaml"
name = "Showcase" name = "Showcase"
pre = "<i class='fa fa-cubes'></i>" pre = "<i class='fa fa-cubes'></i>"
url = "/showcase/" 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]] [[menu.main]]
name = "about hugo" name = "about hugo"
pre = "<i class='fa fa-heart'></i>" pre = "<i class='fa fa-heart'></i>"
@ -54,3 +59,8 @@ MetaDataFormat = "yaml"
name = "community" name = "community"
pre = "<i class='fa fa-group'></i>" pre = "<i class='fa fa-group'></i>"
weight = -50 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 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: Hugo has two mailing lists:
## Announcements ## Announcements
@ -16,11 +24,15 @@ Very low traffic. Only releases will be emailed here.
https://groups.google.com/forum/#!forum/hugo-announce https://groups.google.com/forum/#!forum/hugo-announce
## Discussion ## Discussion (Archive)
For all questions and discussions:
**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 https://groups.google.com/forum/#!forum/hugo-discuss
# Other Resources # Other Resources
## GoNuts ## GoNuts

View file

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