-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
71 lines (49 loc) · 1.37 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
62
63
64
65
66
67
68
69
70
baseURL = 'https://www.v01.io/'
title = 'Klaus Breyer'
copyright = 'Klaus Breyer'
# sectionPagesMenu = 'main'
preserveTaxonomyNames = true
enableRobotsTXT = true
[markup.goldmark.renderer]
unsafe= true
languageCode = 'en'
defaultContentLanguage = 'en'
[languages]
[languages.de]
[languages.en]
[sitemap]
changefreq = 'monthly'
[social]
twitter = 'klausbreyer'
[params]
repo = "https://github.com/klausbreyer/v01.io/blob/main/content/"
description = "Startup founder & experienced CPTO, breaking silos by empowering organizations to seamlessly integrate product and technology while enabling leadership teams to cultivate a culture of interdisciplinary collaboration. Focusing on B2B SaaS, I help companies bridge the gap between technical excellence, agile product development, and impactful leadership as an interim manager or advisor."
image = 'images/klaus-breyer.jpg'
[privacy]
[privacy.youtube]
privacyEnhanced = true
[menu]
[[menu.header]]
name = 'Start'
url = '/'
weight = 1
[[menu.header]]
name = 'Services'
url = '/pages/services/'
weight = 20
[[menu.header]]
name = 'Speaking'
url = '/pages/appearances/'
weight = 50
[[menu.header]]
name = 'Reading'
url = '/categories/bookshelf/'
weight = 66
[[menu.header]]
name = 'Writing'
url = '/posts/'
weight = 77
[[menu.side]]
name = 'Blogposts'
url = '/posts/'
weight = 60