-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
153 lines (129 loc) · 3.13 KB
/
hugo.yaml
File metadata and controls
153 lines (129 loc) · 3.13 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
baseURL: "https://josephbrunet.fr/"
title: "Joseph Brunet"
pagination:
pagerSize: 5
theme: PaperMod
publishDir: "public"
googleAnalytics: G-PK50RZJY30
caches:
images:
dir: :cacheDir/images
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: "Joseph Brunet"
description: "Biomedical imaging researcher @ UCL & ESRF"
keywords: [HiP-CT, Biomedical Imaging, Cardiac, Tomography]
author: "Joseph Brunet"
images: ["/assets/images/portrait_circle.png"]
DateFormat: "January 2, 2006"
defaultTheme: auto
disableThemeToggle: false
hideTags: true
showCopyright: false
hideFooter: true
ShowReadingTime: false
ShowShareButtons: false
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowWordCount: false
ShowRssButtonInSectionTermList: false
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: true
hideSummary: false
showtoc: true
tocopen: true
assets:
favicon: "/assets/images/favicon/favicon.ico"
favicon16x16: "/assets/images/favicon/favicon-16x16.png"
favicon32x32: "/assets/images/favicon/favicon-32x32.png"
apple_touch_icon: "/assets/images/favicon/apple-touch-icon.png"
safari_pinned_tab: "/assets/images/favicon/safari-pinned-tab.svg"
label:
text: "Joseph Brunet"
icon: /apple-touch-icon.png
iconHeight: 35
profileMode:
enabled: true
title: "Joseph Brunet"
subtitle: "Biomedical Imaging | HiP-CT | Cardiac Research"
imageUrl: "/assets/images/portrait_circle.png"
imageWidth: 400
imageHeight: 400
imageTitle: "Joseph Brunet"
buttons:
- name: About
url: about
- name: Research
url: research
- name: Publications
url: publications
homeInfoParams:
Title: ""
Content: >
socialIcons:
- name: github
url: "https://github.com/JosephBrunet"
- name: linkedin
url: "https://www.linkedin.com/in/joseph-brunet-b86b3b153"
- name: X
url: "https://x.com/Joseph__Brunet"
- name: googlescholar
url: "https://scholar.google.com/citations?user=7T_yo4UAAAAJ"
# analytics:
# google:
# SiteVerificationTag: "XYZabc123456"
# bing:
# SiteVerificationTag: "XYZabc123456"
# yandex:
# SiteVerificationTag: "XYZabc123456"
# cover:
# hidden: true
# hiddenInList: true
# hiddenInSingle: true
menu:
main:
- identifier: about
name: About
url: /about/
weight: 10
- identifier: research
name: Research
url: /research/
weight: 20
- identifier: publications
name: Publications
url: /publications/
weight: 30
- identifier: cv
name: Curriculum
url: assets/files/CV.pdf
weight: 40
pygmentsUseClasses: true
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 2
endLevel: 4
highlight:
noClasses: false
anchors:
enable: false
module:
mounts:
- source: 'assets'
target: 'assets'
- source: 'static'
target: 'assets'