-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
73 lines (66 loc) · 1.75 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
69
70
71
72
73
title: CODECHECK
#email: [email protected]
description: >-
CODECHECK is a process for independent execution of computations underlying scholarly research articles.
baseurl: ""
url: "https://codecheck.org.uk"
author: "Stephen Eglen & Daniel Nüst"
markdown: kramdown
remote_theme: aterenin/minima-reboot
plugins:
- jekyll-seo-tag
- jekyll-redirect-from
license:
text: CC BY-SA 4.0
link: https://creativecommons.org/licenses/by-sa/4.0/
logo: /img/by-sa.svg
# https://github.com/aterenin/minima-reboot/#adding-new-links-to-footer
footer_icons:
- username: github.com/codecheckers
url: https://github.com/codecheckers/
icon: icon-github.svg
- username: gitlab.com/cdchck
url: https://gitlab.com/cdchck
icon: icon-gitlab.svg
#- username: sje30
# url: https://github.com/sje30/
# icon: icon-github.svg
#- username: nuest
# url: https://github.com/nuest/
# icon: icon-github.svg
#- username: StephenEglen
# url: https://twitter.com/StephenEglen
# icon: icon-twitter.svg
#- username: nordholmen
# url: https://twitter.com/nordholmen
# icon: icon-twitter.svg
- username: [email protected]
url: https://fediscience.org/@codecheck
icon: icon-mastodon.svg
- username: youtube.com/@cdchck
url: https://www.youtube.com/@cdchck
icon: icon-youtube.svg
- username: S. Eglen
url: mailto:[email protected]
icon: icon-email.svg
- username: D. Nüst
url: mailto:[email protected]
icon: icon-email.svg
header_pages:
- project.md
- process.md
- guide/community-workflow-overview.md
- partners.md
- get-involved.md
exclude:
- Gemfile
- Gemfile.lock
- README.md
- docker-compose.yml
- travis.sh
- .travis.yml
- Makefile
- logo
- badge
- .git
error_mode: strict