Compare commits
2 commits
4ccace15bf
...
b59dd09b82
Author | SHA1 | Date | |
---|---|---|---|
b59dd09b82 | |||
![]() |
b129512e1a |
2 changed files with 7 additions and 5 deletions
|
@ -8,8 +8,7 @@ export const sharedPageComponents: SharedLayout = {
|
||||||
afterBody: [],
|
afterBody: [],
|
||||||
footer: Component.Footer({
|
footer: Component.Footer({
|
||||||
links: {
|
links: {
|
||||||
GitHub: "https://github.com/jackyzha0/quartz",
|
Source: "https://git.duskflower.dev/duskflower/school-knowledge-base-quartz",
|
||||||
"Discord Community": "https://discord.gg/cRFFHYye7t",
|
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
@ -23,7 +22,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||||
}),
|
}),
|
||||||
Component.ArticleTitle(),
|
Component.ArticleTitle(),
|
||||||
Component.ContentMeta(),
|
Component.ContentMeta(),
|
||||||
Component.TagList(),
|
// Component.TagList(),
|
||||||
],
|
],
|
||||||
left: [
|
left: [
|
||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
|
@ -40,9 +39,12 @@ export const defaultContentPageLayout: PageLayout = {
|
||||||
Component.Explorer(),
|
Component.Explorer(),
|
||||||
],
|
],
|
||||||
right: [
|
right: [
|
||||||
|
Component.TagList(),
|
||||||
Component.Graph(),
|
Component.Graph(),
|
||||||
Component.DesktopOnly(Component.TableOfContents()),
|
Component.DesktopOnly(Component.TableOfContents()),
|
||||||
Component.Backlinks(),
|
Component.Backlinks(),
|
||||||
|
// Component.Spacer(),
|
||||||
|
// Component.RecentNotes(),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
} */
|
} */
|
||||||
/* } */
|
/* } */
|
||||||
|
|
||||||
// create a gap so that long links become distinguishable
|
// create a gap so that long links become distinguishable for the folders with long headings
|
||||||
.folder-outer .content li {
|
.folder-container[data-folderpath="Politik/index"] + .folder-outer .content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
row-gap: 0.5rem;
|
row-gap: 0.5rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue