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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-10-24 06:15:56 +0300
committerZachary Betz <zwbetz@gmail.com>2018-10-24 06:15:56 +0300
commit145ec612d290cab143276ab7cc3e8e4625966d34 (patch)
tree2db77fd54438547c28f930d166014b819a72b155 /README.md
parent7463bb4b972ad28c5f247b2e484c4ef6801b5193 (diff)
Add getting help section
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9196eee..17887f1 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ The typical page size, if the page has no images, is under 300kb (even lower if
* [blockquote](#blockquote)
* [imgAbs](#imgabs)
* [imgRel](#imgrel)
+* [Getting Help](#getting-help)
* [Contribution](#contribution)
## Screenshot
@@ -426,6 +427,18 @@ This will insert an image into your content by relative path. To use it, pass th
{{< imgRel pathURL="img/some-img.png" alt="Some description" class="some-class" style="some-style" >}}
```
+## Getting Help
+
+If you run into an issue that isn't answered by this documentation, then head over to the [hugo discussion forum](https://discourse.gohugo.io/). The folks there are quite helpful and friendly. When asking your question, let them know:
+
+* your operating system
+* your hugo version (to find out, run `hugo version`)
+* what you tried
+* what result you expected
+* what result you actually got
+
+Then provide a link to your git repo so that they can help you troubleshoot the issue. If you can’t do that, create a sample project in a git repo, so that your issue can be reliably reproduced. If you can't do that, post your relevant hugo files (layouts/templates) and any relevant command output.
+
## Contribution
Pull requests, issues, and general feedback are welcomed. \ No newline at end of file