-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_config.yml
More file actions
63 lines (61 loc) · 1.86 KB
/
_config.yml
File metadata and controls
63 lines (61 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: SRCCON
markdown: kramdown
kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo
plugins:
- jekyll-redirect-from
exclude:
[
"*.yml",
"tasks/*",
"tmp/*",
"temp/*",
"TROUBLESHOOTING.md",
"LICENSE",
"package*",
"Rakefile",
"README.md",
"*.json",
]
collections:
transcripts:
output: true
permalink: /:collection/:title/
share:
output: true
permalink: /:collection/:slug/
# Deployment vars - used by `rake deploy:*` tasks and GitHub Actions
deployment:
bucket: srccon.org
staging_bucket: staging.srccon.org
cloudfront_distribution_id: ECMNG6UKQITLL
defaults:
- scope:
path: ""
values:
# layout options: layout | layout_hub
layout: layout_hub # `layout` is fairly out of date for content circa 2026
# logo options
logo: /media/img/srccon_logo_angle_512.png
# sitewide title tag default
title: SRCCON 2026 — July 8 & 9 in Minneapolis
# sitewide description tag default -- can be overridden on a per-page basis
description: SRCCON events are participatory, interactive conferences and workshops centered on the challenges that news technology and data teams encounter every day.
# link to the schedule for the current SRCCON event -- used in the _layout files
latest_srccon_program: https://2026.srccon.org/program/
# google_analytics_id: set this value to your GA4 measurement ID (format: G-XXXXXXXXXX)
# Leave empty to disable Google Analytics tracking
google_analytics_id: "G-W7QDZ6VHC9"
- scope:
path: ""
type: "transcripts"
values:
layout: layout
section: remote
- scope:
path: ""
type: "share"
values:
layout: layout_hub
section: share
description: Exercises and tipsheets to help you get the most out of a journalism event, then share what you learned when you get back home.