Add Forgejo-backed editor
This commit is contained in:
parent
59b5807601
commit
3d95b867c0
6 changed files with 976 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue