-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
104 lines (95 loc) · 1.91 KB
/
config.yaml
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
baseURL: 'https://sbouts.github.io'
languageCode: en-us
title: Stefan's Notepad
theme: PaperMod
# General Settings
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
# Parameters
params:
env: production
description: 'Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod'
author: Theme PaperMod
defaultTheme: auto
ShowShareButtons: false
ShowReadingTime: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowToc: true
# Home Button
label:
text: "Home"
icon: /img/np.png
# Profile Mode
profileMode:
enabled: true
title: Stefan Bouts
subtitle: "DevOps Engineer \U0001F468\U0001F4BB // Cloud Enthousiast ☁️"
buttons:
- name: Notes
url: notes
- name: Categories
url: categories
- name: Tags
url: tags
socialIcons:
- name: linkedin
url: 'https://www.linkedin.com/in/sbouts/'
- name: github
url: 'https://github.com/sbouts'
- name: gitlab
url: 'https://gitlab.com/sbouts'
# Navbar top
languages:
en:
languageName: English
weight: 1
menu:
main:
- name: Notes
url: notes
weight: 5
- name: Categories
url: categories
weight: 10
- name: Tags
url: tags
weight: 15
- name: Archive
url: archive
weight: 20
- name: Search
url: search
weight: 25
# Minify
minify:
disableXML: true
# Outputs of search
outputs:
home:
- HTML
- JSON
# Grouping of notes
taxonomies:
category: categories
tag: tags
# Privacy Settings
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disable: true
vimeo:
disable: true
youtube:
disable: true