-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
50 lines (42 loc) · 955 Bytes
/
hugo.toml
File metadata and controls
50 lines (42 loc) · 955 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
42
43
44
45
46
47
48
49
50
baseURL = 'https://rudolfjs.id.au/'
languageCode = 'en-us'
title = 'Rudolf J'
theme = 'minimal-research'
# Enable syntax highlighting
pygmentsUseClasses = true
pygmentsCodeFences = true
# Enable Git Info for lastmod
enableGitInfo = true
# Taxonomies
[taxonomies]
category = 'categories'
tag = 'tags'
series = 'series'
# Menu
[menu]
[[menu.main]]
name = 'Home'
url = '/'
weight = 1
[[menu.main]]
name = 'Publications'
url = '/publications/'
weight = 3
[[menu.main]]
name = 'Notes'
url = '/notes/'
weight = 5
# Site Parameters
[params]
description = "Research profile and blog focusing on Digital Health and Machine Learning in Healthcare"
author = "Rudolf J"
# Social Media Links (we'll add these later)
github = ""
linkedin = ""
googleScholar = ""
# Enable dark mode toggle
darkMode = true
# Enable math rendering
math = true
# Enable code copy button
codeBlock = true