feat(css) : amélioration de la présentation des articles et ajout de

l'intégration du html
This commit is contained in:
Stéphan Peccini 2025-06-27 13:18:19 +02:00
parent 742f132eff
commit 2fa809be31
Signed by: stephan
GPG Key ID: 3A9774E9CCBF3501
2 changed files with 14 additions and 0 deletions

View File

@ -8,6 +8,9 @@ theme = "binario"
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"
@ -19,6 +22,7 @@ comments = true
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

View File

@ -31,3 +31,13 @@ article img {
a {
text-decoration: underline;
}
h3 {
text-align: center;
margin-top: 2em;
margin-bottom: 1em;
}
p {
text-indent: 20px;
}