This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
84 lines (82 loc) · 1.86 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Research Software Directory
email: estep@esciencecenter.nl
description:
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://software.esciencecenter.nl" # the base hostname & protocol for your site
twitter_username: esciencecenter
github_username: NLeSC
json_excludes:
- next
- previous
- output
- path
- layout
- relative_path
- content # renamed to 'description'
- url # renamed to '@id'
- collection
- ext
- draft
- excerpt
- tags
- categories
- date # converted to iso8601 format
# Build settings
markdown: kramdown
keep_files:
- assets
- images
- schema
- js
permalink: pretty
collections:
software:
output: false
project:
output: false
person:
output: false
organization:
output: false
publication:
output: false
report:
output: false
defaults:
- scope:
path: ""
type: software
values:
schema: http://software.esciencecenter.nl/schema/software
- scope:
path: ""
type: project
values:
schema: http://software.esciencecenter.nl/schema/project
- scope:
path: ""
type: person
values:
schema: http://software.esciencecenter.nl/schema/person
- scope:
path: ""
type: organization
values:
schema: http://software.esciencecenter.nl/schema/organization
- scope:
path: ""
type: publication
values:
schema: http://software.esciencecenter.nl/schema/publication
- scope:
path: ""
type: report
values:
schema: http://software.esciencecenter.nl/schema/report