custom summary from config.yml w/ template_variables

This commit is contained in:
bullmoose20
2022-09-22 17:07:34 -04:00
parent 5286a174ff
commit c0830d0b46
8 changed files with 92 additions and 34 deletions

View File

@@ -25,6 +25,8 @@
# # Available options. Replace "key" with the #
# # desired collection's key from the chart above. #
# #
# # Customize summary of collection #
# summary_key: A collection of ... #
# # Turn the collection on/off #
# use_key: true #
# # Determines collection order in it's section #
@@ -67,20 +69,33 @@ templates:
popular:
default:
limit_popular: 100
summary_popular: A collection of the most popular Anime according to AniList.
anilist_popular: <<limit_popular>>
summary: A collection of the most popular Anime according to AniList.
summary: <<summary_<<key>>>>
top:
default:
limit_top: 100
summary_top: A collection of the top rated Anime according to AniList.
anilist_top_rated: <<limit_top>>
summary: A collection of the top rated Anime according to AniList.
summary: <<summary_<<key>>>>
trending:
default:
limit_trending: 100
summary_trending: A collection of trending Anime according to AniList.
anilist_trending: <<limit_trending>>
summary: A collection of trending Anime according to AniList.
summary: <<summary_<<key>>>>
season:
default:
limit_trending: 100
summary_season: A collection of Anime from the Current Season according to AniList.
anilist_search:
season: current
year:
sort_by: popular
summary: <<summary_<<key>>>>
collections:
@@ -114,12 +129,8 @@ collections:
AniList Season:
variables:
key: season
anilist_search:
season: current
year:
sort_by: popular
summary: A collection of Anime from the Current Season according to AniList.
template:
- name: season
- name: shared
- name: arr
- name: custom