Create the ability to create blog pages and blog-posts.

This commit is contained in:
2026-04-20 09:31:28 +10:00
parent 87999e63f8
commit c34cd57610
6 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
title: Blog Post
num: "{{ page.created.toDate('YmdHi') }}"
columns:
- width: 2/3
sections:
content:
type: fields
fields:
text:
label: Content
type: textarea
autofocus: true
size: large
customExcerpt:
label: Custom Excerpt
type: textarea
size: medium
- width: 1/3
sections:
pinned: fields/pinned
showOnHome: fields/show-on-home
dates: fields/dates