-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
68 lines (55 loc) · 1.49 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
59
60
61
62
63
64
65
66
67
68
# Jekyll config
# Settings from GitHub pages that cannot be changed.
# Ref: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll
lsi: false
safe: true
incremental: false
highlighter: rouge
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
# Website-specific settings
title: ReDBox
email: [email protected]
description: >-
ReDBox is an open source Research Data Management platform that assists
researchers and institutions to plan, create and publish their research data assets.
# if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
domain: 'redbox-mint.github.io'
# https://my-site.github.io
# the base hostname and protocol for your site, e.g. http://example.com
# the base hostname & protocol for your site, e.g. http://example.com
url: 'https://redbox-mint.github.io'
# /REPOSITORY-NAME/
# place folder name if the site is served in a subfolder
# the subpath of your site, e.g. /blog
baseurl: ''
github_username: redbox-mint
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
whitelist:
- jekyll-redirect-from
- jekyll-sitemap
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .gitignore
- .idea/
- .support/
- .support/rblatest.json
- package.json
- package-lock.json
- LICENSE.txt
- README.md