-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
111 lines (98 loc) · 2.55 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
baseURL: "https://www.liamjbennett.me"
title: liamjbennett
copyright: Copyright 2013-2024 Liam Bennett
paginate: 10
theme: hugo-PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
googleAnalytics: G-DFMYZ5KKFV
minify:
disableXML: true
languageCode: en-gb
outputs:
home:
- HTML
- RSS
- AUDIO
- WEEKNOTES
- DEVLOG
outputFormats:
RSS:
mediatype: application/rss
baseName: feed
AUDIO:
mediatype: application/rss
baseName: audio
WEEKNOTES:
mediatype: application/rss
basename: weeknotes
DEVLOG:
mediatype: application/rss
basename: devlog
params:
env: production
description: ""
author: liamjbennett
defaultTheme: auto
# disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: true
# disableSpecial1stPost: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowToc: true
# comments: false
social: true
mainSections:
- posts
homeInfoParams:
Title: "Hello!"
Content: >
Welcome to my site where I post my thoughts, my ideas and my general ramblings.
I care about helping people and organisations get the most of technology.
I am mostly interested in leading and growing engineering teams, aligning engineers with purpose and values and wardley mapping.
I hope you find some of it useful.
Please feel free to reach out to me at details below or check out the contacts page for other places I linger.
socialIcons:
- name: mastodon
url: "https://hachyderm.io/@liamjbennett"
- name: linkedin
url: "https://www.linkedin.com/in/liam-bennett-77415821/"
- name: email
url: [email protected]
- name: rss
url: "feed.xml"
- name: rss
url: "audio.xml"
menu:
main:
- identifier: about
name: About Me
url: /about/
weight: 10
- identifier: writing
name: Writing
url: /pages#writing
weight: 20
- identifier: now
name: Now
url: /now
weight: 30
- identifier: links
name: Links
url: /links/
weight: 40
- identifier: pages
name: Pages
url: /pages/
weight: 50
taxonomies:
category: categories
tag: tags
series: series