-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
186 lines (160 loc) · 4.8 KB
/
config.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
baseURL = "https://lushka.al"
title = "Alpro Development"
defaultContentLanguage = "en"
rssLimit = 300
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License."
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpored = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = true
enableEmoji = true
enableMissingTranslationPlaceholders = true
disableRSS = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = true
[permalinks]
posts = "/posts/:filename/"
[author]
name = "Anxhelo Lushka"
email = "[email protected]"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
definitionList = true
footnote = true
[taxonomies]
tag = "tags"
category = "categories"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Metadata mostly used in document's head
description = "My personal website"
keywords = "design, ux, ui, speaker, public, developer, privacy, security, foss, floss"
images = ["img/meta/default.png"]
googleVeri = "EfTDzyY5SKBdXLP7dT3YJX3STlK1JYbol6r8PXHD0qc"
homeSubtitle = ""
poweredBy = ""
# Prefix of link to the git commit detail page. GitInfo must be enabled.
gitUrl = "https://github.com/AnXh3L0/anxh3l0.github.io/commit/"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
customCSS = []
customJS = []
justifyContent = false
contentTypeName = "posts"
defaultTheme = "light"
themeColor = "#333"
# Colors for favicons
[params.favicon.color]
mask = "#333"
msapplication = "#333"
theme = "#333"
# Social icons
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[[params.social]]
name = "github"
url = "https://github.com/AnXh3L0"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/anxhelo-lushka"
[[params.social]]
name = "telegram"
url = "https://t.me/anxhelolushka"
[[params.social]]
name = "instagram"
url = "https://instagram.com/anxhelolushka"
[languages]
[languages.en]
weight = 1
[languages.en.params]
subtitle = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener" title="License">CC BY-NC-SA 4.0</a><br />Registered in Albania<br />NUIS **M12912403O**'
homeSubtitle = "**Anxhelo Lushka** | UX Developer | DevOps Engineer"
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = "1"
[[languages.en.menu.main]]
identifier = "portfolio"
name = "Portfolio"
url = "/portfolio/"
weight = "2"
[[languages.en.menu.main]]
identifier = "speaking"
name = "Speaking"
url = "/speaking/"
weight = "3"
[[languages.en.menu.main]]
identifier = "misc"
name = "Misc"
url = "/misc/"
weight = "4"
[[languages.en.menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = "5"
[languages.sq]
weight = 2
[languages.sq.params]
subtitle = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener" title="Licensa">CC BY-NC-SA 4.0</a><br />I regjistruar në Shqipëri<br />NIPT **M12912403O**'
homeSubtitle = "**Anxhelo Lushka** | Zhvillues UX | Inxhinier DevOps"
[[languages.sq.menu.main]]
identifier = "about"
name = "Rreth"
url = "/about/"
weight = "1"
[[languages.sq.menu.main]]
identifier = "portfolio"
name = "Projektet"
url = "/portfolio/"
weight = "2"
[[languages.sq.menu.main]]
identifier = "speaking"
name = "Oratoria"
url = "/speaking/"
weight = "3"
[[languages.sq.menu.main]]
identifier = "misc"
name = "Mikse"
url = "/misc/"
weight = "4"
[[languages.sq.menu.main]]
identifier = "posts"
name = "Postimet"
url = "/posts/"
weight = "5"
[privacy]
[privacy.instagram]
disable = false
simple = true
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
enableDNT = true
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true