forked from DE-RSE/chapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·51 lines (45 loc) · 1.29 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
title: de-RSE chapters
logo: "/assets/images/de-RSE-chapter-logo.png"
description: >-
de-RSE e.V. - Gesellschaft für Forschungssoftware (Society for Research Software)
website for local and regional chapters.
twitter_username: RSE_de
github_username: de-RSE
minimal_mistakes_skin: default
markdown: kramdown
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
timezone: Europe/Berlin
remote_theme: mmistakes/minimal-mistakes@4.19.1
baseurl: /chapter
repository: DE-RSE/chapter
include:
- _pages
plugins:
- jekyll-sitemap
- jemoji
- jekyll-include-cache
author:
name : "de-RSE e.V."
avatar : "https://de-rse.org/assets/img/site/rse.png"
bio : "Gesellschaft für Forschungssoftware"
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://www.de-rse.org"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/RSE_de"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/de-rse"
footer:
links:
- label: "de-RSE main website"
icon: "fas fa-fw fa-link"
url: "https://www.de-rse.org"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/RSE_de"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/de-RSE"