fix estimated read time

This commit is contained in:
JamesFlare1212
2024-04-17 14:29:44 -04:00
parent 3b991a8135
commit a100b6794e
4 changed files with 16 additions and 8 deletions

View File

@@ -574,7 +574,7 @@ defaultContentLanguageInSubdir = true
twemoji = false
# whether to enable lightgallery
# FixIt 0.2.18 | CHANGED if set to "force", images in the content will be forced to shown as the gallery.
lightgallery = false
lightgallery = true
# whether to enable the ruby extended syntax
ruby = true
# whether to enable the fraction extended syntax
@@ -586,9 +586,9 @@ defaultContentLanguageInSubdir = true
# whether to show link to Raw Markdown content of the post
linkToMarkdown = true
# FixIt 0.3.0 | NEW whether to show link to view source code of the post
linkToSource = true
linkToSource = false
# FixIt 0.3.0 | NEW whether to show link to edit the post
linkToEdit = true
linkToEdit = false
# FixIt 0.3.0 | NEW whether to show link to report issue for the post
linkToReport = true
# whether to show the full text content in RSS
@@ -605,7 +605,7 @@ defaultContentLanguageInSubdir = true
# FixIt 0.2.17 | NEW end of post flag
endFlag = ""
# FixIt 0.2.18 | NEW whether to enable instant.page
instantPage = false
instantPage = true
# FixIt 0.3.0 | NEW whether to enable collection list at the sidebar
collectionList = true
# FixIt 0.3.0 | NEW whether to enable collection navigation at the end of the post
@@ -627,7 +627,7 @@ defaultContentLanguageInSubdir = true
position = "right"
# FixIt 0.2.13 | NEW Display a message at the beginning of an article to warn the reader that its content might be expired
[params.page.expirationReminder]
enable = false
enable = true
# 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
@@ -667,7 +667,7 @@ defaultContentLanguageInSubdir = true
# whether to show the copy button of the code block
copy = true
# FixIt 0.2.13 | NEW whether to show the edit button of the code block
edit = true
edit = false
# the maximum number of lines of displayed code by default
maxShownLines = 10
# Mapbox GL JS config (https://docs.mapbox.com/mapbox-gl-js)