blog/config.toml
Louis Vallat a231eab2f5
feat: updated terminimal theme to 2.0
Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
2024-08-20 19:53:49 +02:00

39 lines
882 B
TOML

base_url = "https://blog.louis-vallat.dev"
title = "Louis' thoughts"
description = "The very simple blog of a very complex developer."
theme = "terminimal"
compile_sass = true
default_language = "en"
generate_feeds = true
feed_filenames = ["atom.xml"]
taxonomies = [
{name = "tags"},
]
[markdown]
highlight_code = true
[extra]
logo_text = "Louis' thoughts"
author = "Louis Vallat"
page_titles = "combined"
accent_color = "blue"
background_color = "blue"
enable_post_view_navigation = true
post_view_navigation_prompt = "More"
menu_items = [
{name = "blog", url = "$BASE_URL"},
{name = "tags", url = "$BASE_URL/tags"},
{name = "archive", url = "$BASE_URL/archive"},
{name = "portfolio", url = "https://louis-vallat.dev"},
{name = "gitlab", url = "https://gitlab.com/lovallat", newtab = true},
]
favicon = "/favicon.png"
favicon_mimetype = "image/png"