-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (69 loc) · 1.82 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
79
80
# --- General options --- #
baseurl: "/devstories"
title: Developer Stories
description: devstories
author: Vanessa Sochat
twitter: vsoch
github_username: rseng
form: https://forms.gle/vXtV4orUZYnW2TTa7
spotify_url: https://open.spotify.com/show/1IHy9JD0lRvxVWNeRZAgdM
google_podcasts: https://podcasts.google.com/feed/aHR0cHM6Ly9yc2VuZy5naXRodWIuaW8vZGV2c3Rvcmllcy9lcGlzb2Rlcy5yc3M=
# DO NOT EDIT BELOW THIS LINE ##################################################
# Podcast Metadata
itunes_url: "https://podcasts.apple.com/us/podcast/devstories/id1481504497"
podcast:
owner:
name: Vanessa Sochat
email: [email protected]
explicit: "no"
image: /assets/img/logo/devstories-feed.png # iTunes requires 2,000 pixel art
keywords: "developer,technology,build,software engineering,research software engineering,software,rse,rseng,lab"
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"
- Phenotypes: "phenotypes"
# 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