blog/config.toml

26 lines
527 B
TOML
Raw 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]
2025-12-23 22:27:51 +01:00
bottom_footnotes = true
insert_anchor_links = "right"
render_emoji = true
[markdown.highlighting]
light_theme = "catppuccin-latte"
dark_theme = "catppuccin-macchiato"
style = "class"
2025-12-23 22:27:51 +01:00
[slugify]
paths = "safe"
anchor = "safe"
[extra]
remote_repository_url = "https://forge.ungol.fr/Ungol/blog"
remote_repository_branch = "main"
remote_repository_git_platform = "forgejo"