Change Site Config
This commit is contained in:
parent
286b890c62
commit
0e2731ed15
|
@ -122,39 +122,69 @@ theme = "DoIt"
|
|||
Facebook = "kazu634"
|
||||
Linkedin = "一弘-武蔵-b90bba54"
|
||||
Flickr = "42332031@N02"
|
||||
Youtubechannel = "UC1acPRvMPda9eL1JqlO-_rA"
|
||||
RSS = true # LoveIt NEW | 0.2.0
|
||||
[params.social.Mastodon]
|
||||
# weight when arranging icons (the greater the weight, the later the icon is positioned)
|
||||
weight = 4
|
||||
# your social ID
|
||||
id = "@kazu634"
|
||||
# prefix of your social link
|
||||
prefix = "https://mstdn.guru/"
|
||||
# content hovering on the icon
|
||||
title = "Mastodon"
|
||||
|
||||
|
||||
# LoveIt CHANGED | 0.2.0 Page config
|
||||
[params.page]
|
||||
# LoveIt NEW | 0.2.0 whether to hide a page from home page
|
||||
# DoIt NEW | 0.2.0 whether to hide a page from home page
|
||||
hiddenFromHomePage = false
|
||||
# LoveIt NEW | 0.2.0 whether to hide a page from search results
|
||||
# DoIt NEW | 0.2.0 whether to hide a page from search results
|
||||
hiddenFromSearch = false
|
||||
# LoveIt NEW | 0.2.0 whether to enable twemoji
|
||||
# DoIt NEW | 0.2.0 whether to enable twemoji
|
||||
twemoji = true
|
||||
# whether to enable lightgallery
|
||||
lightgallery = true
|
||||
# LoveIt NEW | 0.2.0 whether to enable the ruby extended syntax
|
||||
# DoIt NEW | 0.2.0 whether to enable the ruby extended syntax
|
||||
ruby = true
|
||||
# LoveIt NEW | 0.2.0 whether to enable the fraction extended syntax
|
||||
# DoIt NEW | 0.2.0 whether to enable the fraction extended syntax
|
||||
fraction = true
|
||||
# LoveIt NEW | 0.2.0 whether to enable the fontawesome extended syntax
|
||||
# DoIt NEW | 0.2.0 whether to enable the fontawesome extended syntax
|
||||
fontawesome = true
|
||||
# whether to show link to Raw Markdown content of the content
|
||||
linkToMarkdown = true
|
||||
# LoveIt NEW | 0.2.4 whether to show the full text content in RSS
|
||||
# DoIt NEW | 0.2.14 configure the link to the source file of the post
|
||||
linkToSource = false
|
||||
# "https://github.com/user/repo/blob/main/{path}"
|
||||
# DoIt NEW | 0.2.13 configure the link to edit the post
|
||||
linkToEdit = false
|
||||
# "https://github.com/user/repo/edit/main/{path}"
|
||||
# "https://gitlab.com/user/repo/-/edit/main/{path}"
|
||||
# "https://bitbucket.org/user/repo/src/main/{path}?mode=edit"
|
||||
# DoIt NEW | 0.2.14 configure the link to report issue for the post
|
||||
linkToReport = false
|
||||
# "https://github.com/user/repo/issues/new?title=[bug]%20{title}&body=|Field|Value|%0A|-|-|%0A|Title|{title}|%0A|Url|{url}|%0A|Filename|https://github.com/user/repo/blob/main/{path}|"
|
||||
# DoIt NEW | 0.2.4 whether to show the full text content in RSS
|
||||
rssFullText = false
|
||||
# LoveIt NEW | 0.2.0 Table of the contents config
|
||||
|
||||
# DoIt NEW | 0.2.11 page layout style ("normal", "wide")
|
||||
pageStyle = "wide"
|
||||
# DoIt NEW | 0.2.13 whether to enable series navigation
|
||||
seriesNavigation = true
|
||||
# DoIt NEW | 0.2.13 outdated article reminder config
|
||||
[params.page.outdatedArticleReminder]
|
||||
enable = false
|
||||
# Display the reminder if the last modified time is more than 90 days ago.
|
||||
reminder = 90
|
||||
# Display warning if the last modified time is more than 180 days ago.
|
||||
warning = 180
|
||||
# DoIt NEW | 0.2.0 Table of the contents config
|
||||
[params.page.toc]
|
||||
# whether to enable the table of the contents
|
||||
enable = true
|
||||
# LoveIt NEW | 0.2.9 whether to keep the static table of the contents in front of the post
|
||||
# DoIt NEW | 0.2.9 whether to keep the static table of the contents in front of the post
|
||||
keepStatic = false
|
||||
# whether to make the table of the contents in the sidebar automatically collapsed
|
||||
auto = true
|
||||
|
||||
# LoveIt CHANGED | 0.2.0 KaTeX mathematical formulas
|
||||
# DoIt CHANGED | 0.2.0 KaTeX mathematical formulas
|
||||
[params.page.math]
|
||||
enable = true
|
||||
# default block delimiter is $$ ... $$ and \\[ ... \\]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
baseURL = "http://test.kazu634.com/"
|
||||
baseURL = "https://test.kazu634.com/"
|
||||
# [en, zh-cn, fr, ...] determines default content language
|
||||
defaultContentLanguage = "en"
|
||||
# language code
|
||||
|
@ -122,39 +122,69 @@ theme = "DoIt"
|
|||
Facebook = "kazu634"
|
||||
Linkedin = "一弘-武蔵-b90bba54"
|
||||
Flickr = "42332031@N02"
|
||||
Youtubechannel = "UC1acPRvMPda9eL1JqlO-_rA"
|
||||
RSS = true # LoveIt NEW | 0.2.0
|
||||
[params.social.Mastodon]
|
||||
# weight when arranging icons (the greater the weight, the later the icon is positioned)
|
||||
weight = 4
|
||||
# your social ID
|
||||
id = "@kazu634"
|
||||
# prefix of your social link
|
||||
prefix = "https://mstdn.guru/"
|
||||
# content hovering on the icon
|
||||
title = "Mastodon"
|
||||
|
||||
|
||||
# LoveIt CHANGED | 0.2.0 Page config
|
||||
[params.page]
|
||||
# LoveIt NEW | 0.2.0 whether to hide a page from home page
|
||||
# DoIt NEW | 0.2.0 whether to hide a page from home page
|
||||
hiddenFromHomePage = false
|
||||
# LoveIt NEW | 0.2.0 whether to hide a page from search results
|
||||
# DoIt NEW | 0.2.0 whether to hide a page from search results
|
||||
hiddenFromSearch = false
|
||||
# LoveIt NEW | 0.2.0 whether to enable twemoji
|
||||
# DoIt NEW | 0.2.0 whether to enable twemoji
|
||||
twemoji = true
|
||||
# whether to enable lightgallery
|
||||
lightgallery = true
|
||||
# LoveIt NEW | 0.2.0 whether to enable the ruby extended syntax
|
||||
# DoIt NEW | 0.2.0 whether to enable the ruby extended syntax
|
||||
ruby = true
|
||||
# LoveIt NEW | 0.2.0 whether to enable the fraction extended syntax
|
||||
# DoIt NEW | 0.2.0 whether to enable the fraction extended syntax
|
||||
fraction = true
|
||||
# LoveIt NEW | 0.2.0 whether to enable the fontawesome extended syntax
|
||||
# DoIt NEW | 0.2.0 whether to enable the fontawesome extended syntax
|
||||
fontawesome = true
|
||||
# whether to show link to Raw Markdown content of the content
|
||||
linkToMarkdown = true
|
||||
# LoveIt NEW | 0.2.4 whether to show the full text content in RSS
|
||||
# DoIt NEW | 0.2.14 configure the link to the source file of the post
|
||||
linkToSource = false
|
||||
# "https://github.com/user/repo/blob/main/{path}"
|
||||
# DoIt NEW | 0.2.13 configure the link to edit the post
|
||||
linkToEdit = false
|
||||
# "https://github.com/user/repo/edit/main/{path}"
|
||||
# "https://gitlab.com/user/repo/-/edit/main/{path}"
|
||||
# "https://bitbucket.org/user/repo/src/main/{path}?mode=edit"
|
||||
# DoIt NEW | 0.2.14 configure the link to report issue for the post
|
||||
linkToReport = false
|
||||
# "https://github.com/user/repo/issues/new?title=[bug]%20{title}&body=|Field|Value|%0A|-|-|%0A|Title|{title}|%0A|Url|{url}|%0A|Filename|https://github.com/user/repo/blob/main/{path}|"
|
||||
# DoIt NEW | 0.2.4 whether to show the full text content in RSS
|
||||
rssFullText = false
|
||||
# LoveIt NEW | 0.2.0 Table of the contents config
|
||||
|
||||
# DoIt NEW | 0.2.11 page layout style ("normal", "wide")
|
||||
pageStyle = "wide"
|
||||
# DoIt NEW | 0.2.13 whether to enable series navigation
|
||||
seriesNavigation = true
|
||||
# DoIt NEW | 0.2.13 outdated article reminder config
|
||||
[params.page.outdatedArticleReminder]
|
||||
enable = false
|
||||
# Display the reminder if the last modified time is more than 90 days ago.
|
||||
reminder = 90
|
||||
# Display warning if the last modified time is more than 180 days ago.
|
||||
warning = 180
|
||||
# DoIt NEW | 0.2.0 Table of the contents config
|
||||
[params.page.toc]
|
||||
# whether to enable the table of the contents
|
||||
enable = true
|
||||
# LoveIt NEW | 0.2.9 whether to keep the static table of the contents in front of the post
|
||||
# DoIt NEW | 0.2.9 whether to keep the static table of the contents in front of the post
|
||||
keepStatic = false
|
||||
# whether to make the table of the contents in the sidebar automatically collapsed
|
||||
auto = true
|
||||
|
||||
# LoveIt CHANGED | 0.2.0 KaTeX mathematical formulas
|
||||
# DoIt CHANGED | 0.2.0 KaTeX mathematical formulas
|
||||
[params.page.math]
|
||||
enable = true
|
||||
# default block delimiter is $$ ... $$ and \\[ ... \\]
|
||||
|
|
Loading…
Reference in New Issue