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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizalsagi@gmail.com>2017-09-18 07:39:28 +0300
committerYurizal Susanto <rizalsagi@gmail.com>2017-09-18 07:39:28 +0300
commitc6c371d05fec5661f1e9f4bb23642252b740955e (patch)
tree7b31cbf0b7e550bc3405c66d324cb9e282627135
parenteaa178c1e60b125b738f4c5383c1eaec5f7e4ad6 (diff)
Update README regarding Disqus Support
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5939f7..0f51c87 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Like I said, it's really minimal. Its doesn't even have grid or anything nice li
- Responsive.
- Social Icon Links.
- No Grid no worry.
-- Disqus Support
+- Disqus Support.
- Translatable.
![Manis' Colorful scheme](https://raw.githubusercontent.com/yursan9/manis-hugo-theme/master/images/blue-red.png)
@@ -32,6 +32,16 @@ git clone https://github.com/yursan9/manis-hugo-theme themes/manis
For configuration example you can look at the `exampleSite/config.toml` (and copy that too!). I put some commentary to, hopefully, guide you at using this theme.
+### Disqus Configuration
+To add Disqus support, edit your site `config.toml`. Add your discus' shortname to `disqusShortname` and add list of sections that you want to support disqus to `params.disqusSections`:
+
+```toml
+disqusShortname = "your-disqus-shortname"
+
+[params]
+ disqusSections = ["blog"]
+```
+
### Making Own Navigation Bar
Top navigation bar in Manis is made automatically by making new `section/_index.md`. Example if you want to add/remove navigation items, you can do the following command: