forked from FAIRdom/fairdom.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
95 lines (76 loc) · 2.08 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
88
89
90
91
92
93
94
95
url: https://fairdom.github.io
repository: FAIRdom/fairdom.github.io
# topnav_title:
# this appears on the top navigation bar next to the home button
site_title: FAIRDOM
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
company_name: FAIRDOM
# this appears in the page_ending
github_editme_path: https://github.com/FAIRdom/fairdom.github.io/blob/master/
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
description: "A Consortium of Services for Research Data Management and More"
# Metadata description of the website
host: 127.0.0.1
# the preview server used. Leave as is.
port: 4000
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.
exclude:
- .gitignore
- CODEOWNERS
- var/
- README.md
feedback_subject_line: FAIRDOM feedback
contact_email: [email protected]
# used as a contact email for the Feedback link in the top navigation bar
feedback_disable: true
# if you uncomment the previous line, the Feedback link gets removed
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
feed:
collections:
news:
path: "/news.xml"
collections:
news:
output: true
permalink: /:collection/:path.html
events:
output: true
permalink: /:collection/:path.html
sort_by: start_date
defaults:
-
scope:
path: "pages"
type: "pages"
values:
permalink: /:basename:output_ext
layout: "page"
search: true
sidebar: main
-
scope:
path: "_news"
type: "news"
values:
layout: "news"
search: true
sidebar: main
-
scope:
path: "_events"
type: "events"
values:
layout: "news"
search: true
sidebar: main
date_format: "%B %-d, %Y"
event_date_format: "%A, %B %-d, %Y"
gtag: "G-746SKYZGG6"
plugins:
- jemoji
- jekyll-feed