style: eslint enable for toml files

This commit is contained in:
Cell
2025-10-11 15:13:35 +08:00
parent 1c95aef348
commit 969d0cc090
21 changed files with 1435 additions and 1286 deletions
+6 -6
View File
@@ -12,10 +12,10 @@ baseURL = "https://demo.fixit.lruihao.cn/"
# theme = "FixIt"
[markup]
_merge = "shallow"
_merge = "shallow"
[outputs]
_merge = "shallow"
_merge = "shallow"
# -------------------------------------------------------------------------------------
# Taxonomies Configuration
@@ -23,7 +23,7 @@ baseURL = "https://demo.fixit.lruihao.cn/"
# -------------------------------------------------------------------------------------
[taxonomies]
_merge = "shallow"
_merge = "shallow"
# -------------------------------------------------------------------------------------
# Theme Core Configuration
@@ -31,6 +31,6 @@ baseURL = "https://demo.fixit.lruihao.cn/"
# -------------------------------------------------------------------------------------
[params]
# FixIt theme version
version = "0.3.X" # e.g. "0.2.X", "0.2.15", "v0.2.15" etc.
# ...
# FixIt theme version
version = "0.3.X" # e.g. "0.2.X", "0.2.15", "v0.2.15" etc.
# ...
+25 -21
View File
@@ -7,16 +7,18 @@ title = "Hugo FixIt TEST"
baseURL = "https://demo.fixit.lruihao.cn/test/"
[permalinks]
[permalinks.page]
posts = "/units/:slugorcontentbasename"
[permalinks.section]
posts = "/units/"
[permalinks.page]
posts = "/units/:slugorcontentbasename"
[permalinks.section]
posts = "/units/"
[markup]
_merge = "shallow"
_merge = "shallow"
[outputs]
_merge = "shallow"
_merge = "shallow"
# -------------------------------------------------------------------------------------
# Taxonomies Configuration
@@ -24,7 +26,7 @@ baseURL = "https://demo.fixit.lruihao.cn/test/"
# -------------------------------------------------------------------------------------
[taxonomies]
_merge = "shallow"
_merge = "shallow"
# -------------------------------------------------------------------------------------
# Theme Core Configuration
@@ -32,18 +34,20 @@ baseURL = "https://demo.fixit.lruihao.cn/test/"
# -------------------------------------------------------------------------------------
[params]
# FixIt theme version
version = "0.3.X" # e.g. "0.2.X", "0.2.15", "v0.2.15" etc.
# ...
[params.page]
collectionList = true
collectionNavigation = true
[params.author]
name = "Lruihao"
email = ""
link = "https://lruihao.cn"
avatar = "https://lruihao.cn/images/avatar.jpg"
# FixIt theme version
version = "0.3.X"
[params.mermaid]
zenuml = "https://cdn.jsdelivr.net/npm/@mermaid-js/mermaid-zenuml/dist/mermaid-zenuml.esm.min.mjs"
# e.g. "0.2.X", "0.2.15", "v0.2.15" etc.
# ...
[params.page]
collectionList = true
collectionNavigation = true
[params.author]
name = "Lruihao"
email = ""
link = "https://lruihao.cn"
avatar = "https://lruihao.cn/images/avatar.jpg"
[params.mermaid]
zenuml = "https://cdn.jsdelivr.net/npm/@mermaid-js/mermaid-zenuml/dist/mermaid-zenuml.esm.min.mjs"