forked from elixir-europe/rdmkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
81 lines (72 loc) · 1.53 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
71
72
73
74
75
76
77
78
79
80
81
title: RDMkit
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
# topnav_title:
# this appears on the top navigation bar next to the home button
description: "Find the answers to your Research Data Management questions in Life Sciences."
# Metadata description of the website
gtag: G-RXQ55EFTTH
# Google analytics tag
dsw_deep_link_prefix: https://converge.ds-wizard.org/knowledge-models/dsw:root-rdmkit:latest/preview?questionUuid=
# prefix for DSW deep links to a certain question
exclude:
- .gitignore
- CODEOWNERS
- var/
- README.md
- vendor
- Gemfile*
- LICENSE
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
sass:
sass_dir: assets/css
style: compressed
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename:output_ext
layout: "page"
sidebar: main
topnav: topnav
search_exclude: false
-
scope:
path: "pages/data_life_cycle"
values:
type: data_life_cycle
-
scope:
path: "pages/your_domain"
values:
type: your_domain
-
scope:
path: "pages/your_tasks"
values:
type: your_tasks
-
scope:
path: "pages/your_role"
values:
type: your_role
-
scope:
path: "pages/tool_assembly"
values:
type: tool_assembly
-
scope:
path: "pages/national_resources"
values:
type: national_resources
datatable: true
plugins:
- jemoji
- jekyll-github-metadata