mirror of https://github.com/luizdepra/hugo-coder.git

peterrus
03.19.2018 9328ab63c81e0da994f79f0e760392622c63508a
typo (#17)

1 files modified
2 ■■■ changed files
README.md 2 ●●● patch | view | raw | blame | history
README.md
@@ -79,7 +79,7 @@
 The above command copies current state of the theme to exampleSite/themes and starts hugo with hugo serve -D (Go does not support Symlink directories)
### Disqus
dd the following line to your config,
Add the following line to your config,
```disqusShortname = "yourdiscussshortname"``` When this is set, all posts are disqus enabled   
You can disable comments for a post by adding the following to your page meta data.
```disable_comments: true```