This commit is contained in:
peterrus 2018-05-03 22:19:20 +02:00 committed by Luiz F. A. de Prá
parent a83b909eea
commit 9328ab63c8
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ make demo
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) 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 ### 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 ```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. You can disable comments for a post by adding the following to your page meta data.
```disable_comments: true``` ```disable_comments: true```