1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 09:29:08 +00:00

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