feat: updated title and blog config for english

Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
This commit is contained in:
Louis Vallat 2024-08-04 17:42:46 +02:00
parent ce3af0b778
commit 4932bc0d71
Signed by: louis
SSH Key Fingerprint: SHA256:usb9EA8eIADT+Bt0Ne8ZkISCbgPSOYkVgS2iZqdZj8s

View File

@ -1,10 +1,10 @@
base_url = "https://blog.louis-vallat.dev" base_url = "https://blog.louis-vallat.dev"
title = "Le blog de Louis" title = "Louis' thoughts"
description = "Le blog très simple d'un développeur très compliqué." description = "The very simple blog of a very complex developer."
theme = "terminimal" theme = "terminimal"
compile_sass = true compile_sass = true
default_language = "fr" default_language = "en"
generate_feed = true generate_feed = true
feed_filename = "atom.xml" feed_filename = "atom.xml"
@ -17,12 +17,14 @@ taxonomies = [
highlight_code = true highlight_code = true
[extra] [extra]
logo_text = "Le blog de Louis" logo_text = "Louis' thoughts"
author = "Louis Vallat" author = "Louis Vallat"
page_titles = "combined" page_titles = "combined"
accent_color = "blue"
background_color = "dark"
enable_post_view_navigation = true enable_post_view_navigation = true
post_view_navigation_prompt = "En savoir plus" post_view_navigation_prompt = "More"
menu_items = [ menu_items = [
{name = "blog", url = "$BASE_URL"}, {name = "blog", url = "$BASE_URL"},