Pārlūkot izejas kodu

Add YAML example for Disqus in README

digitalcraftsman 7 gadus atpakaļ
vecāks
revīzija
804cee4561
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5
    0
      README.md

+ 5
- 0
README.md Parādīt failu

@@ -127,6 +127,11 @@ You can optionally enable a comment system powered by Disqus for the posts. Simp
127 127
 disqusShortname = "spf13"
128 128
 ```
129 129
 
130
+**YAML**
131
+```yaml
132
+disqusShortname : spf13
133
+```
134
+
130 135
 > **Note:** Previous version 1.0 the Disqus shortname had to be defined inside the `[params]` block.
131 136
 
132 137