-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhugo.yaml
107 lines (107 loc) · 2.64 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
99
100
101
102
103
104
105
106
107
baseURL: /
title: Making Models FAIR
contentDir: content/en
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: true
staticDir:
- static
- js
enableRobotsTXT: true
taxonomies:
tag: tags
category: categories
params:
disableContentEdit: true
taxonomy:
taxonomyCloud:
- tags
- categories
taxonomyCloudTitle:
- Tag Cloud
- Categories
taxonomyPageHeader:
- tags
- categories
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: tango
mermaid:
enable: true
theme: neutral
ui:
breadcrumb_disable: false
footer_about_enable: false
navbar_logo: true
navbar_translucent_over_cover_disable: false
sidebar_menu_compact: false
sidebar_search_disable: false
feedback:
enable: true
yes: Glad to hear it! Please <a
href="https://github.com/make-models-fair/make-models-fair.github.io/issues/new">tell
us how we can improve</a>.
no: Sorry to hear that. Please <a
href="https://github.com/make-models-fair/make-models-fair.github.io/issues/new">tell
us how we can improve</a>.
readingtime:
enable: false
links:
user:
- name: Email
url: mailto:[email protected]
icon: fa fa-envelope
desc: Contact for questions or comments!
- name: Discussion board
url: https://github.com/make-models-fair/coordination/discussions
icon: fas fa-comment
desc: Join the discussion on our GitHub discussion board!
developer:
- name: GitHub
url: https://github.com/make-models-fair
icon: fab fa-github
desc: Development takes place here!
version_menu: Releases
archived_version: false
version: "0.1"
url_latest_version: https://tobefair.org
github_repo: https://github.com/make-models-fair/tobefair.org
github_project_repo: https://github.com/make-models-fair/.github
github_branch: master
# gcs_engine_id: d72aa9b2712488cc3
offlineSearch: true
prism_syntax_highlighting: false
permalinks:
blog: /:section/:year/:month/:day/:slug/
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: smart
services:
googleAnalytics:
id: G-50MZVSM245
languages:
en:
params:
title: Making Models FAIR
description: A CoMSES community initiative
languageName: English
weight: 1
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: tango
outputs:
section:
- HTML
- RSS
module:
hugoVersion:
extended: true
min: 0.110.0
imports:
- path: github.com/google/docsy
disable: false