Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-07-10 15:26:46 +0300
committerGitHub <noreply@github.com>2018-07-10 15:26:46 +0300
commit12f980a257f81554bc2d82fbcb2367acbbb4b145 (patch)
tree056a9ddb97bf3a38c998235d3a0a9fc650956378 /README.md
parent7cb6b2b87d85b5e1b7387de5a86b0223cc0bb6be (diff)
Disable comments on specific posts (#47)
* Disable comments on post if disableComments = true * Disable comments on all but the comments example post * Update README to include disableComments front matter
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 186515d..b5ef9d5 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,9 @@ The cover image URL is hard-coded, therefore to replace this add an image to the
- [Simplified Chinese](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/zh.toml)
- [Spanish](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/es.toml)
+## Custom Front Matter
+
+ - `disableComments` - If set to `true` this will disable comments on the post when Disqus is enabled.
## Development