64 lines
No EOL
1.7 KiB
TOML
64 lines
No EOL
1.7 KiB
TOML
baseurl = "https://example.com"
|
|
languageCode = "en"
|
|
title = "Hugo Kiss theme"
|
|
theme = "kiss"
|
|
copyright = "© <a href=\"https://github.com/ribice\">Emir Ribic</a> 2017"
|
|
disqusShortname = "shortname"
|
|
googleAnalytics = ""
|
|
Paginate = 5 # Number of posts per page
|
|
enableRobotsTXT = true
|
|
|
|
[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.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.opengraph.twitter]
|
|
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"
|
|
facebook = "ribice"
|
|
instagram = ""
|
|
codepen = ""
|
|
rss = "index.xml" # Add this to show RSS button in social.
|
|
|
|
[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/"
|
|
|
|
[taxonomies]
|
|
tag ="tags"
|
|
|
|
[blackfriday]
|
|
hrefTargetBlank = true |