# ------------------------------------------------------------------------------ # ~/_data/modules/comments.yml # User configuration settings for J1 Comments Module # # Product/Info: # https://jekyll.one # # Copyright (C) 2023 Juergen Adams # # J1 Theme is licensed under the MIT License. # See: https://github.com/jekyll-one/J1 Theme/blob/master/LICENSE # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ # Description (used for J1 CC only) # description: title: J1 Comments scope: User settings location: _data/modules/comments.yml # ------------------------------------------------------------------------------ # User configuration settings # settings: # ---------------------------------------------------------------------------- # Base settings # # enabled # -------------------------------------------------------------------------- # Enables or disable comments services. If disabled, the service # won't be enabled on any page. # # values: [true|false] # default: false # # provider # -------------------------------------------------------------------------- # Specifies the provider to be used for commenting # # values: [disqus|hyvor|commento|just-comments] # default: disqus # # ---------------------------------------------------------------------------- # ---------------------------------------------------------------------------- # Base settings (required) # ---------------------------------------------------------------------------- enabled: false provider: hyvor # ------------------------------------------------------------------------------ # END config