2024-07-27 12:56:36 +02:00
|
|
|
base_url = "https://blog.louis-vallat.dev"
|
2024-04-12 17:45:33 +02:00
|
|
|
title = "Le blog de Louis"
|
|
|
|
description = "Le blog très simple d'un développeur très compliqué."
|
|
|
|
|
|
|
|
theme = "terminimal"
|
|
|
|
compile_sass = true
|
|
|
|
default_language = "fr"
|
|
|
|
|
|
|
|
generate_feed = true
|
|
|
|
feed_filename = "atom.xml"
|
|
|
|
|
|
|
|
taxonomies = [
|
|
|
|
{name = "tags"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[markdown]
|
|
|
|
highlight_code = true
|
|
|
|
|
|
|
|
[extra]
|
|
|
|
logo_text = "Le blog de Louis"
|
|
|
|
author = "Louis Vallat"
|
|
|
|
page_titles = "combined"
|
|
|
|
|
|
|
|
enable_post_view_navigation = true
|
|
|
|
post_view_navigation_prompt = "En savoir plus"
|
|
|
|
|
|
|
|
menu_items = [
|
|
|
|
{name = "blog", url = "$BASE_URL"},
|
|
|
|
{name = "tags", url = "$BASE_URL/tags"},
|
|
|
|
{name = "archive", url = "$BASE_URL/archive"},
|
2024-07-27 12:56:36 +02:00
|
|
|
{name = "portfolio", url = "https://louis-vallat.dev"},
|
2024-04-12 17:45:33 +02:00
|
|
|
{name = "gitlab", url = "https://gitlab.com/lovallat", newtab = true},
|
|
|
|
]
|
|
|
|
|
|
|
|
favicon = "/favicon.png"
|
|
|
|
favicon_mimetype = "image/png"
|