-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
68 lines (61 loc) · 1.39 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
title: ELIXIR Training SPLASH
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)
# topnav_title: ELIXIR Training SPLASH
# Optional: this appears on the top navigation bar next to the main_logo.svg icon
# description: "ELIXIR Training SPLASH"
# Metadata description of the website
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@2.3.0
repository: elixir-europe-training/ELIXIR-Training-SPLASH
# add gtag:
theme_variables:
# ELIXIR blue
theme_color: 205a86
topnav:
brand_logo: assets/img/main_logo.svg
fonts:
- https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap
exclude:
- README.md
- vendor
- .gitignore
- var/
- Gemfile*
- LICENSE
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: "/:basename"
layout: "page"
sidebar: main
-
scope:
path: "pages/lifecycle"
values:
type: "pages"
sidebar: lifecycle
-
scope:
path: "pages/resources/resources.md"
values:
layout: "page"
sidebar: resources
-
scope:
path: "pages/resources"
values:
layout: "resource_page"
sidebar: resources
-
scope:
path: "pages/contribute"
values:
sidebar: contribute
plugins:
- jemoji
- jekyll-sitemap
- jekyll-github-metadata
- jekyll-glossary_tooltip
- webrick