diff options
author | amzrk2 | 2020-06-03 14:04:29 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-03 14:04:29 +0800 |
commit | 63433dd64a35ef1a45301849ee9550b1f74fefd4 (patch) | |
tree | 65affcc7fd58e004486d8ab75acd145c6f1e5093 /README.md | |
parent | 3df71601ae866aff9c2ae060ed1ac7407807fcc4 (diff) | |
download | hugo-theme-fuji-63433dd64a35ef1a45301849ee9550b1f74fefd4.tar.gz hugo-theme-fuji-63433dd64a35ef1a45301849ee9550b1f74fefd4.tar.bz2 hugo-theme-fuji-63433dd64a35ef1a45301849ee9550b1f74fefd4.zip |
Update DisqusJS default settings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -139,9 +139,9 @@ You can use `[SITEROOT]/layouts/_default/_markup/render-link.html` to decide whe 对于 Disqus 默认情况下使用 `{{ .Permalink }}` 作为 `url`,使用 `{{ .File.ContentBaseName }}` 作为 `identifier`。 -Use the `[SITEROOT]/layouts/partials/comment-*.html` to cover `themes/fuji/layouts/partials/comment-*.html`. Then you can customize the url and identifier, or set multiple api key for using DisqusJS. If you want to use DisqusJS, please remember to set `disqusJSApi` to anything in your `config.toml` to load CSS. +Use the `[SITEROOT]/layouts/partials/comment-*.html` to cover `themes/fuji/layouts/partials/comment-*.html`. Then you can customize the url and identifier, or set multiple api key, add more settings for using DisqusJS. If you want to use DisqusJS, please remember to set `disqusJSApi` to anything in your `config.toml` to load CSS. -You can check my blog for example of using DisqusJS, remember to set to your own key when deploing: +You can check my blog for example of using DisqusJS and add more settings and api keys, remember to set to your own key when deploing: - [`config.toml`]() - [`comment-disqusjs.html`]() |