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 /exampleSite
parent6f857d3399f83390d07f4ea8c5168752642d7e20 (diff)
fix: README typo
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
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"