-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
92 lines (71 loc) · 1.8 KB
/
hugo.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
baseURL = 'https://blog.0x29a.me/'
languageCode = 'en'
title = '0x29a.me'
theme = ["github.com/adityatelange/hugo-PaperMod"]
sectionPagesMenu = 'main'
enableEmoji = true
enableRobotsTXT = true
[outputs]
home = ["html", "rss", "json"]
[params]
showBreadCrumbs = true
disallowAll = true
defaultTheme = 'dark'
disableThemeToggle = true
author = 'christian frantzen'
description = 'christian frantzen - a software developer'
social = true
[params.assets]
favicon = 'favicon.ico'
[params.label]
text = "blog"
icon = "https://blog.0x29a.me/favicon-32x32.png"
[params.profileMode]
enabled = true
title = "Christian Frantzen"
subtitle = "a software developer"
imageUrl = "https://fs.0x29a.me/static/pp-small.webp"
imageTitle = "profile picture"
[[params.profileMode.buttons]]
name = 'about'
url = '/about'
[[params.profileMode.buttons]]
name = 'posts'
url = '/posts'
[[params.socialIcons]]
name = "github"
url = "https://github.com/Cephra"
[[params.socialIcons]]
name = "twitter"
url = "https://x.com/Unknown4283428"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/christian-frantzen-2b3131323/"
[[params.socialIcons]]
name = "xing"
url = "https://www.xing.com/profile/Christian_Frantzen"
[[params.socialIcons]]
name = "email"
url = "mailto:cf@0x29a.me"
[[params.socialIcons]]
name = "rss"
url = "/index.xml"
[params.editPost]
URL = 'https://github.com/Cephra/blog/edit/main/content'
Text = 'edit'
appendFilePath = true
[params.footer]
text = "[privacy](/privacy)"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true