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"
|
category = "categories"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
|
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[Params]
|
[Params]
|
||||||
description = "FabNum, le blog des vulnérabilités de la fabrication du numérique"
|
description = "FabNum, le blog des vulnérabilités de la fabrication du numérique"
|
||||||
author = "Stéphan Peccini"
|
author = "Stéphan Peccini"
|
||||||
@ -19,6 +22,7 @@ comments = true
|
|||||||
related = true # Enable Related content for single pages
|
related = true # Enable Related content for single pages
|
||||||
relatedMax = 5
|
relatedMax = 5
|
||||||
customCSS = ["css/custom.css"]
|
customCSS = ["css/custom.css"]
|
||||||
|
image = true
|
||||||
[Params.Entry]
|
[Params.Entry]
|
||||||
meta = ["date", "tags", "categories", "readingtime"]
|
meta = ["date", "tags", "categories", "readingtime"]
|
||||||
toc = true # Enable Table of Contents
|
toc = true # Enable Table of Contents
|
||||||
|
|||||||
@ -31,3 +31,13 @@ article img {
|
|||||||
a {
|
a {
|
||||||
text-decoration: underline;
|
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