-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
64 lines (61 loc) · 1.47 KB
/
Copy pathconfig.yml
File metadata and controls
64 lines (61 loc) · 1.47 KB
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
baseURL: "https://virtualzone.de/"
languageCode: "en-us"
title: "Virtualzone Blog"
theme: "PaperMod"
Copyright: "© 2024 Heiner Beck."
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: "Virtualzone Blog"
description: "Software development, Docker, Linux."
author: "Heiner"
DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light
disableThemeToggle: true
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: true
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
homeInfoParams:
Title: "Hi there \U0001F44B"
Content: Welcome to my blog
socialIcons:
- name: github
url: "https://github.com/virtualzone/"
- name: linkedin
url: "https://www.linkedin.com/in/heinerbeck/"
menu:
main:
- identifier: posts
name: Posts
url: /posts/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: contact
name: Imprint
url: /contact/
weight: 30
- identifier: privacy-policy
name: Privacy Policy
url: /privacy-policy/
weight: 40