-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yml
101 lines (92 loc) · 1.98 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
baseURL: https://foosel.net
languageCode: en-us
title: foosel.net
#copyright: foosel.net © Gina Häußge
theme:
- "hugo-notice"
- "PaperMod"
ignoreErrors:
- "error-remote-getjson"
params:
author: Gina Häußge
env: production
defaultTheme: auto
showReadingTime: true
showBreadCrumbs: true
#showShareButtons: true
showToc: true
showPostNavLinks: true
showFullTextinRSS: true
showFullTextinJSONFeed: true
showRssButtonInSectionTermList: true
showCodeCopyButtons: true
profileMode:
enabled: true
title: Hi, I'm Gina Häußge aka foosel!
subtitle: Passionate code monkey 🐒 Geek 👩💻 Gamer 🎮 Bouldering apprentice 🧗♀️Creator & maintainer of OctoPrint 🐙 GitHub Star 🌟 PSF Fellow 🐍
imageUrl: "img/me.jpg"
imageWidth: 250
imageHeight: 250
imageTitle: Gina Häußge
socialIcons:
- name: GitHub
url: "https://github.com/foosel"
- name: Mastodon
url: "https://chaos.social/@foosel"
- name: LinkedIn
url: "https://www.linkedin.com/in/ginahaeussge/"
- name: Email
url: "mailto:[email protected]"
menu:
main:
- identifier: about
name: About Me
url: /about/
weight: 10
- identifier: blog
name: Blog
url: /blog/
weight: 20
- identifier: til
name: TIL
url: /til/
weight: 30
- identifier: projects
name: Projects
url: /projects/
weight: 40
- identifier: talks
name: Talks & Co
url: /talks/
weight: 50
#- identifier: search
# name: Search
# url: /search/
# weight: 60
privacy:
youtube:
privacyEnhanced: true
outputs:
home:
- HTML
- JSON
section:
- HTML
- RSS
- jsonfeed
mediaTypes:
application/feed+json:
suffixes:
- json
audio/mp3:
suffixes:
- mp3
audio/ogg:
suffixes:
- ogg
outputFormats:
jsonfeed:
mediaType: application/feed+json
baseName: feed
rel: alternate
isPlainText: true