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.
39 lines
1.0 KiB
39 lines
1.0 KiB
external_templates:
|
|
- repo: templates/collections
|
|
- repo: templates/dynamic_collections
|
|
|
|
dynamic_collections:
|
|
## Use DC as suffix to avoid name conflicts with static collections
|
|
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
|
|
|
|
Best of Decade DC: # mapping name does not matter just needs to be unique
|
|
type: custom
|
|
data:
|
|
twenties: 1920
|
|
thirties: 1930
|
|
forties: 1940
|
|
fifties: 1950
|
|
sixties: 1960
|
|
seventies: 1970
|
|
eighties: 1980
|
|
nineties: 1990
|
|
two_thousands: 2000
|
|
twenty_tens: 2010
|
|
twenty_twenties: 2020
|
|
template_variables:
|
|
ending:
|
|
twenties: 1929
|
|
thirties: 1939
|
|
forties: 1949
|
|
fifties: 1959
|
|
sixties: 1969
|
|
seventies: 1979
|
|
eighties: 1989
|
|
nineties: 1999
|
|
two_thousands: 2009
|
|
twenty_tens: 2019
|
|
twenty_twenties: 2029
|
|
title_format: 🗓️ Best of the <<key_name>>s
|
|
template:
|
|
- Per_Decade
|