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

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-12 09:40:14 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-12 09:43:19 +0300
commit00f59de71b20eaff70b6400cc20006de32773dfe (patch)
tree022e1078a79521e15046d4cab1d9d82b8566d1ae
parent6f857d3399f83390d07f4ea8c5168752642d7e20 (diff)
fix: README typo
-rw-r--r--README.md8
-rw-r--r--exampleSite/config.toml6
2 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index af84ebe..c9be2e4 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,12 @@ To enable theme-defined highlighting style, please set `pygmentsUseClasses = tru
Supported Disqus and Valine now.
```toml
+disqusShortname = ""
+```
+
+OR
+
+```toml
[params.comment]
appid = "your-appid"
appkey = "your-appkey"
@@ -59,4 +65,4 @@ Refer to `exampleSite/config.toml` for more example.
## License
-Released under the [MIT License](https://github.com/wayjam/hugo-theme-mixedpaper/blob/master/LICENSE.md).
+Released under the [MIT License](https://github.com/wayjam/hugo-theme-mixedpaper/blob/master/LICENSE).
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6a1dda2..a2225f6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -11,9 +11,6 @@ hasCJKLanguage = false
# Add your Google Analytics identifier: UA-XXXXXXXX-X
googleAnalytics = ""
-# Add your Disqus shortname here.
-disqusShortname = ""
-
[taxonomies]
tag = "tags"
@@ -34,6 +31,9 @@ postLicense = ""
[params.comment]
type = "none"
+# Add your Disqus shortname here.
+disqusShortname = ""
+
[params.comment.valine]
appid = "your-appid"
appkey = "your-appkey"