Files
blog/config.toml
Pavel Kirilin 54dd3042f8
All checks were successful
Release / docker_build (push) Successful in 38s
Release / deploy_helm (push) Successful in 13s
Fixed code styles and preview images.
2025-07-25 19:06:54 +02:00

43 lines
1003 B
TOML

# The URL the site will be built for
title = "s3rius blog"
base_url = "https://s3rius.blog"
theme = "hermit_zola"
compile_sass = true
minify_html = false
build_search_index = true
generate_sitemap = true
generate_robots_txt = true
[markdown]
highlight_code = true
highlight_theme = "nord"
render_emojis = true
smart_punctuation = true
[extra]
preview_image = "preview.png"
home_subtitle = "Notes on writing unmaintainable software"
footer_copyright = ' &#183; <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
hermit_menu = [
{ link = "/posts", name = "Posts" },
{ link = "/about", name = "About me" },
]
hermit_social = [
{ name = "github", link = "https://github.com/s3rius" },
{ name = "telegram", link = "https://t.me/s3rius_san" },
{ name = "email", link = "mailto:s3rius@le-memese.com" },
]
[extra.author]
name = "Pavel Kirilin"
email = "s3rius@le-memese.com"
[extra.google_analytics]
enable = false
id = "UA-4XXXXXXX-X"