-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
47 lines (38 loc) · 1.08 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
title: RDM Guide
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
description: "RDM Guide is an information resource about research data management for biologists and scientists in Life Sciences, curated by ELIXIR Belgium."
# Metadata description of the website
gtag: G-6S2ZD2MBXX
# Google analytics tag
matomo: "https://matomo.vib.be/"
# Matomo tag
matomo_id: 6
# Matomo tag
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@3.2.0
sass:
style: compressed
sourcemap: never
exclude:
- README.md
- .gitignore
- var/
- vendor
- Gemfile*
- LICENSE
theme_variables:
theme_color: de4d00
fonts:
- https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap
- https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap
defaults:
- scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: main
topnav: topnav
plugins:
- jemoji
- jekyll-sitemap