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:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml76
1 files changed, 30 insertions, 46 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 178b63e..a8331c3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,64 +1,48 @@
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 = ""
+theme = "kiss-em"
Paginate = 5 # Number of posts per page
enableRobotsTXT = true
+defaultContentLanguage = "en"
-[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
+[languages]
+ [languages.de]
+ title = "Das ist Kiss'Em!"
+ weight = 2
+ [languages.en]
+ title = "Kiss'Em!"
+ weight = 1
+
+[params.microblog]
+enable = true
+number = 2
[params.assets]
customCSS = ["css/custom.css"]
-[params.info]
-adsense = "" # Adsense ID (ID only, without ca-pub-)
-enableSocial = true # Adds OpenGraph and Twitter cards
-homeTitle = "" # Title for home page
-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
-taxonomiesCount = true # Add taxonomies count
-
-[params.features]
-disqusOnDemand = true # Load Disqus comments on click
-
-
-[params.opengraph.facebook]
-admins = [] # array of Facebook IDs
-appID = ""
-pageID = ""
+[params.rss]
+enable = true
+includeContent = true
+authorName = "Pavel Pi"
+authorEmail = "info@pavel-pi.de"
-[params.opengraph.twitter]
-page = "" # Twitter Page username. If not set, params.social.twitter will be used.
+[params.info]
+poweredby = true
+related = true
+copyright = "© <a href=\"https://github.com/pavel-pi\">Pavel Pi</a> 2020"
[params.social]
-twitter = "ribicemir"
-github = "ribice"
-email = "ribice@gmail.com"
-linkedin = "ribice"
-facebook = "ribice"
-instagram = ""
-codepen = ""
-rss = "index.xml" # Add this to show RSS button in social.
+about = "about"
+twitter = "@_pavel_pi_"
+github = "pavel-pi"
+email = "info@pavel-pi.de"
+rss = "index.xml"
+# Define the order of the icons:
[params.social.config]
-platforms = ["github","facebook","twitter","instagram","email","codepen","linkedin"]
-
-[params.matomoAnalytics]
-siteID = 1
-rootURL = "//matomo.example.com/"
-
-[params.fathomAnalytics]
-rootURL = "//fathom.example.com/"
+platforms = ["about", "email", "github", "twitter", "xing", "rss"]
[taxonomies]
tag ="tags"
-[blackfriday]
-hrefTargetBlank = true \ No newline at end of file
+