forked from elixir-europe-training/CodeReproducibility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yaml
78 lines (68 loc) · 1.54 KB
/
_config.yaml
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
74
75
76
77
78
title: Code Reproducibility Training
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
topnav_title: ''
# this appears on the top navigation bar next to the home button
description: Training material on how to make code FAIR
# Metadata description of the website
remote_theme: ELIXIR-Belgium/[email protected]
#training_link_prefix: https://elixir-europe-training.github.io/
theme_variables:
theme_color: da366e
fonts:
- https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap
github_buttons:
position: top
edit_me: true
open_issue: true
history: true
topnav:
theme: light
brand_logo: assets/img/code-rep-web-icon.png
github: true
permalink: pretty
exclude:
- README.md
- .gitignore
- var/
- vendor
- Gemfile*
- LICENSE
- pages/team/contributors.md
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: main
topnav: topnav
-
scope:
path: "pages/lessons"
type: "lessons"
values:
permalink: /:basename
layout: "page"
topnav: topnav
-
scope:
path: "pages/team"
type: "page"
values:
permalink: /:basename
layout: "page"
topnav: topnav
-
scope:
path: "pages/contribute"
type: "pages"
values:
permalink: /:basename
layout: "page"
topnav: topnav
plugins:
- jemoji
- jekyll-redirect-from
- jekyll-sitemap