-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_config.yml
87 lines (71 loc) · 1.63 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
82
83
84
85
86
87
title: FAIRDOM
description: "A Consortium of Services for Research Data Management and More"
github_project_board: https://github.com/seek4science/seek/projects/12
remote_theme: ELIXIR-Belgium/[email protected]
sass:
style: compressed
sourcemap: never
theme_variables:
github_buttons:
position: bottom
topnav:
twitter: https://twitter.com/FAIRDOM_eu
theme_color: 2363cc
# fonts:
# - https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap
# - https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap
feed:
collections:
news:
path: "/news.xml"
collections:
news:
output: true
permalink: /:collection/:path
events:
output: true
permalink: /:collection/:path
sort_by: start_date
future: true
defaults:
-
scope:
path: "pages"
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: main
search_exclude: false
-
scope:
path: _news
type: news
values:
layout: news
toc: false
sidebar: main
type: news
-
scope:
path: _events
type: events
values:
layout: event
type: events
toc: false
sidebar: main
-
scope:
path: "pages/fairdom_in_use"
values:
permalink: /fairdom-in-use/:basename
date_format: "%B %-d, %Y"
event_date_format: "%A, %B %-d, %Y"
gtag: # "UA-71406140-5"
calender_url_root: https://open-web-calendar.hosted.quelltext.eu
plugins:
- jemoji
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap