]> njoseph.me Git - hyde.git/commitdiff
Add YAML example for Disqus in README
authordigitalcraftsman <digitalcraftsman@protonmail.com>
Thu, 7 Sep 2017 19:57:31 +0000 (21:57 +0200)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Thu, 7 Sep 2017 19:57:31 +0000 (21:57 +0200)
README.md

index 82660cbfcd8ff7139d706c746532511378b729e4..d8cb82cec50fcab6851b8286787c989158d77149 100644 (file)
--- a/README.md
+++ b/README.md
@@ -127,6 +127,11 @@ You can optionally enable a comment system powered by Disqus for the posts. Simp
 disqusShortname = "spf13"
 ```
 
+**YAML**
+```yaml
+disqusShortname : spf13
+```
+
 > **Note:** Previous version 1.0 the Disqus shortname had to be defined inside the `[params]` block.