Add config for video content

This commit is contained in:
davegson 2020-05-20 13:46:36 +02:00
parent 42efac1aa0
commit ad4a3e668d

View file

@ -32,6 +32,7 @@ privacy_url: /privacy/
spn_url: /spn/ spn_url: /spn/
team_url: /team/ team_url: /team/
terms_url: /terms/ terms_url: /terms/
video_url: /video/
whitepaper_url: /files/whitepaper/Gate17.pdf whitepaper_url: /files/whitepaper/Gate17.pdf
### external ### external
@ -81,6 +82,8 @@ emailobfuscated: "=b!isfg>#nbjmup;ifmmpAtbgjoh/jp#?ifmmpAtbgjoh/jp=0b?"
collections: collections:
podcasts: podcasts:
output: true output: true
videos:
output: true
defaults: defaults:
- scope: - scope:
@ -97,6 +100,13 @@ defaults:
layout: "podcast" layout: "podcast"
permalink: /podcast/:year/:month/:day/:title/ permalink: /podcast/:year/:month/:day/:title/
type: "podcast" type: "podcast"
- scope:
path: ""
type: "videos"
values:
layout: "video"
permalink: /video/:year/:month/:day/:title/
type: "video"
############################## ##############################
###### Podcast settings ###### ###### Podcast settings ######