From 19bffe9205cd62b1601fb581f1e408eac2ce7213 Mon Sep 17 00:00:00 2001 From: zwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com> Date: Mon, 18 Feb 2019 11:58:48 -0600 Subject: [PATCH] Add getting help section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a1eeb3f..5535b26 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ An accessibility-friendly Hugo theme, ported from the [original Cupper](https:// - [Shortcodes](#shortcodes) - [Syntax highlighting](#syntax-highlighting) - [Disable toc for a blog post](#disable-toc-for-a-blog-post) +- [Getting help](#getting-help) - [Credits](#credits) ## Demo @@ -83,6 +84,10 @@ toc: false --- ``` +## Getting help + +If you run into an issue that isn't answered by this documentation or the [`exampleSite`](https://github.com/zwbetz-gh/cupper-hugo-theme/tree/master/exampleSite), then visit the [Hugo forum](https://discourse.gohugo.io/). The folks there are helpful and friendly. **Before** asking your question, be sure to read the [requesting help guidelines](https://discourse.gohugo.io/t/requesting-help/9132). Feel free to tag me in your question, my forum username is [@zwbetz](https://discourse.gohugo.io/u/zwbetz/summary). + ## Credits Thank you to [Heydon Pickering](http://www.heydonworks.com) and [The Paciello Group](https://www.paciellogroup.com/) for creating the original Cupper project.