26 lines
No EOL
527 B
TOML
26 lines
No EOL
527 B
TOML
base_url = "https://blog.ungol.fr"
|
|
compile_sass = true
|
|
build_search_index = true
|
|
default_language = 'fr'
|
|
title = "Ungol"
|
|
|
|
generate_feeds = true
|
|
|
|
[markdown]
|
|
bottom_footnotes = true
|
|
insert_anchor_links = "right"
|
|
render_emoji = true
|
|
|
|
[markdown.highlighting]
|
|
light_theme = "catppuccin-latte"
|
|
dark_theme = "catppuccin-macchiato"
|
|
style = "class"
|
|
|
|
[slugify]
|
|
paths = "safe"
|
|
anchor = "safe"
|
|
|
|
[extra]
|
|
remote_repository_url = "https://forge.ungol.fr/Ungol/blog"
|
|
remote_repository_branch = "main"
|
|
remote_repository_git_platform = "forgejo" |