project-cloud/config.toml
2023-11-15 22:56:10 +01:00

42 lines
924 B
TOML

# 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
theme = "DeepThought"
minify_html = true
taxonomies = [
{ name = "categories", feed = true, paginate_by = 10 },
{ name = "tags", feed = true, paginate_by = 10 },
]
[markdown]
highlight_code = true
[extra]
list_pages = true
toc = true
katex.enabled = true
katex.auto_render = true
navbar_items = [
{ code = "en", nav_items = [
{ url = "/", name = "/home/"},
{ url = "/posts", name = "/posts/"},
{ url = "https://git.project-cloud.net", name = "/git/"},
{ url = "https://cloud.project-cloud.net", name = "/cloud/"}
]},
]
[extra.social]
# Author details
[extra.author]
name = "Asmir Abdulahovic"
avatar = "/images/my_avatar.png"