switching website to gohugo.io & adding links to discuss
authorspf13 <steve.francia@gmail.com>
Fri, 19 Sep 2014 01:22:04 +0000 (21:22 -0400)
committerspf13 <steve.francia@gmail.com>
Fri, 19 Sep 2014 01:22:04 +0000 (21:22 -0400)
docs/config.toml
docs/content/community/mailing-list.md
docs/content/overview/introduction.md

index 0bc9e4b11c1d9e5a89c008d3aeba6ef31f05ed8d..90dc3601ea8f5f91edb97053ce09938af3e4c1e8 100644 (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
index c1a268dbd1363bdc11c2b1cb452485d6907ff12a..fa0150f3ee329f1649e92d975898cc2bf99fc8cd 100644 (file)
@@ -9,6 +9,14 @@ title: Mailing List
 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,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
index 4ac2ee3372877e67692060b0f74b244c73393efb..af5d97243d17a3fb6425cb7fe7de9cbb205e5ae8 100644 (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)
+