mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Add job collection
This commit is contained in:
parent
a81d5b8e7a
commit
20b7b047ef
1 changed files with 12 additions and 4 deletions
16
_config.yml
16
_config.yml
|
@ -95,13 +95,13 @@ twitter_username: "@SafingIO"
|
||||||
twitter_card_type: "summary_large_image"
|
twitter_card_type: "summary_large_image"
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
###### media/content options ######
|
###### collection options ######
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
last_progress_update_on: "03. March 2022"
|
|
||||||
last_finances_update_on: "March 2022"
|
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
jobs:
|
||||||
|
output: true
|
||||||
|
permalink: /jobs/:title/
|
||||||
publications:
|
publications:
|
||||||
output: true
|
output: true
|
||||||
|
|
||||||
|
@ -113,6 +113,14 @@ defaults:
|
||||||
permalink: /:categories/:year/:month/:day/:title/
|
permalink: /:categories/:year/:month/:day/:title/
|
||||||
type: "publication"
|
type: "publication"
|
||||||
|
|
||||||
|
|
||||||
|
###################################
|
||||||
|
###### media/content options ######
|
||||||
|
###################################
|
||||||
|
|
||||||
|
last_progress_update_on: "03. March 2022"
|
||||||
|
last_finances_update_on: "March 2022"
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
###### Podcast settings ######
|
###### Podcast settings ######
|
||||||
##############################
|
##############################
|
||||||
|
|
Loading…
Add table
Reference in a new issue