Compare commits
No commits in common. "b59dd09b82d804f00d787ef16b351c1520aab22a" and "4ccace15bffe8493b6d45cd749a4d287dc533e96" have entirely different histories.
b59dd09b82
...
4ccace15bf
2 changed files with 5 additions and 7 deletions
|
@ -8,7 +8,8 @@ export const sharedPageComponents: SharedLayout = {
|
||||||
afterBody: [],
|
afterBody: [],
|
||||||
footer: Component.Footer({
|
footer: Component.Footer({
|
||||||
links: {
|
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.ArticleTitle(),
|
||||||
Component.ContentMeta(),
|
Component.ContentMeta(),
|
||||||
// Component.TagList(),
|
Component.TagList(),
|
||||||
],
|
],
|
||||||
left: [
|
left: [
|
||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
|
@ -39,12 +40,9 @@ 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 for the folders with long headings
|
// create a gap so that long links become distinguishable
|
||||||
.folder-container[data-folderpath="Politik/index"] + .folder-outer .content {
|
.folder-outer .content li {
|
||||||
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