-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
41 lines (37 loc) · 804 Bytes
/
config.yaml
File metadata and controls
41 lines (37 loc) · 804 Bytes
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
baseURL: https://workflowr.io/
languageCode: en-us
title: workflowr.io
taxonomies:
publication: publications
topic: topics
Paginate: 10
privacy:
youtube:
privacyEnhanced: true
params:
description: Discover reproducible research projects
images:
- https://raw.githubusercontent.com/workflowr/workflowr-assets/main/img/workflowr-open-graph.png
title: workflowr.io
# Related content
# https://gohugo.io/content-management/related/#default-configuration
related:
threshold: 50
includeNewer: true
toLower: true
indices:
- name: topics
weight: 100
- name: title
weight: 50
- name: description
weight: 50
- name: account
weight: 25
- name: date
weight: 25
# To allow raw HTML in publication titles
markup:
goldmark:
renderer:
unsafe: true