]> njoseph.me Git - hyde.git/blobdiff - README.md
Removed non-working link from README
[hyde.git] / README.md
index 0ddc6d56f0398565711441eb51b3704db8bba10e..39b8d14ceed2910930befc1b7a6ed0061d00f26a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ It pairs a prominent sidebar with uncomplicated content.
   - [Sticky sidebar content](#sticky-sidebar-content)
   - [Themes](#themes)
   - [Reverse layout](#reverse-layout)
-- [Development](#development)
+  - [Disqus](#disqus)
 - [Author](#author)
 - [Ported by](#ported-by)
 - [License](#license)
@@ -92,6 +92,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>