forked from USRSE/rse-stories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
78 lines (66 loc) · 1.58 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# --- General options --- #
baseurl: "/rse-stories"
title: RSE Stories
description: Research Software Engineer Stories
author: Vanessa Sochat
twitter: us_rse
github_username: usrse
# DO NOT EDIT BELOW THIS LINE ##################################################
logo: "assets/img/logo-transparent.svg"
# Podcast Metadata
itunes_url: "https://podcasts.apple.com/us/podcast/rse-stories/id1481504497"
podcast:
owner:
name: Vanessa Sochat
email: [email protected]
explicit: "no"
image: /assets/img/rse-stories.png # iTunes requires 2,000 pixel art
keywords: "research software engineering,rse,rse-stories,software"
categories:
- category: "Technology"
# Paths
defaults:
-
scope:
path: "pages"
type: pages
values:
layout: page
-
scope:
path: ""
type: posts
values:
layout: post
comments: true
-
scope:
path: "_episodes"
type: episode
values:
layout: episode
# Collections
collections:
episode:
permalink: /episode/:date/:name/
layout: "episode"
output: true
# Navigation
navbar-links:
About: "about"
Episodes:
- All Episodes: "episodes"
- Episodes Feed: "episodes.rss"
- Archive: "archive"
# Build settings
permalink : /:year/:categories/:title/
exclude: ["_site", "vendor", ".circleci"]
markdown: kramdown
comments: true
paginate: 5
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from