-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (39 loc) · 1.07 KB
/
_config.yml
File metadata and controls
41 lines (39 loc) · 1.07 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
name: SRCCON
markdown: kramdown
kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo
plugins:
- jekyll-redirect-from
exclude:
- "*.yml"
- "Rakefile"
- "README.md"
- "LICENSE"
- "tasks/*"
- "Gemfile"
- "Gemfile.lock"
- "package.json"
- "package-lock.json"
- "yarn.lock"
- "node_modules/"
- "vendor/"
collections:
transcripts:
output: true
permalink: /:collection/:title/
share:
output: true
permalink: /:collection/:slug/
defaults:
- scope:
path: ""
values:
layout: layout
logo: /media/img/share_logo.png
title: The Data Institute
description: The Data Institute is a free, hands-on workshop that teaches journalists how to use data, design, and code.
# Deployment configuration for GitHub Actions
deployment:
bucket: datainstitute-website # Set to production S3 bucket (was AWS_S3_BUCKET)
staging_bucket: staging.cjddatainstitute.org # Set to staging S3 bucket (was AWS_S3_BUCKET_STAGING)
cloudfront_distribution_id: E1H4ER8SFR5ZGR # Set to CloudFront distribution ID (was CLOUDFRONT_DISTRIBUTION_ID)