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:
parent
42efac1aa0
commit
ad4a3e668d
1 changed files with 10 additions and 0 deletions
10
_config.yml
10
_config.yml
|
@ -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 ######
|
||||
|
|
Loading…
Add table
Reference in a new issue