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 16:49:27 +01:00
|
|
|
navbar_items = [
|
|
|
|
{ code = "en", nav_items = [
|
|
|
|
{ url = "/", name = "/home/"},
|
|
|
|
{ url = "/blog", name = "/blog/"},
|
|
|
|
{ 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]
|