-
Notifications
You must be signed in to change notification settings - Fork 17
/
_config.yml
70 lines (59 loc) · 1.73 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
69
70
title: "RSQKit: Research Software Quality Kit"
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)
topnav_title: "RSQKit: Research Software Quality Kit"
# Optional: this appears on the top navigation bar next to the main_logo.svg icon
topnav_banner: "The current version of RSQKit is a work in progress. Any content should not be considered final at this stage."
description: "The Research Software Quality Kit is a resource to help researchers that code, Research Software Engineers, and anyone in between learn about and apply best practices in creating research software and code."
# Metadata description of the website
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@3.2.0
sass:
style: compressed
sourcemap: never
matomo: https://matomo.research.software/
# Matomo domain where Matomo is running
matomo_id: 7
exclude:
- README.md
- Gemfile
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: main
-
scope:
path: "pages/your_tasks/"
values:
type: your_tasks
type_img: /assets/img/section-icons/tick.svg
-
scope:
path: "pages/your_tasks/TEMPLATE_your_tasks.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/contributing"
type: "pages"
values:
layout: "page"
sidebar: contributing
theme_variables:
topnav:
brand_logo: assets/img/everse_logo.png
twitter: https://twitter.com/eosc_everse
plugins:
- elixir-toolkit-theme-plugins
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-github-metadata
- jekyll-octicons
- jekyll-scholar