hugo-relie/config.toml
Melora Hugues a03fba7567 Add multilanguage support
Enable multilanguage support with two separate (/en and /fr) base
directories containing each a sample article
2023-06-19 16:41:46 +02:00

40 lines
847 B
TOML

baseURL = "https://faercol.me"
languageCode = "en-us"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
title = "Melora Hugues"
theme = "hello-friend-ng"
paginate = 10
[params]
dateform = "2 Jan 2006"
dateformShort = "2 Jan"
dateformNum = "02-01-2006"
dateformNumTime = "02-01-2006 15:04"
homeSubtitle = "Personal website and tech blog"
disableReadOtherPosts = false
enableSharingButtons = true
enableGlobalLanguageMenu = true
description = "Melora Hugues - Personal website and tech blog"
keywords = "blog, tech, dev"
images = [""]
[taxonomies]
category = "blog"
tags = "tags"
series = "series"
[languages]
[languages.en]
contentDir = "content/en"
[languages.fr]
contentDir = "content/fr"
title = "Mon blog"
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"