-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
131 lines (112 loc) · 4.09 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
base_url = "https://salif.eu"
theme = "linkita"
author = "salif"
default_language = "en"
compile_sass = false
minify_html = true
[languages.en]
title = "Salif's site"
description = "My name is Salif Mehmed and this is my personal website. See a list of my coding projects and social profiles and how to contact me"
generate_feeds = false
build_search_index = true
[languages.bg]
title = "Сайтът на Салиф"
description = "Казвам се Салиф Мехмед и това е моят личен уебсайт. Вижте списък с моите проекти, социални профили и как да се свържете с мен"
generate_feeds = false
build_search_index = false
[languages.eo]
title = "La retejo de Salif"
description = "Mi nomiĝas Salif Mehmed kaj ĉi tio estas mia persona retejo. Vidu liston de miaj kodaj projektoj kaj sociaj profiloj kaj kiel kontakti min"
generate_feeds = false
build_search_index = false
[languages.tr]
title = "Salif'in web sitesi"
description = "Benim adım Salif Mehmed ve bu benim kişisel web sitem. Projelerimi, sosyal profillerimi ve benimle nasıl iletişime geçebileceğinizi görün"
generate_feeds = false
build_search_index = false
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = false
render_emoji = false
external_links_target_blank = true
smart_punctuation = false
[extra]
math = false
mermaid = false
comment = false
page_info = ["date_on_page", "date_updated_on_page", "reading_time_on_page", "authors_on_page"]
header_buttons = ["home_button", "theme_button", "search_button", "translations_button"]
disable_default_favicon = true
disable_javascript = false
post_navigation = "enabled"
use_cdn = false
[extra.style]
# The custom background color
bg_color = "#e6e9ef"
# The custom background color in dark mode
bg_dark_color = "#161e27"
# Enable header blur
header_blur = false
# The custom header color, only available when `header_blur` is false
header_color = "#e6e9ef"
# The custom header color in dark mode, only available when `header_blur` is false
header_dark_color = "#161e27"
[extra.profiles.salif]
avatar_url = "ico/android-icon-192x192.png"
avatar_alt = "My avatar: Tux is watching you... with his glowing eyes"
avatar_invert = false
name = "Salif Mehmed"
bio = "Welcome to my personal website"
email = "[email protected]"
url = "https://salif.eu"
social = [
{ name = "bluesky", url = "https://bsky.app/profile/did:plc:3ebgy675tgwzqudufqvifpxv" },
{ name = "github", url = "https://github.com/salif" },
{ name = "codeberg", url = "https://codeberg.org/salif" },
{ name = "element", url = "https://matrix.to/#/@salif:mozilla.org" },
]
[extra.profiles.salif.languages.bg]
name = "Салиф Мехмед"
bio = "Добре дошли в моя личен сайт"
url = "https://salif.eu/bg/"
avatar_alt = "Моят аватар: Линукс пингвинът те наблюдава... с блестящите си очи!"
[extra.profiles.salif.languages.eo]
name = "Salif Mehmed"
bio = "Bonvenon al mia persona retejo"
url = "https://salif.eu/eo/"
avatar_alt = "Mia avataro: La pingveno de Linukso rigardas vin... per siaj brilaj okuloj!"
[extra.profiles.salif.languages.tr]
name = "Salif Mehmed"
bio = "Web siteme hoş geldiniz"
url = "https://salif.eu/tr/"
avatar_alt = "Avatarım: Linux pengueni seni izliyor... parlayan gözleriyle!"
[extra.profiles.salif.open_graph]
first_name = "Salif"
last_name = "Mehmed"
username = "salif"
gender = "male"
[extra.profiles.salif.open_graph.fediverse_creator]
handle = "bg.salif.eu"
domain = "bsky.brid.gy"
url = "https://bsky.brid.gy/ap/did:plc:3ebgy675tgwzqudufqvifpxv"
[extra.languages.en]
locale = "en_US"
date_format = "%x"
date_format_archive = "%m-%d"
[extra.languages.bg]
locale = "bg_BG"
date_format = "%x"
date_format_archive = "%d.%m"
[extra.languages.eo]
locale = "eo"
date_format = "%x"
date_format_archive = "%d.%m"
[extra.languages.tr]
locale = "tr_TR"
date_format = "%x"
date_format_archive = "%d.%m"
[extra.footer]
since = 2024
[extra.vercel_analytics]
src = "/_vercel/insights/script.js"