2019-08-25 21:00:53 +02:00
baseURL = "https://example.com/"
2019-08-25 20:25:56 +02:00
languageCode = "en" # website language
defaultContentLanguage = "en" # [en, zh, ...] determines which i18n file to use
title = "LoveIt Theme" # website title
theme = "LoveIt" # theme
enableGitInfo = false # whether to use git commit log to generate lastmod record
hasCJKLanguage = false # whether to include chinese/japanese/korean
paginate = 8 # amount of posts in each page only when home_mode is post
enableEmoji = true # whether to use emoji code
enableRobotsTXT = true # whether to use robots.txt
googleAnalytics = "" # [UA-XXXXXXXX-X] google analytics code
disqusShortname = "dillonzq" # Disqus shortname to use Disqus in posts
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
# copyright description used only for seo schema
#### Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
pygmentsOptions = "linenos=table"
pygmentsCodefences = true
pygmentsUseClasses = true
pygmentsCodefencesGuessSyntax = true
2019-08-25 20:43:16 +02:00
staticDir = [ "static" , "../assets/others" ] # static directories
2019-08-25 20:25:56 +02:00
[ author ] #### Author Info
name = "XXXX"
[ sitemap ] #### Sitemap Info
changefreq = "weekly"
2019-02-03 12:30:44 +01:00
filename = "sitemap.xml"
priority = 0.5
2019-08-25 20:25:56 +02:00
[ Permalinks ] #### Permalinks Info (https://gohugo.io/content-management/urls/#permalinks)
2019-11-20 08:58:41 +01:00
posts = ":year/:month/:filename"
2019-02-03 12:30:44 +01:00
2019-08-25 20:25:56 +02:00
[ menu ] #### Menu Info
2019-02-03 12:30:44 +01:00
[ [ menu . main ] ]
2019-08-25 20:25:56 +02:00
identifier = "posts"
name = "Posts"
2019-11-20 08:58:41 +01:00
url = "posts"
2019-02-03 12:30:44 +01:00
weight = 1
[ [ menu . main ] ]
2019-08-25 20:25:56 +02:00
identifier = "tags"
name = "Tags"
2019-11-20 08:58:41 +01:00
url = "tags"
2019-08-25 20:25:56 +02:00
weight = 2
[ [ menu . main ] ]
identifier = "categories"
2019-02-03 12:30:44 +01:00
name = "Categories"
2019-11-20 08:58:41 +01:00
url = "categories"
2019-02-03 12:30:44 +01:00
weight = 3
2019-02-25 00:43:14 +01:00
[ [ menu . main ] ]
2019-08-25 20:25:56 +02:00
identifier = "about"
2019-02-25 00:43:14 +01:00
name = "About"
2019-11-20 08:58:41 +01:00
url = "about"
2019-02-25 00:43:14 +01:00
weight = 4
2019-08-25 20:25:56 +02:00
[ [ menu . main ] ]
identifier = "zh"
2019-08-26 19:15:00 +02:00
name = '<i class="fas fa-language fa-fw"></i>'
2019-08-25 20:25:56 +02:00
url = "https://hugo-loveit-zh.netlify.com"
weight = 5
2019-02-03 12:30:44 +01:00
[ params ]
2019-08-25 20:25:56 +02:00
version = "5.x" # LoveIt theme version
description = "LoveIt Theme Demo" # site description
keywords = [ "XXXX" , "Theme" , "Hugo" ] # site keywords
#### Home Page Info
home_mode = "post" # [post, other] home mode
2019-11-20 08:58:41 +01:00
avatar = "images/avatar.png" # URL of avatar shown in home page
2019-08-25 20:25:56 +02:00
subtitle = "A Clean, Elegant but Advanced Hugo Theme" # subtitle shown in home page
socialShare = true # whether to show social share links in post page
#### Footer CopyRight Info
since = 2018 # Site creation time
icp = '' # ICP info only in China (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>'
# license info (HTML format is allowed)
gitRepo = "" # public git repo url to link lastmod git commit only then enableGitInfo is true
linkToMarkdown = true # whether to show link to Raw Markdown content of the post
#### site verification code for Google/Bing/Yandex/Pinterest/Baidu
google_verification = ""
bing_verification = ""
yandex_verification = ""
pinterest_verification = ""
baidu_verification = ""
[ params . cdn ] #### CSS and JS Files CDN
fontawesome_free_css = '' # 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">'
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 = ''
2019-11-20 08:58:41 +01:00
echarts_macarons_js = ''
2019-08-25 20:25:56 +02:00
typeit_js = ''
jquery_countdown_js = ''
aplayer_css = ''
aplayer_js = ''
meting_js = ''
[ params . gravatar ] # Gravatar Info for preferred avatar in home page
email = ""
[ params . social ] # Social Info in home page
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"
2019-08-25 20:25:56 +02:00
#Email = "xxxx"
2019-02-03 12:30:44 +01:00
Facebook = "xxxx"
2019-08-25 20:25:56 +02:00
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"
#Bitbucket = "xxxx"
2019-08-25 20:25:56 +02:00
#Stackoverflow = "xxxx"
2019-03-14 00:29:11 +01:00
#Weibo = "xxxx"
#Odnoklassniki = "xxxx"
#VKontakte = "xxxx"
#Flickr = "xxxx"
2019-03-14 00:32:04 +01:00
#Xing = "xxxx"
#Snapchat = "xxxx"
#Soundcloud = "xxxx"
#Spotify = "xxxx"
#Bandcamp = "xxxx"
#Paypal = "xxxx"
#Fivehundredpx = "xxxx"
2019-03-14 11:13:40 +01:00
#Mix = "xxxx"
Added more social
Added more social links:
Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
2019-03-14 15:45:24 +01:00
#Goodreads = "xxxx"
#Lastfm = "xxxx"
#Foursquare = "xxxx"
#Hackernews = "xxxx"
#Kickstarter = "xxxx"
#Patreon = "xxxx"
#Steam = "xxxx"
#Twitch = "xxxx"
#Strava = "xxxx"
#Skype = "xxxx"
#Whatsapp = "xxxx"
2019-03-17 01:45:35 +01:00
#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"
2019-03-24 08:37:58 +01:00
#Googlescholar = "xxxx"
#Researchgate = "xxxx"
2019-03-24 09:09:29 +01:00
#Mastodon = "xxxx"
2019-03-24 10:18:52 +01:00
#Thingiverse = "xxxx"
2019-03-14 00:32:04 +01:00
2019-08-25 20:25:56 +02:00
[ params . share ] # Social Share Links in post page
enable = true
Twitter = true
Facebook = true
Reddit = true
#Linkedin = true
#Pinterest = true
#HackerNews = true
#Mix = true
#Tumblr = true
#VKontakte = true
#Weibo = true
[ params . publisher ] # Publisher Info just for SEO
name = "XXXX"
2019-02-03 12:30:44 +01:00
[ params . publisher . logo ]
2019-11-20 08:58:41 +01:00
url = "logo.png"
2019-02-03 12:30:44 +01:00
width = 127
height = 40
2019-08-25 20:25:56 +02:00
[ params . logo ] # Website Log Info just for SEO
2019-11-20 08:58:41 +01:00
url = "logo.png"
2019-02-03 12:30:44 +01:00
width = 127
height = 40
2019-08-25 20:25:56 +02:00
[ params . image ] # Website Image Info just for SEO
2019-11-20 08:58:41 +01:00
url = "cover.png"
2019-02-03 12:30:44 +01:00
width = 800
height = 600
2019-03-15 10:15:32 +01:00
2019-08-25 20:25:56 +02:00
[ params . gitalk ] # Gittalk Comment Config (https://github.com/gitalk/gitalk)
owner = ""
repo = ""
clientId = ""
clientSecret = ""
[ params . valine ] # Valine Comment Config (https://github.com/xCss/Valine)
enable = false
appId = ""
appKey = ""
notify = false
verify = true
avatar = "mp"
placeholder = "Your comment ..."
visitor = true
recordIP = true
[ privacy ] #### Privacy Info (https://gohugo.io/about/hugo-and-gdpr/)
[ privacy . googleAnalytics ]
anonymizeIP = true
[ privacy . youtube ]
privacyEnhanced = true
[ mediaTypes ] #### Options to make hugo output .md files.
[ mediaTypes . "text/plain" ]
suffixes = [ "md" ]
[ outputFormats . MarkDown ] #### Options to make hugo output .md files.
mediaType = "text/plain"
isPlainText = true
isHTML = false
[ outputs ] #### Options to make hugo output .md files.
home = [ "HTML" , "RSS" ]
page = [ "HTML" , "MarkDown" ]
section = [ "HTML" , "RSS" ]
taxonomy = [ "HTML" , "RSS" ]
taxonomyTerm = [ "HTML" ]