siteperso/config/_default/config.toml
2023-11-19 21:06:23 +01:00

78 lines
2.1 KiB
TOML

baseurl = "https://barbel.synology.me"
title = "Mon Blog"
languageCode = "fr-fr"
theme = "hello-friend-ng"
paginate = 10
[params]
dateform = "2 Jan 2006"
dateformShort = "2 Jan"
dateformNum = "02-01-2006"
dateformNumTime = "02-01-2006 15:04"
# Subtitle for home
homeSubtitle = "Le blog de la famille Barbel"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = true
# Show a global language switcher in the navigation bar
enableGlobalLanguageMenu = true
# Metadata mostly used in document's head
description = "Yann64's Blog"
images = [""]
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[languages]
[languages.en]
title = "Les Barbel"
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.en.params]
keywords = "computing, minecraft, genealogy"
subtitle = "Barbel family's blog"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "return home"
logoHomeLink = "/en"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
[languages.fr]
title = "Les Barbel"
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[languages.fr.params]
keywords = "informatique, minecraft, généalogie"
subtitle = "Le blog de la famille Barbel"
readOtherPosts = "Lire d'autres publications"
[languages.fr.params.logo]
logoText = "retour à l'acceuil"
logoHomeLink = "/fr"
# And you can even create generic menu
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
[[menu.main]]
identifier = "minecraft"
name = "Minecraft"
url = "/pages/minecraft"
[[menu.main]]
identifier = "dev"
name = "Computing"
url = "/pages/computing"