-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_config.yml
58 lines (49 loc) · 1.7 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
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: /:year/:month/:day/:title/
# https://github.com/poole/poole/issues/99 suggests to disable the following:
#relative_permalinks: true
# Setup
title: 'o2r'
tagline: 'opening reproducible research'
description: 'Opening Reproducible Research was a <a href="https://www.dfg.de/en/" title="DFG website">DFG</a>-funded research project by Institute for Geoinformatics (<a href="https://www.uni-muenster.de/Geoinformatics/en/" title="ifgi website">ifgi</a>) and University and Regional Library (<a href="https://www.ulb.uni-muenster.de/" title="ULB website">ULB</a>), University of Münster, Germany'
url: 'https://o2r.info'
baseurl: ''
keywords:
- open access
- open data
- open source
- research data management
- executable research
- executable papers
- one-click reproduce
- executable research compendium
- ERC
- reproducibility
- computational reproducibility
author:
name: 'o2r Team'
url: https://o2r.info
paginate: 5
github:
org: https://github.com/o2r-project
twitter:
url: https://twitter.com/o2r_project
handle: '@o2r_project'
exclude: [README.md, CNAME, "Gemfile", "Gemfile.lock", "README.md", "Makefile", "vendor", "*.pdf"]
# ribbon itself by https://github.com/simonwhitaker/github-fork-ribbon-css
ribbon:
show: false
text: 'Join the pilots!'
url: '/pilots'
livereload_ignore: [ "*.pdf" ]
plugins:
- jekyll-sitemap
- jekyll-gist
- jekyll-paginate
# https://github.com/jekyll/jekyll-redirect-from
- jekyll-redirect-from
# https://github.com/jekyll/jekyll-sitemap
- jekyll-sitemap