-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
30 lines (24 loc) · 775 Bytes
/
config.toml
File metadata and controls
30 lines (24 loc) · 775 Bytes
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
# The URL the site will be built for
base_url = "https://adrs.pub"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
theme = "anemone"
[markdown.highlighting]
error_on_missing_language = false
style = "class"
theme = "material-theme-palenight"
[extra]
toc = true
display_author = true
footer_content_license = "🄯 2024-2026 adrs all rites reversed"
footer_content_license_link = "/last-copyrites"
favicon = "heart.svg"
image = ""
header_nav = [
{ url = "/", name_en = "/home/" },
{ url = "/about", name_en = "/about/" },
{ url = "/resume", name_en = "/resume/" },
{ url = "/blog", name_en = "/blog/" },
]