refactor: move default parameter values from template logic to params.toml (#1244)

This commit is contained in:
Jimmy
2026-01-26 15:50:18 +01:00
committed by GitHub
parent 3b753c9cc0
commit 3a03d69502
11 changed files with 33 additions and 27 deletions
+11 -5
View File
@@ -71,7 +71,9 @@ rssFullContent = true
[comments.remark42]
host = ""
site = ""
locale = ""
locale = "en"
max_shown_comments = 15
show_email_subscription = true
[comments.vssue]
platform = ""
@@ -115,11 +117,15 @@ rssFullContent = true
repoID = ""
category = ""
categoryID = ""
mapping = ""
lightTheme = ""
darkTheme = ""
mapping = "title"
lightTheme = "light"
darkTheme = "dark_dimmed"
reactionsEnabled = 1
emitMetadata = 0
inputPosition = "top"
lang = "en"
strict = 0
loading = "lazy"
[comments.gitalk]
owner = ""
@@ -130,5 +136,5 @@ rssFullContent = true
proxy = ""
[comments.cusdis]
host = ""
host = "https://cusdis.com"
id = ""