2022-08-22 21:23:37 +02:00
|
|
|
baseURL = 'https://docs.edgarpierre.fr/'
|
2022-08-22 18:43:21 +02:00
|
|
|
languageCode = 'fr-fr'
|
|
|
|
title = 'Edoceo'
|
2022-08-22 18:03:17 +02:00
|
|
|
theme = 'hugo-book'
|
2022-08-22 18:43:21 +02:00
|
|
|
enableGitInfo = true
|
|
|
|
|
|
|
|
[params]
|
2022-08-22 21:28:43 +02:00
|
|
|
BookTheme = 'auto'
|
2022-08-22 18:43:21 +02:00
|
|
|
BookLogo = 'logo.svg'
|
|
|
|
BookRepo = 'https://git.edgarpierre.fr/edpibu/blog'
|
2022-08-22 18:54:59 +02:00
|
|
|
BookDateFormat = '2006-01-02'
|
2022-08-22 18:43:21 +02:00
|
|
|
BookComments = false
|
2023-02-12 10:02:59 +01:00
|
|
|
|
|
|
|
[markup]
|
|
|
|
[markup.highlight]
|
|
|
|
anchorLineNos = false
|
|
|
|
codeFences = true
|
|
|
|
guessSyntax = true
|
|
|
|
style = 'xcode-dark'
|
|
|
|
tabWidth = 2
|