-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhugo.toml
158 lines (134 loc) · 3.92 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
baseURL = "https://lushka.al"
title = "Alpro Development"
defaultContentLanguage = "en"
languageCode = "en-us"
defaultContentLanguageInSubdir = false
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpired = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = true
enableEmoji = true
enableMissingTranslationPlaceholders = true
disableRSS = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = true
pluralizeListTitles = false
[build]
timeout = 180
[permalinks]
posts = "/posts/:filename/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
definitionList = true
footnote = true
[markup.tableOfContents]
startLevel = 2
endLevel = 4
[taxonomies]
tag = "tags"
category = "categories"
[outputs]
home = ["HTML", "RSS", "Sitemap"]
[params]
# Metadata mostly used in document's head
description = "My personal website"
keywords = "design, ux, ui, speaker, public, developer, privacy, security, foss, floss"
images = ["media/images/meta/default.png"]
googleVeri = "EfTDzyY5SKBdXLP7dT3YJX3STlK1JYbol6r8PXHD0qc"
# Prefix of link to the git commit detail page. GitInfo must be enabled.
gitUrl = "https://github.com/AnXh3L0/anxh3l0.github.io/commit/"
# Colors for favicons
[params.favicon.color]
mask = "#333"
msapplication = "#194E80"
[params.author]
name = "Anxhelo Lushka"
email = "[email protected]"
url = "https://lushka.al"
description = "Web Developer & DevOps Engineer passionate about Privacy and Security"
image = "media/images/me/avatar.webp"
addressLocality = "Tirana"
addressCountry = "Albania"
worksFor = [
{ name = "Ura Design", url = "https://ura.design", jobTitle = "Web Developer & System Administrator" },
{ name = "GlobaLeaks", url = "https://globaleaks.org", jobTitle = "DevOps Engineer" }
]
alumniOf = "Polytechnic University of Tirana"
birthDate = "1997-09-20"
gender = "Male"
jobTitle = "Web Developer & DevOps Engineer"
knowsAbout = ["Web Development", "System Administration", "Design", "User Experience", "Privacy", "Security"]
knowsLanguage = ["Albanian", "English", "Italian", "Spanish", "Portuguese"]
telephone = "+355699932340"
nationality = "Albanian"
[[params.faq]]
question = "What is Hugo?"
answer = "Hugo is a fast and flexible static site generator written in Go."
# Social icons
[[params.social]]
name = "email"
icon = "solid/envelope"
aria = "social_platforms.email"
url = "mailto:[email protected]"
[[params.social]]
name = "github"
icon = "brands/github"
aria = "social_platforms.github"
url = "https://github.com/AnXh3L0"
[[params.social]]
name = "linkedin"
icon = "brands/linkedin"
aria = "social_platforms.linkedin"
url = "https://www.linkedin.com/in/anxhelo-lushka"
[[params.social]]
name = "instagram"
icon = "brands/instagram"
aria = "social_platforms.instagram"
url = "https://instagram.com/anxhelolushka"
[[params.social]]
name = "telegram"
icon = "brands/telegram"
aria = "social_platforms.telegram"
url = "https://t.me/anxhelolushka"
[languages]
[languages.en]
languageName = "English"
weight = 1
[languages.en.params]
languageName = "English"
direction = "ltr"
[languages.sq]
languageName = "Albanian"
weight = 2
[languages.sq.params]
languageName = "Albanian"
direction = "ltr"
[privacy]
[privacy.instagram]
disable = false
simple = true
[privacy.x]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
enableDNT = true
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[sitemap]
changefreq = "weekly"
priority = 0.5