-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (39 loc) · 1.1 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
base_url = "https://unixis.fun"
title = "mrtnvgr::home"
description = "Egor`s personal website"
default_language = "en"
output_dir = "public"
compile_sass = true
minify_html = true
build_search_index = false
generate_feed = true
feed_filename = "feed.xml"
[markdown]
highlight_code = false
render_emoji = false
external_links_target_blank = false
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = false
[slugify]
paths = "on"
anchors = "on"
#=========================================================================================
[extra]
name = "Egor Martynov"
id = "mrtnvgr"
avatar = "img/avatar.svg"
links = [
{ name = "GitHub", icon = "github", url = "https://github.com/mrtnvgr" },
{ name = "Telegram", icon = "telegram", url = "https://t.me/mrtnvgr" },
{ name = "Email", icon = "email", url = "mailto:[email protected]" },
]
sections = [
{ name = "blog", path = "/blog" },
]
default_theme = "rose-pine"
nav_separator = "::"
date_format = "%e %B %Y"
not_found_title = "404 | Not Found"
not_found_error_text = "Not Found"
not_found_recover_text = "« back to home »"