1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-15 17:26:40 +00:00

make some small site changes

This commit is contained in:
Anson Biggs 2025-06-03 14:41:12 -06:00
parent 32d6bab8f4
commit 1fc0ed04ff
3 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit f00654c221f702e71dead9f2b7e784a023a8d77d Subproject commit e1aba949a626956953e11a9f1c8359a585de3359

View File

@ -8,8 +8,8 @@ import * as Plugin from "./quartz/plugins"
*/ */
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "Ansons Brain", pageTitle: "Anson's Brain",
pageTitleSuffix: "", pageTitleSuffix: "These are notes that are as rough as it gets.",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: null, analytics: null,
@ -76,7 +76,7 @@ const config: QuartzConfig = {
Plugin.AliasRedirects(), Plugin.AliasRedirects(),
Plugin.ComponentResources(), Plugin.ComponentResources(),
Plugin.ContentPage(), Plugin.ContentPage(),
Plugin.FolderPage(), // Plugin.FolderPage(),
Plugin.TagPage(), Plugin.TagPage(),
Plugin.ContentIndex({ Plugin.ContentIndex({
enableSiteMap: true, enableSiteMap: true,

View File

@ -8,8 +8,7 @@ export const sharedPageComponents: SharedLayout = {
afterBody: [], afterBody: [],
footer: Component.Footer({ footer: Component.Footer({
links: { links: {
GitHub: "https://github.com/jackyzha0/quartz", "ansonbiggs.com": "https://ansonbiggs.com",
"Discord Community": "https://discord.gg/cRFFHYye7t",
}, },
}), }),
} }
@ -38,7 +37,8 @@ export const defaultContentPageLayout: PageLayout = {
{ Component: Component.ReaderMode() }, { Component: Component.ReaderMode() },
], ],
}), }),
Component.Explorer(), Component.RecentNotes(),
// Component.Explorer(),
], ],
right: [ right: [
Component.Graph(), Component.Graph(),