From 1fc0ed04ff332b46cc476b67cdc20f36d87ea4d0 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Tue, 3 Jun 2025 14:41:12 -0600 Subject: [PATCH] make some small site changes --- content | 2 +- quartz.config.ts | 6 +++--- quartz.layout.ts | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content b/content index f00654c..e1aba94 160000 --- a/content +++ b/content @@ -1 +1 @@ -Subproject commit f00654c221f702e71dead9f2b7e784a023a8d77d +Subproject commit e1aba949a626956953e11a9f1c8359a585de3359 diff --git a/quartz.config.ts b/quartz.config.ts index 487c4b3..0fda8b7 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -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, diff --git a/quartz.layout.ts b/quartz.layout.ts index 970a5be..185bdb5 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -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", }, }), } @@ -38,7 +37,8 @@ export const defaultContentPageLayout: PageLayout = { { Component: Component.ReaderMode() }, ], }), - Component.Explorer(), + Component.RecentNotes(), + // Component.Explorer(), ], right: [ Component.Graph(),