mirror of
https://github.com/safing/web
synced 2025-09-04 03:59:03 +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/
|
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 ######
|
||||||
|
|
Loading…
Add table
Reference in a new issue