-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
220 lines (170 loc) · 7.17 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
defaultContentLanguage = "en" # Change this to change the site's language
ignoreErrors = ["error-missing-instagram-accesstoken"]
theme = "hugo.386"
baseURL = "https://www.xnr.one"
relativeURLs = "True"
[params.google.analytics]
id = "G-LWQ1GN5B01"
[languages]
[languages.en]
contentDir = "content"
title = "X&R"
languageCode = "en"
languageName = "English"
preserveTaxonomyNames = true
[languages.tr]
contentDir = "content/tr"
title = "X&R"
languageCode = "tr"
languageName = "Türkçe"
preserveTaxonomyNames = false
[params]
customCSS = ["css/image-modal.css"]
[languages.en.params]
# The name to display as main title in the home page
mainpagetitle = "x&r's Tech Lair"
# The subtitle to display under the title in the home page
mainpagesubtitle = "Technology, *nix, lifestyle and more."
# The description of your website. It will be displayed in the home page
mainpagedesc = "This site is meant to reflect my thoughts on technology, *nix systems and life itself."
# The name to display in the copyright section in the footer
copyrightname = "X&R"
# The url to use as link in the copyright name in the footer. Leave empty to use none.
copyrighturl = ""
# Show the "built on Hugo" disclaimer
showhugo = true
# Urls for social networks
email = "mailto:xnrdotone@gmail.com"
# facebook = "https://facebook.com"
twitter = "https://twitter.com/XNRdotONE"
#linkedin = "https://linkedin.com"
github = "https://github.com/xnrdotone"
#gitlab = "https://gitlab.com"
# Enables or disables the loading animations. false activates them. Default is false.
loadfastload = true
# Sets the speed for the page loading effect. Default is 1.0.
loadspeedfactor = 4.0
# Enables or disables the second flyby cursor. Default is false.
loadonepass = true
[languages.tr.params]
# The name to display as main title in the home page
mainpagetitle = "x&r'ın teknoloji alanı"
# The subtitle to display under the title in the home page
mainpagesubtitle = "Teknoloji, *nix, yaşam tarzı ve daha fazlası."
# The description of your website. It will be displayed in the home page
mainpagedesc = "Bu sitenin amacı benim; teknoloji, *nix sistemleri ve hayat üzerine düşüncelerimi yansıtmaktır."
# The name to display in the copyright section in the footer
copyrightname = "X&R"
# The url to use as link in the copyright name in the footer. Leave empty to use none.
copyrighturl = ""
# Show the "built on Hugo" disclaimer
showhugo = false
# Urls for social networks
email = "mailto:xnrdotone@gmail.com"
# facebook = "https://facebook.com"
twitter = "https://twitter.com/XNRdotONE"
#linkedin = "https://linkedin.com"
github = "https://github.com/xnrdotone"
#gitlab = "https://gitlab.com"
# Enables or disables the loading animations. false activates them. Default is false.
loadfastload = true
# Sets the speed for the page loading effect. Default is 1.0.
loadspeedfactor = 4.0
# Enables or disables the second flyby cursor. Default is false.
loadonepass = true
[languages.en.params.copyright]
name = "X&R"
# # The url to use as link in the copyright name in the footer. Leave empty to use none.
# url = ""
#
# # Text to go before copyright information
# prefix = "[]()"
#
# Text to go between copyright and hugo disclaimer (if enabled)
suffix = "Theme by [JM Fergeau](https://jmf-portfolio.netlify.app/frontend/)"
[languages.tr.params.copyright]
name = "X&R"
# # The url to use as link in the copyright name in the footer. Leave empty to use none.
# url = ""
#
# # Text to go before copyright information
# prefix = "[]()"
#
# Text to go between copyright and hugo disclaimer (if enabled)
suffix = "Tema [JM Fergeau](https://jmf-portfolio.netlify.app/frontend/) tarafından yapılmıştır | Site [Hugo](gohugo.io/) ile yapılmıştır"
[languages.en.menu]
# This displays buttons in the navbar to access your contents
# [[languages.en.menu.main]]
# identifier = "about" # An unique identifier for the button
# name = "About" # A display name for the button
# url = "/about/" # The path to the content. It can lead to a single page (like here)
# weight = 10 # A number to order the buttons in the navbar
[[languages.en.menu.main]]
identifier = "posts"
name = "All posts"
url = "/post/" # The path can lead to a content folder too.
weight = 20
# [[languages.en.menu.rmain]]
# identifier = "en"
# name = "EN"
# url = "/en/" # The path can lead to a content folder too.
# weight = 30
# [[languages.en.menu.main]]
# identifier = "tr"
# name = "TR"
# url = "/tr/" # The path can lead to a content folder too.
# weight = 30
[languages.tr.menu]
# This displays buttons in the navbar to access your contents
# [[languages.tr.menu.main]]
# identifier = "about" # An unique identifier for the button
# name = "Hakkımda" # A display name for the button
# url = "/tr/about/" # The path to the content. It can lead to a single page (like here)
# weight = 10 # A number to order the buttons in the navbar
[[languages.tr.menu.main]]
identifier = "posts"
name = "Tüm gönderiler"
url = "/tr/post/" # The path can lead to a content folder too.
weight = 20
# [[languages.tr.menu.rmain]]
# identifier = "tr"
# name = "TR"
# url = "/tr/" # The path can lead to a content folder too.
# weight = 30
#
# [[languages.tr.menu.main]]
# identifier = "en"
# name = "EN"
# url = "/" # The path can lead to a content folder too.
# weight = 30
[languages.en.taxonomies]
category = "categories"
tag = "tags"
[languages.tr.taxonomies]
"katagoriler" = "kategoriler"
"etiketler" = "etiketler"
[privacy]
# [privacy.vimeo]
# disabled = false
# simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
[privacy.email]
disabled = false
simple = true
#
# [privacy.instagram]
# disabled = false
# simple = true
#
# [privacy.youtube]
# disabled = false
# privacyEnhanced = true
#
[services]
# [services.instagram]
# disableInlineCSS = true
[services.twitter]
disableInlineCSS = true