-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
executable file
·116 lines (88 loc) · 2.01 KB
/
hugo.toml
File metadata and controls
executable file
·116 lines (88 loc) · 2.01 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
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
112
113
114
115
116
# Main site information
baseURL = '//doesn0texist.tech/'
languageCode = 'en'
DefaultContentLanguage = 'en'
title = 'doesn0texist'
theme = 'risotto'
author = 'grunt22fox'
paginate = 3
enableInlineShortcodes = true
[params]
noindex = false
# Defines the theme of the website
[params.theme]
palette = 'windows-95'
# Enables in-line HTML
[markup.goldmark.renderer]
unsafe = true
# Sidebar info
[params.about]
title = 'doesn0texist'
description = 'My personal website covering tech, gaming, and more.'
logo = 'images/favicon.png'
# Links that are displayed below the sidebar info
[[params.socialLinks]]
icon = 'fa-brands fa-steam'
title = 'Steam'
url = 'https://steamcommunity.com/id/grunt22fox/'
[[params.socialLinks]]
icon = 'fa-brands fa-github'
title = 'GitHub'
url = 'https://github.com/grunt22fox'
[[params.socialLinks]]
icon = 'fa-solid fa-envelope'
title = 'E-mail'
url = 'mailto:grunt22fox@doesn0texist.tech'
[[params.socialLinks]]
icon = 'fa-brands fa-discord'
title = 'Discord'
url = 'https://discord.com/users/314142411247058946'
# Main menubar entries
[menu]
[[menu.main]]
identifier = 'posts'
name = 'posts'
url = '/posts/'
weight = 1
[[menu.main]]
identifier = 'favorites'
name = 'Favorites'
url = '/favorites/'
weight = 2
[[menu.main]]
identifier = 'projects'
name = 'Projects'
url = '/projects/'
weight = 3
[[menu.main]]
identifier = 'extras'
name = 'Extras'
url = '/extras/'
weight = 4
[taxonomies]
category = 'categories'
tag = 'tags'
series = 'series'
# Hugo privacy settings
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
[privacy.instagram]
disable = true
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = true
enableDNT = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true