refactor: migrate theme configuration to TOML

This commit is contained in:
Jimmy Cai
2022-06-12 10:27:18 +00:00
committed by GitHub
parent 6cff36abee
commit 2d9c27a7c6
12 changed files with 248 additions and 378 deletions
+12
View File
@@ -0,0 +1,12 @@
# Related contents configuration
includeNewer = true
threshold = 60
toLower = false
[[indices]]
name = "tags"
weight = 100
[[indices]]
name = "categories"
weight = 200