- Remove library-specific files (unused)

- Restructure into category -> library type
This commit is contained in:
nwithan8
2023-10-16 15:21:20 -06:00
parent 1f75072466
commit 4b0c3f3d57
34 changed files with 900 additions and 1023 deletions

View File

@ -0,0 +1,17 @@
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)
visible_library: true
visible_home: true
visible_shared: true

View File

@ -0,0 +1,3 @@
external_templates:
- repo: templates/collections
- repo: templates/dynamic_collections