From 6825c8ce3d8f0b3cde0ac54b274cc8a4de7a47fe Mon Sep 17 00:00:00 2001 From: semanticdata Date: Sat, 10 Feb 2024 20:51:51 -0600 Subject: [PATCH] disable some components --- content/index.md | 2 +- quartz.layout.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/index.md b/content/index.md index e0eb1020a..8f3a1c465 100644 --- a/content/index.md +++ b/content/index.md @@ -1,5 +1,5 @@ --- -title: Forgetful Notes +title: FWelcome! description: Forgetful Notes—A digital garden of knowledge. A platform for my learning and creative endeavours. A space for thinking through, building upon, and coming back to. updated: 2024-02-08 compartir: true diff --git a/quartz.layout.ts b/quartz.layout.ts index b5b1340b7..7eb387ebb 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -20,9 +20,9 @@ export const sharedPageComponents: SharedLayout = { // components for pages that display a single page (e.g. a single note) export const defaultContentPageLayout: PageLayout = { beforeBody: [ - Component.Breadcrumbs(), + // Component.Breadcrumbs(), Component.ArticleTitle(), - Component.ContentMeta(), + // Component.ContentMeta(), // Component.TagList(), Component.MobileOnly(Component.Spacer()), ],