mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-15 17:26:40 +00:00
Compare commits
3 Commits
32d6bab8f4
...
168bf9c3c1
Author | SHA1 | Date | |
---|---|---|---|
168bf9c3c1 | |||
7b78f10a45 | |||
1fc0ed04ff |
2
content
2
content
@ -1 +1 @@
|
||||
Subproject commit f00654c221f702e71dead9f2b7e784a023a8d77d
|
||||
Subproject commit e1aba949a626956953e11a9f1c8359a585de3359
|
@ -8,8 +8,8 @@ import * as Plugin from "./quartz/plugins"
|
||||
*/
|
||||
const config: QuartzConfig = {
|
||||
configuration: {
|
||||
pageTitle: "Ansons Brain",
|
||||
pageTitleSuffix: "",
|
||||
pageTitle: "Anson's Brain",
|
||||
pageTitleSuffix: "These are notes that are as rough as it gets.",
|
||||
enableSPA: true,
|
||||
enablePopovers: true,
|
||||
analytics: null,
|
||||
@ -76,7 +76,7 @@ const config: QuartzConfig = {
|
||||
Plugin.AliasRedirects(),
|
||||
Plugin.ComponentResources(),
|
||||
Plugin.ContentPage(),
|
||||
Plugin.FolderPage(),
|
||||
// Plugin.FolderPage(),
|
||||
Plugin.TagPage(),
|
||||
Plugin.ContentIndex({
|
||||
enableSiteMap: true,
|
||||
|
@ -8,8 +8,7 @@ export const sharedPageComponents: SharedLayout = {
|
||||
afterBody: [],
|
||||
footer: Component.Footer({
|
||||
links: {
|
||||
GitHub: "https://github.com/jackyzha0/quartz",
|
||||
"Discord Community": "https://discord.gg/cRFFHYye7t",
|
||||
"ansonbiggs.com": "https://ansonbiggs.com",
|
||||
},
|
||||
}),
|
||||
}
|
||||
@ -17,10 +16,10 @@ export const sharedPageComponents: SharedLayout = {
|
||||
// components for pages that display a single page (e.g. a single note)
|
||||
export const defaultContentPageLayout: PageLayout = {
|
||||
beforeBody: [
|
||||
Component.ConditionalRender({
|
||||
component: Component.Breadcrumbs(),
|
||||
condition: (page) => page.fileData.slug !== "index",
|
||||
}),
|
||||
// Component.ConditionalRender({
|
||||
// component: Component.Breadcrumbs(),
|
||||
// condition: (page) => page.fileData.slug !== "index",
|
||||
// }),
|
||||
Component.ArticleTitle(),
|
||||
Component.ContentMeta(),
|
||||
Component.TagList(),
|
||||
@ -38,7 +37,8 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
{ Component: Component.ReaderMode() },
|
||||
],
|
||||
}),
|
||||
Component.Explorer(),
|
||||
Component.RecentNotes(),
|
||||
// Component.Explorer(),
|
||||
],
|
||||
right: [
|
||||
Component.Graph(),
|
||||
|
@ -67,7 +67,7 @@ export default {
|
||||
},
|
||||
error: {
|
||||
title: "Not Found",
|
||||
notFound: "Either this page is private or doesn't exist.",
|
||||
notFound: "Somethin is wrong innit? Either this page is private or doesn't exist.",
|
||||
home: "Return to Homepage",
|
||||
},
|
||||
folderContent: {
|
||||
|
@ -67,7 +67,7 @@ export default {
|
||||
},
|
||||
error: {
|
||||
title: "Not Found",
|
||||
notFound: "Either this page is private or doesn't exist.",
|
||||
notFound: "Either this page is private or doesn't exist. If you think something should be here, let me know.",
|
||||
home: "Return to Homepage",
|
||||
},
|
||||
folderContent: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user