summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-07-17 12:21:50 +0200
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-07-17 12:23:59 +0200
commit62ef2ef06f36bccddecaffc9567898899c29036d (patch)
tree2de095f18e95a4b857a6bd0f8c85cdf1d9205aba /README.md
parenta874cebd9844764360be9ab93568cc6e334b0e4e (diff)
Added Disqus support
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0ddc6d5..70a57ec 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ It pairs a prominent sidebar with uncomplicated content.
- [Sticky sidebar content](#sticky-sidebar-content)
- [Themes](#themes)
- [Reverse layout](#reverse-layout)
+ - [Disqus](#disqus)
- [Development](#development)
- [Author](#author)
- [Ported by](#ported-by)
@@ -92,6 +93,22 @@ Hyde's page orientation can be reversed with a single class.
</body>
```
+### Disqus
+
+You can optionally enable a comment system powered by Disqus for the posts. Simply add the variable `disqusShortname` to the `params` in your config file.
+
+**TOML**
+```toml
+[params]
+ disqusShortname = "spf13"
+```
+
+**YAML**
+```yaml
+params:
+ disqusShortname: "spf13"
+```
+
## Author
**Mark Otto**
- <https://github.com/mdo>