Skip to content

Commit d127615

Browse files
committed
mise à jour du cyberjardin du 2025-11-04 17:58:35
1 parent 513f178 commit d127615

5 files changed

Lines changed: 3 additions & 31 deletions

File tree

File renamed without changes.

content/Articles/2024/Sauvegarder son serveur sur un Synology via S3.md renamed to content/Articles/Sauvegarder son serveur sur un Synology via S3.md

File renamed without changes.

quartz.layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const defaultListPageLayout: PageLayout = {
6262
{ Component: Component.Darkmode() },
6363
],
6464
}),
65-
Component.Explorer(),
65+
Component.Explorer({title: "Pages", useSavedState: false}),
6666
],
6767
right: [],
6868
}

quartz/bootstrap-cli.mjs

100644100755
File mode changed.

quartz/styles/custom.scss

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ thead {
1111
font-weight: 600;
1212
}
1313

14+
// Ceci est pour réduire la taille du texte dans l'explorateur de fichiers
1415
.folder-outer.open {
1516
ul > li {
1617
margin-bottom: 8px;
@@ -23,6 +24,7 @@ thead {
2324
}
2425
}
2526

27+
// Ceci est pour réduire la taille du texte dans la table des matières
2628
.toc-content {
2729
li {
2830
margin-bottom: 8px;
@@ -34,36 +36,6 @@ thead {
3436
}
3537
}
3638

37-
.content-meta {
38-
margin-top: 0;
39-
color: var(--gray);
40-
41-
&[show-comma="true"] {
42-
> span:not(:last-child) {
43-
margin-right: 0;
44-
45-
&::after {
46-
content: ", ";
47-
}
48-
}
49-
}
50-
}
51-
52-
p,
53-
ul,
54-
text,
55-
a,
56-
tr,
57-
td,
58-
li,
59-
ol,
60-
ul,
61-
.katex,
62-
.math {
63-
hyphens: none;
64-
text-align: justify;
65-
}
66-
6739
.page {
6840
& article {
6941
p,

0 commit comments

Comments
 (0)