-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
56 lines (44 loc) · 1.18 KB
/
hugo.toml
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
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'ds-econ'
[module]
[[module.imports]]
path = "paper"
[markup.goldmark.renderer]
unsafe= true
theme = "hugo-paper"
title = "Paper"
[params]
color = 'gray' # linen wheat gray light
math = true # enable KaTeX math typesetting globally
name = '👨🏼💻 Finn-Ole Höner'
avatar = 'finn@ds-econ.com'
bio = 'I love reading books about life, working out, and drinking coffee on a sunny day. Before moving to Amsterdam, I lived in Tübingen, Texas, and on a Scottish Farm.'
cv = ' I am an MPhil student in Business Data Science'
twitter = 'finn_hoener'
github = 'finnoh'
linkedin = 'finn-hoener'
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[privacy]
[privacy.vimeo]
disabled = false
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
[privacy.instagram]
disabled = false
simple = true
[privacy.youtube]
disabled = false
privacyEnhanced = true