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

github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmir Ribić <ribice@gmail.com>2020-01-13 21:27:51 +0300
committerGitHub <noreply@github.com>2020-01-13 21:27:51 +0300
commiteaf098a7d701b6e5975f6684c8947def2ff474ee (patch)
tree6d7df40ae3ddcd56af1d6d3c445eeefde0044916
parent329df0977b5e2a3519e048124d262d642eedb118 (diff)
parentb1c0aabbbe698a898c748b7363816f686a7fd994 (diff)
merge config of readme and example site (#85)
merge config of readme and example site
-rw-r--r--README.md3
-rw-r--r--exampleSite/config.toml38
2 files changed, 21 insertions, 20 deletions
diff --git a/README.md b/README.md
index 6e4d55e..f9a1432 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,9 @@ platforms = ["github","facebook","twitter","instagram","email","codepen","linked
siteID = 1
rootURL = "//matomo.example.com/"
+[params.fathomAnalytics]
+rootURL = "//fathom.example.com/"
+
[taxonomies]
tag ="tags"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index cf5546e..fd66661 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,32 +1,32 @@
-baseurl = "https://www.example.com"
+baseurl = "https://example.com"
languageCode = "en"
title = "Hugo Kiss theme"
theme = "kiss"
copyright = "&copy; <a href=\"https://github.com/ribice\">Emir Ribic</a> 2017"
disqusShortname = "shortname"
googleAnalytics = ""
-# Number of posts per page
-Paginate = 5
+Paginate = 5 # Number of posts per page
enableRobotsTXT = true
-[params.features]
-disqusOnDemand = true # Load Disqus comments on click
+[params.rss] # Adding this tag enables RSS feed
+includeContent = true # Includes whole content in rss
+authorName = "Emir Ribic" # Author full name
+authorEmail = "ribice@gmail.com" # Author email
[params.assets]
customCSS = ["css/custom.css"]
-[params.rss]
-
-includeContent = true # Includes whole content in rss
-authorName = "Emir Ribic" # Site author's full name
-authorEmail = "ribice@gmail.com"
-
[params.info]
adsense = "" # Adsense ID (ID only, without ca-pub-)
-enableSocial = false # Adds OpenGraph and Twitter cards
+enableSocial = true # Adds OpenGraph and Twitter cards
homeTitle = "" # Title for home page
-poweredby = true # Adds powered by Hugo and Kiss below Copyright section
-related = true # Includes related articles
+poweredby = true # Adds powered by hugo and kiss below Copyright
+related = true # Includes related articles at the bottom of the article
+codeCopy = true # Add copy button above code blocks
+
+[params.features]
+disqusOnDemand = true # Load Disqus comments on click
+
[params.opengraph.facebook]
admins = [] # array of Facebook IDs
@@ -37,18 +37,17 @@ pageID = ""
page = "" # Twitter Page username. If not set, params.social.twitter will be used.
[params.social]
-
twitter = "ribicemir"
github = "ribice"
email = "ribice@gmail.com"
linkedin = "ribice"
-gitlab = "ribice"
+facebook = "ribice"
instagram = ""
codepen = ""
-facebook = ""
+rss = "index.xml" # Add this to show RSS button in social.
[params.social.config]
-platforms = ["twitter","github","email","email","linkedin","gitlab"]
+platforms = ["github","facebook","twitter","instagram","email","codepen","linkedin"]
[params.matomoAnalytics]
siteID = 1
@@ -61,5 +60,4 @@ rootURL = "//fathom.example.com/"
tag ="tags"
[blackfriday]
-hrefTargetBlank = true
-
+hrefTargetBlank = true \ No newline at end of file