diff options
author | user <user@localhost.localdomain> | 2023-10-20 22:49:31 -0400 |
---|---|---|
committer | user <user@localhost.localdomain> | 2023-10-20 22:49:31 -0400 |
commit | 6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (patch) | |
tree | adcce31c689d3e63ab3ea8bd36f9ac384eca4cad /config.toml | |
parent | cf6c17546bc40d41c169279ad7b8f60bf0888ab3 (diff) |
add summary for books
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config.toml b/config.toml index c41540e..fb3164e 100644 --- a/config.toml +++ b/config.toml | |||
@@ -1,3 +1,9 @@ | |||
1 | [taxonomies] | ||
2 | _merge = 'deep' | ||
3 | tag = 'tags' | ||
4 | category = 'categories' | ||
5 | genre = 'genres' | ||
6 | |||
1 | [params] | 7 | [params] |
2 | _merge = 'deep' | 8 | _merge = 'deep' |
3 | themeVersion = '0.1' | 9 | themeVersion = '0.1' \ No newline at end of file |