-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
134 lines (117 loc) · 3.52 KB
/
config.yml
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
baseURL: "https://callebaut.io"
title: Stijn Callebaut's personal site
paginate: 8
theme: hugo-PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
googleAnalytics: ""
minify:
disableXML: true
minifyOutput: true
social:
facebook: "stijn.callebaut"
params:
env: production #production # to enable google analytics, opengraph, twitter-cards and schema.
title: "Stijn Callebaut's personal site"
description: "Stijn Callebaut's personal site"
author: Stijn Callebaut
images: ["img/personal-website-screenshot.png"]
ShowReadingTime: true
ShowShareButtons: true
comments: false
defaultTheme: auto
disableThemeToggle: false
disableSpecial1stPost: false
enableGitInfo: true
application_insights:
enabled: true
key: d1e0153d-5370-4959-b6eb-8886a7959e99
assets:
favicon: "img/favicon.ico"
favicon16x16: "img/favicon-16x16.png"
favicon32x32: "img/favicon-32x32.png"
apple_touch_icon: "apple-touch-icon.png"
safari_pinned_tab: "apple-touch-icon.png"
label:
text: "Home"
name: home
#icon: /apple-touch-icon.png
iconHeight: 35
cover:
hiddenInList: true
# profile-mode
profileMode:
enabled: true # needs to be explicitly set
title: Stijn Callebaut
subtitle: "👋 I'm <strong>Stijn Callebaut</strong>, Cloud Solution lead at UCB.<br /> I like running, the outdoors, a good book from time to time and lego. <br /> At <a href='https://www.ucb.com'>UCB</a> I drive operational excellence within the cloud team, help put focus on the technology that matters. <br /> I believe openness and inclusiveness are key for organizational and professional growth, <br /> and I engage in stakeholders' cloud journeys to have direct feedback. <br /> Let's Connect <span style='font-size:21px;'>☕</span><br />"
imageUrl: "img/profile.webp"
imageTitle: Stijn Callebaut
socialIcons:
- name: linkedIn
url: "https://www.linkedin.com/in/stijncallebaut/"
- name: github
url: "https://github.com/stijnc"
- name: book
url: "https://goodreads.com/stijnca"
- name: twitter
url: "https://twitter.com/stijnca"
analytics:
google:
SiteVerificationTag: ""
outputs:
home:
- HTML
- RSS
- JSON # is for search necessary
csp:
childsrc: ["'self'"]
fontsrc: ["'self'"]
formaction: ["'self'"]
framesrc: ["'self'"]
imgsrc: ["'self'", "https:"]
objectsrc: ["'none'"]
stylesrc: ["'self'", "'unsafe-inline'"]
scriptsrc: ["'self'", "*.vo.msecnd.net", "'unsafe-inline'"]
frameancestors: ["'self'"]
prefetchsrc: ["'self'"]
connectsrc: ["https://dc.services.visualstudio.com", "'self'"]
jsonresume:
url: "https://raw.githubusercontent.com/Stijnc/resume/main/src/stijncallebaut.resume.json"
jsontalks:
url: "https://raw.githubusercontent.com/Stijnc/talks/main/stijncallebaut.talks.json"
taxonomies:
category: categories
series: series
tag: tags
menu:
main:
# - identifier: posts
# name: posts
# url: /posts/
# weight: 10
# - identifier: archive
# name: archive
# url: /archive/
# weight: 20
- identifier: About
name: about
url: /about/
weight: 20
- identifier: Talks
name: talks
url: /talks/
weight: 20
- identifier: Run
name: stijn.run
url: https://stijn.run
weight: 40
- identifier: links
name: links
url: /links/
weight: 30
# - identifier: search
# name: search
# url: /search/
# weight: 1