project-cloud/config.toml

35 lines
746 B
TOML
Raw Normal View History

2023-11-14 14:17:08 +01:00
# The URL the site will be built for
base_url = "https://project-cloud.net"
# 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 = false
2023-11-15 16:43:50 +01:00
theme = "DeepThought"
minify_html = true
2023-11-14 14:17:08 +01:00
[markdown]
highlight_code = true
[extra]
list_pages = true
2023-11-15 22:02:11 +01:00
toc = true
2023-11-15 16:49:27 +01:00
navbar_items = [
{ code = "en", nav_items = [
{ url = "/", name = "/home/"},
2023-11-15 17:22:15 +01:00
{ url = "/posts", name = "/posts/"},
2023-11-15 16:49:27 +01:00
{ url = "https://git.project-cloud.net", name = "/git/"},
{ url = "https://cloud.project-cloud.net", name = "/cloud/"}
]},
2023-11-14 14:17:08 +01:00
]
2023-11-15 16:49:27 +01:00
[extra.social]
2023-11-15 17:22:15 +01:00
# Author details
[extra.author]
name = "Asmir Abdulahovic"
avatar = "/images/my_avatar.png"