-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
89 lines (81 loc) · 1.82 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
baseURL: https://blog.dirkgroot.nl
languageCode: en-us
title: Dirk Groot
theme: PaperMod
paginate: 5
googleAnalytics: G-TBE6V39YXJ
enableRobotsTXT: true
enableEmoji: true
menu:
main:
- identifier: blog
name: Blog
url: /
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: series
name: Series
url: /series/
weight: 23
- identifier: archives
name: Archive
url: /archives/
weight: 25
- identifier: search
name: Search
url: /search/
weight: 27
- identifier: about
name: About me
url: /about/
weight: 30
taxonomies:
tag: tags
series: series
markup:
highlight:
codeFences: true
style: xcode-dark
params:
author: "Dirk Groot"
info: "Software architect"
description: "Software architect"
keywords: [blog, developer, personal]
gravatar: dirkgroot77@gmail.com
defaultTheme: dark
disableThemeToggle: true
ShowReadingTime: true
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
assets:
disableHLJS: true
homeInfoParams:
Title: Welcome!
Content: I love programming, and I love to share the adventures I'm having with it. This site is an experiment
to see if I have enough inspiration to write about it somewhat regularly. Take a look at [About me](/about)
if you want to know more about me.
AlignSocialIconsTo: "center"
socialIcons:
- name: github
url: "https://github.com/dirkgroot"
- name: linkedin
url: "https://www.linkedin.com/in/dirkgroot77"
- name: x
url: "https://x.com/dirk__groot"
outputs:
home:
- HTML
- RSS
- JSON