63 lines
1.9 KiB
TOML
63 lines
1.9 KiB
TOML
baseURL = 'https://fabnum-blog.peccini.fr/'
|
|
defaultContentLanguage = "fr"
|
|
languageCode = "fr-fr"
|
|
title = 'FabNum, le blog'
|
|
theme = "binario"
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[Params]
|
|
description = "FabNum, le blog des vulnérabilités de la fabrication du numérique"
|
|
author = "Stéphan Peccini"
|
|
colorTheme = "dark-green"
|
|
mainMenuAlignment = "right"
|
|
dateFormat = "02 January 2006"
|
|
authorbox = true # Show authorbox at bottom of single pages if true
|
|
comments = true # Enable comments for all site pages
|
|
related = true # Enable Related content for single pages
|
|
relatedMax = 5
|
|
customCSS = ["css/custom.css"]
|
|
image = true
|
|
[Params.Entry]
|
|
meta = ["date", "tags", "categories", "readingtime"]
|
|
toc = true # Enable Table of Contents
|
|
tocOpen = true
|
|
[Params.Social]
|
|
email = "stephan-pro@peccini.fr"
|
|
linkedin = "stéphan-peccini"
|
|
[Params.Share]
|
|
linkedin = true
|
|
[Params.Manifest]
|
|
name = "FabNum, le blog"
|
|
shortName = "FabNum"
|
|
display = "browser"
|
|
startUrl = "/"
|
|
backgroundColor = "#2a2a2a"
|
|
themeColor = "#1b1b1b"
|
|
description = "FabNum, le blog des vulnérabilités de la fabrication du numérique"
|
|
orientation = "portrait"
|
|
scope = "/"
|
|
[Params.Author] # Used in authorbox
|
|
name = "Stéphan Peccini"
|
|
bio = "Indépendant, conseil autour des risques induit par le numérique, formation et accompagnement autour de la conception plus responsable de service numérique."
|
|
avatar = "/images/avatars/spc.jpg"
|
|
[Params.Breadcrumb]
|
|
enable = true # Enable breadcrumb block globally
|
|
homeText = "Accueil" # Home node text
|
|
|
|
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "À propos"
|
|
url = "/about/"
|
|
weight = 10
|
|
[[menu.main]]
|
|
name = "RSS"
|
|
url = "/index.xml"
|
|
weight = 20
|