shithub: hugo

Download patch

ref: bf980bc13814b2eda7c5ed2b258c059747f801c3
parent: 1a0dc0b936eae821a4f551c58d7d22b1562392cb
author: spf13 <[email protected]>
date: Thu Sep 18 17:22:04 EDT 2014

switching website to gohugo.io & adding links to discuss

--- 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,8 +14,13 @@
     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>"
     weight = -110
@@ -54,3 +59,8 @@
     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
--- a/docs/content/community/mailing-list.md
+++ b/docs/content/community/mailing-list.md
@@ -9,6 +9,14 @@
 weight: 10
 ---
 
+# Discussion Forum
+
+Hugo has it’s 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,10 +24,14 @@
 
 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
 
--- a/docs/content/overview/introduction.md
+++ b/docs/content/overview/introduction.md
@@ -122,3 +122,5 @@
  * [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)
+