-
Notifications
You must be signed in to change notification settings - Fork 36
/
_config.yml
62 lines (55 loc) · 1.33 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
# Site settings
title: Workflows Community Initiative
subtitle: Bringing the Scientific Workflows Community Together
markdown: kramdown
enable-mathjax: yes
permalink: /blog/:title/
# Pagination
paginate: 8
paginate_path: /blog/page:num/
# Collections
collections:
bofs:
output: true
permalink: /bof/:path/
jobs:
output: true
permalink: /jobs/:path/
stories:
output: true
permalink: /stories/:year/:month/:day/:slug/
summits:
output: true
permalink: /summits/:path/
systems:
output: true
permalink: /systems/:path/
working_groups:
output: true
permalink: /groups/:path/
# SEO
author:
name: Workflows Community Initiative
twitter: WorkflowsCI
image: https://workflows.community/favicon.ico
twitter:
username: WorkflowsCI
card: summary_large_image
social:
name: Workflows Community Initiative
links:
- https://twitter.com/WorkflowsCI
defaults:
- scope:
path: ""
values:
image: https://workflows.community/images/wci-default-card.png
plugins:
- jekyll-sitemap # Adds sitemap to the website at /sitemap.xml
- jekyll-feed # Adds feed to the website at /feed.xml
- jekyll-paginate # Used for sorting posts by page numbers.
- jekyll-seo-tag # Adds all the important SEO meta tags by default.
exclude:
- .jekyll-cache
- README.md
- LICENSE