blog/config.toml

28 lines
684 B
TOML
Raw Permalink Normal View History

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'
title = "Ungol"
2025-12-23 22:27:51 +01:00
2025-12-23 23:13:07 +01:00
generate_feeds = true
2025-12-23 22:27:51 +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-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"
[extra]
remote_repository_url = "https://forge.ungol.fr/Ungol/blog"
remote_repository_branch = "main"
remote_repository_git_platform = "forgejo"