craftsmandigital / hugo-minimo

0 stars 0 forks source link

docs/comments-support/ #1

Open utterances-bot opened 5 years ago

utterances-bot commented 5 years ago

Comments Support • Munif Tanjim

Minimo has support for comments baked into it. Enable/Disable Comments Globally For enabling or disabling comments globally, check the following setting in your config.toml file: [params.comments] enable = false params.comments [Map]: enable [Boolean]: Enable/Disable comments globally For Specific Posts The global .Site.Params.comments.enable setting can be overridden for specific posts in their content’s frontmatter with this option: --- comments: true --- comments [Boolean]: Enable/Disable comments for specific posts Of course, you’ll also need to setup a comment system ( Disqus or Staticman ).

http://localhost:1313/docs/comments-support/

craftsmandigital commented 5 years ago

Test of comments