-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (44 loc) · 1.39 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
base_url = "https://vesla0x1.eth.limo"
title = "vesla0x1"
author = "vesla0x1"
description = "Blockchain development and security"
output_dir = "public"
compile_sass = true
minify_html = true
build_search_index = false
generate_feed = true
taxonomies = [
{ name = "tags" }
]
[markdown]
highlight_code = true
highlight_theme = "gruvbox-dark"
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
#=========================================================================================
[extra]
links = [
{ name = "GitHub", icon = "github", url = "https://github.com/vesla0x1" },
{ name = "Twitter", icon = "twitter", url = "https://twitter.com/vesla0xfa" },
{ name = "Email", icon = "email", url = "mailto:[email protected]" },
{ name = "Feed", icon = "rss", url = "/atom.xml" },
]
sections = [
{ name = "home", path = "/" },
{ name = "audits", path = "/audits" },
{ name = "articles", path = "/articles" },
{ name = "coding", path = "/coding" },
{ name = "achievements", path = "/achievements" },
{ name = "about", path = "/about" },
{ name = "contacts", path = "/contacts" },
{ name = "tags", path = "/tags" },
]
footer_copyright = "© 2024 vesla0x1"
not_found_title = "404"
not_found_error_text = "Not Found"
not_found_recover_text = "« back to home »"