-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
62 lines (50 loc) · 1.33 KB
/
config.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
57
58
59
60
61
## Basic Configuration
baseurl = "https://davidweterings.nl"
builddrafts = false
canonifyurls = false
languageCode = "en"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
author = "David Weterings"
title = "Freelance senior software consultant"
theme = "hugo-goa"
## Hugo Built-in Features
disqusShortname = "" # Comment out to disable Disqus.
googleAnalytics = ""
enableRobotsTXT = true
## Site Settings
[params]
author = "David Weterings"
intro = ""
description = """
Freelance senior software consultant and polyglot. Focussed on e-commerce, R&D, and cloud-native.
KvK: 71557733 Btw: NL001562249B79
"""
authorimage = "headshot.jpg"
dateformat = "Jan 1, 2025"
## Site Meta Settings
[params.meta]
description = "Freelance senior software developer David Weterings"
keywords = "david weterings,freelance,ZZP,web development,backend development"
## Social Accounts
[params.social]
github = "davidweterings"
linkedin = "davidweterings"
twitter = ""
stackoverflow = ""
email = "[email protected]"
## Extras
[params.extra]
copyright = "© 2024. David Weterings. [Some Rights Reserved](https://creativecommons.org/licenses/by/3.0/)."
poweredby = false
highlightjs = true
socialmarkup = true
toc = true
displayrssicon = false
## Main Menu
[[menu.main]]
name = "Resume"
identifier = "resume"
weight = 200
url = "/resume/"