2023-10-16 10:13:48 +02:00
|
|
|
baseURL = 'https://barbel.synology.me/'
|
2023-10-16 10:37:31 +02:00
|
|
|
title = "Généalogie et informatique"
|
2023-10-16 10:13:48 +02:00
|
|
|
author = "Yannick Barbel"
|
2023-10-16 10:37:31 +02:00
|
|
|
copyright = "Yannick Barbel - 2023"
|
2023-10-16 10:13:48 +02:00
|
|
|
|
|
|
|
languageCode = "fr" # For the internal RSS template (and for the html lang attribute)
|
|
|
|
DefaultContentLanguage = "fr"
|
|
|
|
timeZone = 'Europe/Paris'
|
|
|
|
|
|
|
|
# Multilingual
|
|
|
|
defaultContentLanguage = "fr"
|
|
|
|
defaultContentLanguageInSubdir = false
|
|
|
|
|
|
|
|
theme = "hugo-bootstrap-theme"
|
|
|
|
themesdir = "./themes"
|
|
|
|
|
|
|
|
disableHugoGeneratorInject = true
|
|
|
|
enableRobotsTXT = true
|
|
|
|
enableGitInfo = true
|
|
|
|
enableEmoji = true
|
|
|
|
#sectionPagesMenu = "main"
|
|
|
|
#googleAnalytics = "UA-1511XXXX-X"
|
|
|
|
|
|
|
|
[frontmatter]
|
|
|
|
date = ["date", "publishDate", "lastmod"]
|
|
|
|
lastmod = ["lastmod", ":fileModTime", ":default"]
|
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
tag = "tags"
|
|
|
|
category = "categories"
|
|
|
|
series = 'series'
|
|
|
|
author = "authors"
|
|
|
|
|
|
|
|
[sitemap]
|
|
|
|
changefreq = "weekly"
|
|
|
|
filename = "sitemap.xml"
|
|
|
|
priority = 0.5
|
|
|
|
|
|
|
|
[permalinks]
|
|
|
|
# post = "/post/:title/"
|
|
|
|
|
|
|
|
[module]
|
|
|
|
[module.hugoVersion]
|
|
|
|
extended = true
|
|
|
|
min = "0.99.1"
|
|
|
|
max = ""
|
|
|
|
[[module.mounts]]
|
|
|
|
source = "assets"
|
|
|
|
target = "assets"
|
|
|
|
[[module.mounts]]
|
|
|
|
source = "static"
|
|
|
|
target = "static"
|