You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
481 B
19 lines
481 B
1 year ago
|
external_templates:
|
||
|
- repo: templates/collections
|
||
|
- repo: templates/dynamic_collections
|
||
|
|
||
|
collections:
|
||
|
# Top movies via IMDB, updated twice a week
|
||
|
"🙌 Best Of All Time":
|
||
|
template: { name: Award,
|
||
|
level: "++" }
|
||
|
summary: "Dive into the best films ever made"
|
||
|
imdb_chart: top_movies
|
||
|
schedule:
|
||
|
- weekly(wednesday)
|
||
|
- weekly(sunday)
|
||
|
collection_order: random
|
||
|
visible_library: true
|
||
|
visible_home: true
|
||
|
visible_shared: true
|