Update README.md

修复disqus配置说明的错位  close #31
This commit is contained in:
飞雪无情
2019-03-18 09:36:03 +08:00
committed by GitHub
parent 0923f8244d
commit 206f8ff879
+2 -2
View File
@@ -166,6 +166,8 @@ type: archives
disqusShortname = "yourdiscussshortname"
```
替换成你自己的Disqus名字即可。
#### 自定义文章摘要
该主题采用了Hugo内置的摘要支持,大家可以通过`<!--more-->`自定义自己的摘要,也可以使用自动摘要,使用自动摘要时,可以在`config.toml`中设置摘要的长度
@@ -203,8 +205,6 @@ summaryLength = 140
busuanzi = true
```
替换成你自己的Disqus名字即可。
#### 禁止分类的名称转为小写
我们在写文章的时候,会给文章进行分类,比如Golang,但是默认情况下,Hugo会把这个Golang转为小写,