blog/config.toml

22 lines
516 B
TOML
Raw Normal View History

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'
title = "Ungol"
2025-03-27 16:03:55 +01:00
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "Catppuccin-macchiato", filename = "syntax-theme-dark.css" },
{ theme = "Catppuccin-latte", filename = "syntax-theme-light.css" },
]
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"