LoveIt/exampleSite/config.toml

329 lines
7.7 KiB
TOML
Raw Normal View History

2020-02-02 07:43:29 +01:00
baseURL = "/"
2020-01-31 11:46:28 +01:00
# website language
languageCode = "en"
# [en, zh, ...] determines which i18n file to use
defaultContentLanguage = "en"
# website title
title = "LoveIt Theme"
# theme
theme = "LoveIt"
# whether to use git commit log to generate lastmod record
enableGitInfo = false
# whether to include chinese/japanese/korean
hasCJKLanguage = false
# default amount of posts in each pages
paginate = 12
# whether to use emoji code
enableEmoji = true
# whether to use robots.txt
enableRobotsTXT = true
# [UA-XXXXXXXX-X] google analytics code
googleAnalytics = ""
# copyright description used only for seo schema
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
2020-01-31 15:53:04 +01:00
# date format
dateFormatToUse = "2006-01-02"
2020-01-31 11:46:28 +01:00
# Markup related configuration in Hugo
[markup]
2020-01-31 11:46:28 +01:00
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
codeFences = true
guessSyntax = true
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "monokai"
tabWidth = 4
# Goldmark is from Hugo 0.60 the default library used for Markdown
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
2020-01-31 11:46:28 +01:00
[markup.goldmark.renderer]
2020-02-01 15:32:06 +01:00
# whether to use HTML tags directly in the document
2020-01-31 11:46:28 +01:00
unsafe = true
# Table Of Contents settings
[markup.tableOfContents]
startLevel = 2
endLevel = 6
2020-01-31 11:46:28 +01:00
# Author Info
[author]
name = "xxxx"
2020-02-01 15:32:06 +01:00
link = ""
2020-01-31 11:46:28 +01:00
# Sitemap Info
[sitemap]
changefreq = "weekly"
2019-02-03 12:30:44 +01:00
filename = "sitemap.xml"
priority = 0.5
2020-01-31 11:46:28 +01:00
# Permalinks Info (https://gohugo.io/content-management/urls/#permalinks)
[Permalinks]
posts = ":year/:month/:filename"
2019-02-03 12:30:44 +01:00
2020-01-31 11:46:28 +01:00
# Menu Info
[menu]
2019-02-03 12:30:44 +01:00
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "posts"
2019-02-03 12:30:44 +01:00
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "tags"
weight = 2
[[menu.main]]
identifier = "categories"
2019-02-03 12:30:44 +01:00
name = "Categories"
url = "categories"
2019-02-03 12:30:44 +01:00
weight = 3
2019-02-25 00:43:14 +01:00
[[menu.main]]
identifier = "about"
2019-02-25 00:43:14 +01:00
name = "About"
url = "about"
2019-02-25 00:43:14 +01:00
weight = 4
[[menu.main]]
identifier = "zh"
2020-01-31 11:46:28 +01:00
name = '<i class="fas fa-language fa-fw" title="简体中文"></i>'
url = "https://hugo-loveit-zh.netlify.com"
weight = 5
2019-02-03 12:30:44 +01:00
[params]
2020-01-31 11:46:28 +01:00
# LoveIt theme version
version = "0.1.X"
# site description
2020-02-01 15:32:06 +01:00
description = "About LoveIt Theme"
2020-01-31 11:46:28 +01:00
# site keywords
keywords = ["Theme", "Hugo"]
2020-01-31 11:46:28 +01:00
# Home Page Info
## [post, other] home mode
home_mode = "post"
## special amount of posts in each home post page
home_paginate = 6
## URL of avatar shown in home page
avatar = "images/avatar.png"
## subtitle shown in home page
subtitle = "A Clean, Elegant but Advanced Hugo Theme"
2020-01-31 11:46:28 +01:00
# whether to show social share links in post page
socialShare = true
2020-01-31 11:46:28 +01:00
# Footer CopyRight Info
## Site creation time
2020-02-03 13:47:49 +01:00
since = 2019
2020-01-31 11:46:28 +01:00
## ICP info only in China (HTML format is allowed)
icp = ""
## license info (HTML format is allowed)
license= '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
2020-01-31 11:46:28 +01:00
# public git repo url to link lastmod git commit only then enableGitInfo is true
gitRepo = ""
2020-02-03 13:47:49 +01:00
# whether to render mathematical formulas
math = true
2020-01-31 11:46:28 +01:00
# whether to show link to Raw Markdown content of the post
linkToMarkdown = true
2020-01-31 11:46:28 +01:00
# site verification code for Google/Bing/Yandex/Pinterest/Baidu
google_verification = ""
bing_verification = ""
yandex_verification = ""
pinterest_verification = ""
baidu_verification = ""
2020-01-31 11:46:28 +01:00
# CSS and JS Files CDN
[params.cdn]
## for example '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/css/all.min.css" integrity="sha256-fdcFNFiBMrNfWL6OcAGQz6jDgNTRxnrLEd4vJYFWScE=" crossorigin="anonymous">'
fontawesome_free_css = ''
animate_css = ''
gitalk_css = ''
gitalk_js = ''
valine_js = ''
jquery_js = ''
lazysizes_js = ''
smooth_scroll_js = ''
katex_css = ''
katex_js = ''
katex_auto_render_js = ''
mermaid_js = ''
echarts_js = ''
echarts_macarons_js = ''
typeit_js = ''
jquery_countdown_js = ''
aplayer_css = ''
aplayer_js = ''
meting_js = ''
2020-01-31 11:46:28 +01:00
# Gravatar Info for preferred avatar in home page
[params.gravatar]
email = ""
2020-01-31 11:46:28 +01:00
# Social Info in home page
[params.social]
2019-02-03 12:30:44 +01:00
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"
2020-01-31 11:46:28 +01:00
Email = "xxxx@outlook.com"
2019-02-03 12:30:44 +01:00
Facebook = "xxxx"
Telegram = "xxxx"
2019-03-14 00:29:11 +01:00
#Medium = "xxxx"
#Gitlab = "xxxx"
#Youtubelegacy = "xxxx"
#Youtubecustom = "xxxx"
#Youtubechannel = "xxxx"
#Tumblr ="xxxx"
#Quora = "xxxx"
#Keybase = "xxxx"
#Pinterest = "xxxx"
#Reddit = "xxxx"
#Codepen = "xxxx"
#FreeCodeCamp = "xxxx"
2019-03-14 00:29:11 +01:00
#Bitbucket = "xxxx"
#Stackoverflow = "xxxx"
2019-03-14 00:29:11 +01:00
#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"
#Zhihu = "xxxx"
#Douban = "xxxx"
2019-03-18 20:10:49 +01:00
#Angellist = "xxxx"
#Slidershare = "xxxx"
#Jsfiddle = "xxxx"
#Deviantart = "xxxx"
#Behance = "xxxx"
#Dribble = "xxxx"
#Wordpress = "xxxx"
#Vine = "xxxx"
#Googlescholar = "xxxx"
#Researchgate = "xxxx"
2019-03-24 09:09:29 +01:00
#Mastodon = "xxxx"
2019-03-24 10:18:52 +01:00
#Thingiverse = "xxxx"
2020-01-02 13:47:18 +01:00
#Devto = "xxxx"
2020-01-31 11:46:28 +01:00
# Social Share Links in post page
[params.share]
enable = true
Twitter = true
Facebook = true
Reddit = true
#Linkedin = true
#Pinterest = true
#HackerNews = true
#Mix = true
#Tumblr = true
#VKontakte = true
#Weibo = true
2020-01-31 11:46:28 +01:00
# Publisher Info just for SEO
[params.publisher]
name = "xxxx"
2019-02-03 12:30:44 +01:00
[params.publisher.logo]
url = "logo.png"
2019-02-03 12:30:44 +01:00
width = 127
height = 40
2020-01-31 11:46:28 +01:00
# Website Log Info just for SEO
[params.logo]
url = "logo.png"
2019-02-03 12:30:44 +01:00
width = 127
height = 40
2020-01-31 11:46:28 +01:00
# Website Image Info just for SEO
[params.image]
url = "cover.png"
2019-02-03 12:30:44 +01:00
width = 800
height = 600
2019-03-15 10:15:32 +01:00
2020-01-31 11:46:28 +01:00
# Disqus Comment Config (https://disqus.com/)
[params.disqus]
# Disqus shortname to use Disqus in posts
2020-02-01 15:32:06 +01:00
shortname = "dillonzq"
2020-01-31 11:46:28 +01:00
# Gittalk Comment Config (https://github.com/gitalk/gitalk)
[params.gitalk]
owner = ""
repo = ""
clientId = ""
clientSecret = ""
2020-01-31 11:46:28 +01:00
# Valine Comment Config (https://github.com/xCss/Valine)
[params.valine]
enable = false
appId = ""
appKey = ""
notify = false
verify = true
avatar = "mp"
placeholder = "Your comment ..."
visitor = true
recordIP = true
2020-01-31 11:46:28 +01:00
# Facebook Comment Config (https://developers.facebook.com/docs/plugins/comments)
[params.facebook]
2020-01-04 03:25:34 +01:00
enable = false
width = "100%"
numPosts = 10
appId = ""
languageCode = "en_US"
2020-01-31 11:46:28 +01:00
# Privacy Info (https://gohugo.io/about/hugo-and-gdpr/)
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
[privacy.youtube]
privacyEnhanced = true
2020-02-01 15:32:06 +01:00
# Options to make output .md files
2020-01-31 11:46:28 +01:00
[mediaTypes]
[mediaTypes."text/plain"]
suffixes = ["md"]
2020-02-01 15:32:06 +01:00
# Options to make output .md files
2020-01-31 11:46:28 +01:00
[outputFormats.MarkDown]
mediaType = "text/plain"
isPlainText = true
isHTML = false
2020-02-01 15:32:06 +01:00
# Options to make hugo output files
2020-01-31 11:46:28 +01:00
[outputs]
home = ["HTML", "RSS"]
page = ["HTML", "MarkDown"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
taxonomyTerm = ["HTML"]