-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (45 loc) · 1.17 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
title: 1+MG Trust Framework
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)
topnav_title: 1+MG Trust Framework
# Optional: this appears on the top navigation bar next to the main_logo.svg icon
description: "Example of ELIXIR toolkit theme as a remote jekyll theme"
# Metadata description of the website
remote_theme: ELIXIR-Belgium/[email protected]
sass:
style: compressed
sourcemap: never
gtag:
# Google analytics tag
theme_variables:
theme_color: da366e
topnav:
brand_logo: assets/img/main_logo.svg
fonts:
- https://fonts.googleapis.com/css2?family=Open+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
exclude:
- README.md
- .gitignore
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: trust_framework
search_exclude: false
-
scope:
path: "pages/contribute"
values:
sidebar: contribute
-
scope:
path: "pages/about"
values:
sidebar: about
plugins:
- jemoji
- jekyll-sitemap
- jekyll-github-metadata