mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
style: eslint enable for toml files
This commit is contained in:
+6
-6
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user