Change Site Config

This commit is contained in:
Kazuhiro MUSASHI 2022-12-01 23:15:09 +09:00
parent 286b890c62
commit 0e2731ed15
2 changed files with 87 additions and 27 deletions

View File

@ -122,39 +122,69 @@ theme = "DoIt"
Facebook = "kazu634" Facebook = "kazu634"
Linkedin = "一弘-武蔵-b90bba54" Linkedin = "一弘-武蔵-b90bba54"
Flickr = "42332031@N02" Flickr = "42332031@N02"
Youtubechannel = "UC1acPRvMPda9eL1JqlO-_rA"
RSS = true # LoveIt NEW | 0.2.0 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] [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 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 hiddenFromSearch = false
# LoveIt NEW | 0.2.0 whether to enable twemoji # DoIt NEW | 0.2.0 whether to enable twemoji
twemoji = true twemoji = true
# whether to enable lightgallery # whether to enable lightgallery
lightgallery = true 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 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 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 fontawesome = true
# whether to show link to Raw Markdown content of the content # whether to show link to Raw Markdown content of the content
linkToMarkdown = true 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 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] [params.page.toc]
# whether to enable the table of the contents # whether to enable the table of the contents
enable = true 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 keepStatic = false
# whether to make the table of the contents in the sidebar automatically collapsed # whether to make the table of the contents in the sidebar automatically collapsed
auto = true auto = true
# DoIt CHANGED | 0.2.0 KaTeX mathematical formulas
# LoveIt CHANGED | 0.2.0 KaTeX mathematical formulas
[params.page.math] [params.page.math]
enable = true enable = true
# default block delimiter is $$ ... $$ and \\[ ... \\] # default block delimiter is $$ ... $$ and \\[ ... \\]

View File

@ -1,4 +1,4 @@
baseURL = "http://test.kazu634.com/" baseURL = "https://test.kazu634.com/"
# [en, zh-cn, fr, ...] determines default content language # [en, zh-cn, fr, ...] determines default content language
defaultContentLanguage = "en" defaultContentLanguage = "en"
# language code # language code
@ -122,39 +122,69 @@ theme = "DoIt"
Facebook = "kazu634" Facebook = "kazu634"
Linkedin = "一弘-武蔵-b90bba54" Linkedin = "一弘-武蔵-b90bba54"
Flickr = "42332031@N02" Flickr = "42332031@N02"
Youtubechannel = "UC1acPRvMPda9eL1JqlO-_rA"
RSS = true # LoveIt NEW | 0.2.0 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] [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 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 hiddenFromSearch = false
# LoveIt NEW | 0.2.0 whether to enable twemoji # DoIt NEW | 0.2.0 whether to enable twemoji
twemoji = true twemoji = true
# whether to enable lightgallery # whether to enable lightgallery
lightgallery = true 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 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 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 fontawesome = true
# whether to show link to Raw Markdown content of the content # whether to show link to Raw Markdown content of the content
linkToMarkdown = true 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 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] [params.page.toc]
# whether to enable the table of the contents # whether to enable the table of the contents
enable = true 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 keepStatic = false
# whether to make the table of the contents in the sidebar automatically collapsed # whether to make the table of the contents in the sidebar automatically collapsed
auto = true auto = true
# DoIt CHANGED | 0.2.0 KaTeX mathematical formulas
# LoveIt CHANGED | 0.2.0 KaTeX mathematical formulas
[params.page.math] [params.page.math]
enable = true enable = true
# default block delimiter is $$ ... $$ and \\[ ... \\] # default block delimiter is $$ ... $$ and \\[ ... \\]