Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-01-18 12:43:09 +0300
committerAnthony Fok <foka@debian.org>2015-01-18 23:27:09 +0300
commita2c887153391d3d85074ad7897b3078efa3b09d9 (patch)
treeb2969274d9154720a340e4be788222589508eb54 /docs
parent90afe41e4943393a98a3f64409d7e8445c6a622d (diff)
[Docs] New "Troubleshooting Overview" page
Somewhat cheesy at the moment. Pull requests to improve the page are very welcome!
Diffstat (limited to 'docs')
-rw-r--r--docs/content/troubleshooting/overview.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/content/troubleshooting/overview.md b/docs/content/troubleshooting/overview.md
new file mode 100644
index 000000000..5397604ba
--- /dev/null
+++ b/docs/content/troubleshooting/overview.md
@@ -0,0 +1,33 @@
+---
+date: 2015-01-18T02:41:52-07:00
+menu:
+ main:
+ parent: troubleshooting
+title: Troubleshooting Overview
+weight: 0
+---
+
+Got stuck? Worry not! Chances are other users have encountered
+the exact same problem as you have, brought it up for
+[discussion](http://discuss.gohugo.io/), and have likely found a solution
+through the collective wisdom of our vibrant Hugo community!
+
+Here are some examples:
+
+* [`hugo new` aborts with cryptic EOF error](/troubleshooting/strange-eof-error/) (affects v0.12 and lower)
+* [Categories with accented characters inaccessible](/troubleshooting/categories-with-accented-characters/) (affects Mac OS&nbsp;X users)
+* [My CSS files aren't loaded!](http://discuss.gohugo.io/t/deployment-workflow/90/15)
+* [How do I include an image gallery on my website?](http://discuss.gohugo.io/t/image-gallery/594)
+* ... And a lot more!
+
+Indeed, you may find many questions and solutions
+to problems in our [discussion forum](http://discuss.gohugo.io/),
+and you may find the [support](http://discuss.gohugo.io/category/support)
+and [tips & tricks](http://discuss.gohugo.io/category/tips-tricks)
+categories particularly helpful.
+
+Can't find anything? Please write on the forum and post your questions
+and comments! Sometimes, your feedback may lead to the discovery of
+existing bugs in the code or in the documentation, and may even spur
+the interest of adding new features to the next Hugo version, improving
+Hugo for everybody! (Thank you!) See you on the forum!