feat: updated title and blog config for english
Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
This commit is contained in:
parent
ce3af0b778
commit
4932bc0d71
12
config.toml
12
config.toml
@ -1,10 +1,10 @@
|
||||
base_url = "https://blog.louis-vallat.dev"
|
||||
title = "Le blog de Louis"
|
||||
description = "Le blog très simple d'un développeur très compliqué."
|
||||
title = "Louis' thoughts"
|
||||
description = "The very simple blog of a very complex developer."
|
||||
|
||||
theme = "terminimal"
|
||||
compile_sass = true
|
||||
default_language = "fr"
|
||||
default_language = "en"
|
||||
|
||||
generate_feed = true
|
||||
feed_filename = "atom.xml"
|
||||
@ -17,12 +17,14 @@ taxonomies = [
|
||||
highlight_code = true
|
||||
|
||||
[extra]
|
||||
logo_text = "Le blog de Louis"
|
||||
logo_text = "Louis' thoughts"
|
||||
author = "Louis Vallat"
|
||||
page_titles = "combined"
|
||||
accent_color = "blue"
|
||||
background_color = "dark"
|
||||
|
||||
enable_post_view_navigation = true
|
||||
post_view_navigation_prompt = "En savoir plus"
|
||||
post_view_navigation_prompt = "More"
|
||||
|
||||
menu_items = [
|
||||
{name = "blog", url = "$BASE_URL"},
|
||||
|
Loading…
Reference in New Issue
Block a user