Compare commits

..

No commits in common. "b59dd09b82d804f00d787ef16b351c1520aab22a" and "4ccace15bffe8493b6d45cd749a4d287dc533e96" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View file

@ -8,7 +8,8 @@ export const sharedPageComponents: SharedLayout = {
afterBody: [],
footer: Component.Footer({
links: {
Source: "https://git.duskflower.dev/duskflower/school-knowledge-base-quartz",
GitHub: "https://github.com/jackyzha0/quartz",
"Discord Community": "https://discord.gg/cRFFHYye7t",
},
}),
}
@ -22,7 +23,7 @@ export const defaultContentPageLayout: PageLayout = {
}),
Component.ArticleTitle(),
Component.ContentMeta(),
// Component.TagList(),
Component.TagList(),
],
left: [
Component.PageTitle(),
@ -39,12 +40,9 @@ export const defaultContentPageLayout: PageLayout = {
Component.Explorer(),
],
right: [
Component.TagList(),
Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(),
// Component.Spacer(),
// Component.RecentNotes(),
],
}

View file

@ -17,8 +17,8 @@
} */
/* } */
// create a gap so that long links become distinguishable for the folders with long headings
.folder-container[data-folderpath="Politik/index"] + .folder-outer .content {
// create a gap so that long links become distinguishable
.folder-outer .content li {
display: flex;
flex-direction: column;
row-gap: 0.5rem;