Add Forgejo-backed editor

This commit is contained in:
Devon Campbell 2026-03-21 20:22:54 -04:00
commit 3d95b867c0
6 changed files with 976 additions and 1 deletions

View file

@ -1,5 +1,6 @@
import { PageLayout, SharedLayout } from "./quartz/cfg"
import * as Component from "./quartz/components"
import Editor from "./quartz/components/Editor"
// components shared across all pages
export const sharedPageComponents: SharedLayout = {
@ -24,6 +25,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.ArticleTitle(),
Component.ContentMeta(),
Component.TagList(),
Editor(),
],
left: [
Component.PageTitle(),