forked from elixir-oslo/rdm-lookup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (43 loc) · 1.11 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
title: Data Management LookUp
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
topnav_title: Life Sciences RDM LookUp
# this appears on the top navigation bar next to the home button
description: "RDM guide for life scientists in Norway"
# Metadata description of the website
remote_theme: ELIXIR-Belgium/[email protected]
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
permalink: pretty
exclude:
- README.md
- /contentathons
- /vendor
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: main
-
scope:
path: "pages/about"
type: "pages"
values:
permalink: /:basename
sidebar: about
-
scope:
path: "pages/contribute"
type: "pages"
values:
permalink: /:basename
sidebar: contribute
plugins:
- jemoji
- jekyll-redirect-from
- jekyll-sitemap