2025-03-27 16:03:55 +01:00
|
|
|
base_url = "https://blog.ungol.fr"
|
|
|
|
|
compile_sass = true
|
|
|
|
|
build_search_index = true
|
2025-05-14 22:36:03 +02:00
|
|
|
default_language = 'fr'
|
2025-05-15 02:50:46 +02:00
|
|
|
title = "Ungol"
|
2025-03-27 16:03:55 +01:00
|
|
|
|
|
|
|
|
[markdown]
|
|
|
|
|
highlight_code = true
|
2025-03-29 01:42:48 +01:00
|
|
|
highlight_theme = "css"
|
|
|
|
|
highlight_themes_css = [
|
2025-05-11 21:58:51 +02:00
|
|
|
{ theme = "Catppuccin-macchiato", filename = "syntax-theme-dark.css" },
|
|
|
|
|
{ theme = "Catppuccin-latte", filename = "syntax-theme-light.css" },
|
2025-03-29 01:42:48 +01:00
|
|
|
]
|
2025-03-28 00:43:39 +01:00
|
|
|
extra_syntaxes_and_themes = ["highlight_themes"]
|
2025-05-13 01:03:45 +02:00
|
|
|
bottom_footnotes = true
|
|
|
|
|
insert_anchor_links = "right"
|
|
|
|
|
render_emoji = true
|
|
|
|
|
|
|
|
|
|
[slugify]
|
|
|
|
|
paths = "safe"
|
|
|
|
|
anchor = "safe"
|