This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhugo.yaml
98 lines (87 loc) · 2.14 KB
/
hugo.yaml
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
96
97
98
baseURL: https://blog.datalad.org/
languageCode: en-us
title: To be distributed...
theme: "PaperMod"
paginate: 5
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
outputs:
home:
- HTML
- RSS
- JSON # necessary for search
languages:
en:
languageName: "English"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu:
main:
- name: Archive
url: archives
weight: 5
- name: Search
url: search/
weight: 10
- name: Tags
url: tags/
weight: 10
params:
description: "A blog on data management and DataLad"
keywords:
- Blog
- DataLad,
- Distributed Data Management
# default, can be overwritten per post
author: DataLad team
DateFormat: "2006-01-02"
defaultTheme: auto
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: false
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
# by default no table of contents shown
showtoc: false
# but if shown (enabled in individual post) expand by default
tocopen: true
# enable social metadata and seo
env: production
homeInfoParams:
Title: A blog on data management and DataLad
Content: "![A world map with DataLad minions and connected nodes](http://www.datalad.org/img/collaborate.svg)"
socialIcons:
- name: matrix
url: "https://matrix.to/#/#datalad:matrix.org"
- name: mastodon
url: "https://fosstodon.org/@datalad"
- name: github
url: "https://github.com/datalad"
- name: youtube
url: "https://youtube.com/datalad"
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
# limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
keys: ["title", "permalink", "summary", "content"]