-
Notifications
You must be signed in to change notification settings - Fork 28
/
_config.yml
45 lines (43 loc) · 1.13 KB
/
_config.yml
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
title: "Rustacean Station"
encoding: UTF-8
author: "Rustacean Station"
email: [email protected]
subtitle: "A community project for creating podcast content for the Rust programming language."
description: "Come journey with us into the weird, wonderful, and wily world of Rust."
lang: en-us
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter_opts:
disable: true
repository: rustacean-station/rustacean-station.org
url: https://rustacean-station.org
exclude:
- YYYY-MM-DD-template.md
- vendor
- audio
- transcript_tools
- transcript_style_guide.md
# can't use pages/_headers since Jekyll ignores _* files
# https://talk.jekyllrb.com/t/include-all-files-in-a-specific-directory-even-if-the-filenames-start-with-underscores/5849
include:
- _headers
collections:
episodes:
output: true
permalink: /episode/:title/
transcripts:
output: true
permalink: /transcript/:title/
# https://github.com/jekyll/jekyll/issues/7744
defaults:
- scope:
path: ""
type: "episodes"
values:
layout: "episode"
- scope:
path: ""
type: "transcripts"
values:
layout: "transcript"