summaryrefslogtreecommitdiffhomepage
path: root/docs/content/troubleshooting/overview.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/troubleshooting/overview.md')
-rw-r--r--docs/content/troubleshooting/overview.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/content/troubleshooting/overview.md b/docs/content/troubleshooting/overview.md
new file mode 100644
index 000000000..5f5ec19dc
--- /dev/null
+++ b/docs/content/troubleshooting/overview.md
@@ -0,0 +1,36 @@
+---
+lastmod: 2015-01-27
+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](https://discourse.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 X users)
+* [My CSS files aren't loaded!](https://discourse.gohugo.io/t/deployment-workflow/90/15)
+* [How do I include an image gallery on my website?](https://discourse.gohugo.io/t/image-gallery/594)
+* ... And a lot more!
+
+{{% youtube c8fJIRNChmU %}}
+
+Indeed, you may find many questions and solutions
+to problems in our [discussion forum](https://discourse.gohugo.io/),
+and you may find the [support](https://discourse.gohugo.io/category/support)
+and [tips & tricks](https://discourse.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!