2025-12-23 22:27:51 +01:00
|
|
|
base_url = "https://blog.ungol.fr"
|
|
|
|
|
compile_sass = true
|
|
|
|
|
build_search_index = true
|
2025-12-23 22:27:52 +01:00
|
|
|
default_language = 'fr'
|
2025-12-23 22:27:52 +01:00
|
|
|
title = "Ungol"
|
2025-12-23 22:27:51 +01:00
|
|
|
|
|
|
|
|
[markdown]
|
|
|
|
|
highlight_code = true
|
2025-12-23 22:27:51 +01:00
|
|
|
highlight_theme = "css"
|
|
|
|
|
highlight_themes_css = [
|
2025-12-23 22:27:51 +01:00
|
|
|
{ theme = "Catppuccin-macchiato", filename = "syntax-theme-dark.css" },
|
|
|
|
|
{ theme = "Catppuccin-latte", filename = "syntax-theme-light.css" },
|
2025-12-23 22:27:51 +01:00
|
|
|
]
|
2025-12-23 22:27:51 +01:00
|
|
|
extra_syntaxes_and_themes = ["highlight_themes"]
|
2025-12-23 22:27:51 +01:00
|
|
|
bottom_footnotes = true
|
|
|
|
|
insert_anchor_links = "right"
|
|
|
|
|
render_emoji = true
|
|
|
|
|
|
|
|
|
|
[slugify]
|
|
|
|
|
paths = "safe"
|
|
|
|
|
anchor = "safe"
|
2025-12-23 22:27:52 +01:00
|
|
|
|
|
|
|
|
[extra]
|
2025-12-23 22:27:52 +01:00
|
|
|
remote_repository_url = "https://forge.ungol.fr/Ungol/blog"
|
2025-12-23 22:27:52 +01:00
|
|
|
remote_repository_branch = "main"
|
2025-12-23 22:27:52 +01:00
|
|
|
remote_repository_git_platform = "forgejo"
|