-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
43 lines (36 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
# Site settings
title: Center for Sustaining Workflows and Application Services
subtitle: Developing a sustainable software ecosystem supporting the myriad software and services used in workflows as well as the workflow orchestration software itself
markdown: kramdown
enable-mathjax: yes
permalink: /blog/:title/
# Pagination
paginate: 8
paginate_path: /blog/page:num/
# Collections
# SEO
author:
name: Center for Sustaining Workflows and Application Services
twitter: WorkflowsCI
image: https://swas.center/favicon.ico
twitter:
username: WorkflowsCI
card: summary_large_image
social:
name: Center for Sustaining Workflows and Application Services
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