feat(css) : amélioration de la présentation des articles et ajout de
l'intégration du html
This commit is contained in:
parent
742f132eff
commit
2fa809be31
@ -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
|
||||
|
||||
@ -31,3 +31,13 @@ article img {
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-align: center;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
p {
|
||||
text-indent: 20px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user