mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
disable some components
This commit is contained in:
parent
e08d09cccf
commit
6825c8ce3d
@ -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
|
||||
|
||||
@ -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()),
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user