Switch to medias collection in _config

This commit is contained in:
davegson 2021-03-25 18:07:21 +01:00
parent ea6750b397
commit 393c768384

View file

@ -86,35 +86,16 @@ emailobfuscated: "=b!isfg>#nbjmup;ifmmpAtbgjoh/jp#?ifmmpAtbgjoh/jp=0b?"
################################### ###################################
collections: collections:
podcasts: medias:
output: true
videos:
output: true output: true
defaults: defaults:
- scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
permalink: /blog/:year/:month/:day/:title/
type: "post"
- scope: - scope:
path: "" path: ""
type: "podcasts" type: "medias"
values: values:
permalink: /podcast/:year/:month/:day/:title/ permalink: /:categories/:year/:month/:day/:title/
type: "podcast" type: "media"
- scope:
path: ""
type: "videos"
values:
permalink: /video/:year/:month/:day/:title/
type: "video"
- scope:
path: ""
category: "video"
values:
layout: "video"
############################## ##############################
###### Podcast settings ###### ###### Podcast settings ######