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

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvirtualcursor <2540378-virtualcursor@users.noreply.gitlab.com>2019-12-17 07:44:34 +0300
committervirtualcursor <2540378-virtualcursor@users.noreply.gitlab.com>2019-12-17 07:44:34 +0300
commit3350c8d4c0d731f26ac6a17aefea433d67a068d1 (patch)
tree13a03110d0e7ef8b8a5fbaba14db80b8eb7d211a /exampleSite
parent530e0e9190ee50a57de2d2e98b32f3b84c62f543 (diff)
Add commento and author metatag.v0.0.1
Diffstat (limited to 'exampleSite')
-rwxr-xr-xexampleSite/config.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3ceb23a..0fd4633 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -6,7 +6,8 @@ languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
-googleAnalytics = ""
+googleAnalytics = "UA-XXXX"
+DisqusShortname = "hugo-authors"
[menu]
[[menu.main]]
@@ -27,6 +28,7 @@ series = "series"
author = "authors"
[params]
+ author = "Hugo Authors"
description = "Lorem ipsum dolor sit amet."
homepageImage = "/images/homepage-image.jpg"
@@ -51,6 +53,10 @@ author = "authors"
enable = true
theme = ""
+ [params.commento]
+ enable = true
+ url = "http://localhost:1313"
+
[markup]
[markup.highlight]
codeFences = false