forked from workflowscommunity/workflowscommunity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (32 loc) · 835 Bytes
/
_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
# 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:
summits:
output: true
permalink: /summits/:path/
working_groups:
output: true
permalink: /groups/:path/
systems:
output: true
permalink: /systems/:path/
jobs:
output: true
permalink: /jobs/:path/
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