-
Notifications
You must be signed in to change notification settings - Fork 26
/
_config.yml
41 lines (35 loc) · 1.1 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
title: Research Software Engineers International
#author: IntRSE
#email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
The website of the international RSE community
#twitter_username: nl_rse
github_username: rse-council
# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
social_links:
github: rse-council
github_repo: researchsoftware.org
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
- blog.md
# - 2020-workshop.md
- assoc.md
- council.md
- events.md
- jobs.md
- contact.md
# - code-of-conduct.md
# - communication.md
# Build settings
markdown: kramdown
theme: minima
cc-by: >-
![Badge for the Creative Commons BY license](/img/cc-by.png)
Unless otherwise noted, the content of this website is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by/4.0/).
plugins:
- jekyll-feed
- jekyll-seo-tag