mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
177 lines
3.7 KiB
TOML
177 lines
3.7 KiB
TOML
baseURL = "https://example.com"
|
|
languageCode = "en"
|
|
defaultContentLanguage = "en"
|
|
title = "KeepIt"
|
|
theme = "KeepIt"
|
|
|
|
paginate = 12
|
|
enableEmoji = true
|
|
enableRobotsTXT = true
|
|
googleAnalytics = ""
|
|
disqusShortname = "yourdiscussshortname"
|
|
|
|
[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
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
url = "/about"
|
|
weight = 4
|
|
|
|
[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 = ""
|
|
bing_verification = ""
|
|
yandex_verification = ""
|
|
pinterest_verification = ""
|
|
baidu_verification = ""
|
|
|
|
avatar = "/images/me/avatar.jpg" #comment it to use gravatar
|
|
socialShare = true
|
|
|
|
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>'
|
|
|
|
[params.gravatar]
|
|
#email = "example@gmail.com" #uncomment and insert your email address to use gravatar
|
|
|
|
|
|
[params.social]
|
|
GitHub = "xxxx"
|
|
Linkedin = "xxxx"
|
|
Twitter = "xxxx"
|
|
#Instagram = "xxxx"
|
|
#Email = "xxxx"
|
|
Facebook = "xxxx"
|
|
#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"
|
|
#Mix = "xxxx"
|
|
#Goodreads = "xxxx"
|
|
#Lastfm = "xxxx"
|
|
#Foursquare = "xxxx"
|
|
#Hackernews = "xxxx"
|
|
#Kickstarter = "xxxx"
|
|
#Patreon = "xxxx"
|
|
#Steam = "xxxx"
|
|
#Twitch = "xxxx"
|
|
#Strava = "xxxx"
|
|
#Skype = "xxxx"
|
|
#Whatsapp = "xxxx"
|
|
#Zhihu = "xxxx"
|
|
#Douban = "xxxx"
|
|
#Angellist = "xxxx"
|
|
#Slidershare = "xxxx"
|
|
#Jsfiddle = "xxxx"
|
|
#Deviantart = "xxxx"
|
|
#Behance = "xxxx"
|
|
#Dribble = "xxxx"
|
|
#Wordpress = "xxxx"
|
|
#Vine = "xxxx"
|
|
#Googlescholar = "xxxx"
|
|
#Researchgate = "xxxx"
|
|
#Mastodon = "xxxx"
|
|
#Thingiverse = "xxxx"
|
|
|
|
[params.share]
|
|
Twitter = true
|
|
Facebook = true
|
|
#Reddit = true
|
|
Linkedin = true
|
|
#Pinterest = true
|
|
#HackerNews = true
|
|
#Mix = true
|
|
#Tumblr = true
|
|
#VKontakte = true
|
|
#Douban = true
|
|
#Weibo = true
|
|
|
|
# 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
|
|
|
|
[params.gitalk]
|
|
owner = ""
|
|
repo = ""
|
|
clientId = ""
|
|
clientSecret = ""
|
|
|
|
[params.valine]
|
|
enable = false
|
|
appId = 'your appId'
|
|
appKey = 'your appKey'
|
|
notify = false # mail notifier , https://github.com/xCss/Valine/wiki
|
|
verify = false # Verification code
|
|
avatar = 'mm'
|
|
placeholder = 'your comments ...'
|
|
visitor = true
|