2023-11-14 14:17:08 +01:00
|
|
|
# The URL the site will be built for
|
|
|
|
base_url = "https://project-cloud.net"
|
2023-11-15 23:28:22 +01:00
|
|
|
title = "project-cloud"
|
2023-11-15 23:33:27 +01:00
|
|
|
description = "Cloud and blog platform for personal and consulting projects."
|
2023-11-14 14:17:08 +01:00
|
|
|
|
|
|
|
# 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
|
2023-11-15 22:56:26 +01:00
|
|
|
build_search_index = true
|
2023-11-15 16:43:50 +01:00
|
|
|
theme = "DeepThought"
|
|
|
|
minify_html = true
|
2023-11-14 14:17:08 +01:00
|
|
|
|
2023-11-15 22:56:10 +01:00
|
|
|
taxonomies = [
|
|
|
|
{ name = "categories", feed = true, paginate_by = 10 },
|
|
|
|
{ name = "tags", feed = true, paginate_by = 10 },
|
|
|
|
]
|
|
|
|
|
2023-11-15 22:56:26 +01:00
|
|
|
[search]
|
|
|
|
include_title = true
|
|
|
|
include_description = false
|
|
|
|
include_path = false
|
|
|
|
include_content = 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 22:04:06 +01:00
|
|
|
katex.enabled = true
|
|
|
|
katex.auto_render = 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/"},
|
2024-10-16 13:14:49 +02:00
|
|
|
#{ url = "https://cloud.project-cloud.net", name = "/cloud/"}
|
2023-11-15 16:49:27 +01:00
|
|
|
]},
|
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"
|
2023-11-15 23:28:22 +01:00
|
|
|
avatar = "images/my_avatar.webp"
|