summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-01-08 18:21:04 -0700
committerAnthony Fok <foka@debian.org>2015-01-08 18:29:05 -0700
commit190964c57bdd81ef1c0b7bf518c0a2b678794bcf (patch)
tree6ee02f75b5cf26a9cc46cada12fa9a92e7480ae7 /docs/config.toml
parentcb909cde5a71768a697dd1773763e2e1424f624f (diff)
[Docs] New Troubleshooting section
With two entries of frequently encountered or obscured troubles so far: - "Categories with accented characters" Unicode NFC/NFD mismatch on Mac OS X (See #739) - `hugo new` aborts with cryptic EOF error (See #776)
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/config.toml b/docs/config.toml
index 90dc3601e..b6af1635e 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -52,10 +52,6 @@ MetaDataFormat = "yaml"
pre = "<i class='fa fa-gift'></i>"
weight = -60
[[menu.main]]
- name = "tutorials"
- pre = "<i class='fa fa-book'></i>"
- weight = -40
-[[menu.main]]
name = "community"
pre = "<i class='fa fa-group'></i>"
weight = -50
@@ -64,3 +60,11 @@ MetaDataFormat = "yaml"
name = "Discussion Forum"
url = "http://discuss.gohugo.io"
weight = 150
+[[menu.main]]
+ name = "tutorials"
+ pre = "<i class='fa fa-book'></i>"
+ weight = -40
+[[menu.main]]
+ name = "troubleshooting"
+ pre = "<i class='fa fa-wrench'></i>"
+ weight = -30