瀏覽代碼

Add YAML example for Disqus in README

digitalcraftsman 7 年之前
父節點
當前提交
804cee4561
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      README.md

+ 5
- 0
README.md 查看文件

127
 disqusShortname = "spf13"
127
 disqusShortname = "spf13"
128
 ```
128
 ```
129
 
129
 
130
+**YAML**
131
+```yaml
132
+disqusShortname : spf13
133
+```
134
+
130
 > **Note:** Previous version 1.0 the Disqus shortname had to be defined inside the `[params]` block.
135
 > **Note:** Previous version 1.0 the Disqus shortname had to be defined inside the `[params]` block.
131
 
136
 
132
 
137