LoveIt/exampleSite/config.toml

144 lines
2.9 KiB
TOML
Raw Normal View History

2019-02-03 12:30:44 +01:00
baseURL = "https://example.com"
languageCode = "en"
defaultContentLanguage = "en"
title = "KeepIt"
theme = "KeepIt"
paginate = 12
enableEmoji = true
enableRobotsTXT = true
googleAnalytics = ""
2019-03-14 11:56:46 +01:00
disqusShortname = "yourdiscussshortname"
2019-02-03 12:30:44 +01:00
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[blackfriday]
hrefTargetBlank = true
nofollowLinks = true
noreferrerLinks = true
[Permalinks]
posts = "/:year/:filename/"
[menu]
[[menu.main]]
name = "Blog"
url = "/posts/"
weight = 1
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 3
2019-02-25 00:43:14 +01:00
[[menu.main]]
name = "About"
url = "/about"
weight = 4
2019-02-03 12:30:44 +01:00
[params]
since = 2012
author = "Fastbyte01" # Author's name
subtitle = "A Hugo theme" # Subtitle
cdn_url = "" # Base CDN URL
home_mode = "" # post or other
google_verification = ""
2019-03-14 11:13:40 +01:00
socialShare = true
2019-02-03 12:30:44 +01:00
description = "" # site description
keywords = "" # site keywords
license= 'Released under <a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
2019-03-17 00:09:02 +01:00
[params.gravatar]
email = ""
2019-02-03 12:30:44 +01:00
[params.social]
GitHub = "xxxx"
2019-02-26 00:25:27 +01:00
Linkedin = "xxxx"
2019-02-03 12:30:44 +01:00
Twitter = "xxxx"
2019-03-14 00:29:11 +01:00
#Instagram = "xxxx"
#Email = "xxxx"
2019-02-03 12:30:44 +01:00
Facebook = "xxxx"
2019-03-14 00:29:11 +01:00
#Telegram = "xxxx"
#Medium = "xxxx"
#Gitlab = "xxxx"
#Youtubelegacy = "xxxx"
#Youtubecustom = "xxxx"
#Youtubechannel = "xxxx"
#Tumblr ="xxxx"
#Quora = "xxxx"
#Keybase = "xxxx"
#Pinterest = "xxxx"
#Reddit = "xxxx"
#Codepen = "xxxx"
#Bitbucket = "xxxx"
#Stackoverflow = "xxxxx"
#Weibo = "xxxx"
#Odnoklassniki = "xxxx"
#VKontakte = "xxxx"
#Flickr = "xxxx"
#Xing = "xxxx"
#Snapchat = "xxxx"
#Soundcloud = "xxxx"
#Spotify = "xxxx"
#Bandcamp = "xxxx"
#Paypal = "xxxx"
#Fivehundredpx = "xxxx"
2019-03-14 11:13:40 +01:00
#Mix = "xxxx"
#Goodreads = "xxxx"
#Lastfm = "xxxx"
#Foursquare = "xxxx"
#Hackernews = "xxxx"
#Kickstarter = "xxxx"
#Patreon = "xxxx"
#Steam = "xxxx"
#Twitch = "xxxx"
#Strava = "xxxx"
#Skype = "xxxx"
#Whatsapp = "xxxx"
[params.share]
Twitter = true
Facebook = true
#Reddit = true
Linkedin = true
#Pinterest = true
#HackerNews = true
#Mix = true
2019-02-03 12:30:44 +01:00
# Used only for Seo schema
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
[author]
name = "Fastbyte01"
[params.publisher]
name = "Fastbyte01"
[params.publisher.logo]
url = "logo.png"
width = 127
height = 40
[params.logo]
url = "logo.png"
width = 127
height = 40
[params.image]
url = "cover.png"
width = 800
height = 600
2019-03-15 10:15:32 +01:00
[params.gitalk]
owner = ""
repo = ""
clientId = ""
clientSecret = ""