mmk2410.org/site/blueprints/site.yml

64 lines
1.3 KiB
YAML
Raw Permalink Normal View History

2024-03-17 22:34:51 +01:00
title: Site
columns:
main:
width: 2/3
sections:
pages:
type: pages
fields:
type: fields
fields:
menu:
type: structure
fields:
title:
type: text
label: Title
link:
type: link
label: Link
options:
- page
- url
2024-10-07 17:45:31 +02:00
footerMenu:
type: pages
label: Footer Menu
2024-03-17 22:34:51 +01:00
sidebar:
width: 1/3
sections:
articles_draft:
extends: sections/articles
label: Draft Articles
status: draft
parent: site.find("blog")
layout: list
limit: 5
articles_review:
extends: sections/articles
label: In Review Articles
status: unlisted
parent: site.find("blog")
layout: list
limit: 5
articles_published:
extends: sections/articles
label: Published Articles
status: listed
parent: site.find("blog")
layout: list
limit: 5
metadata:
type: fields
fields:
author:
type: text
description:
type: text
keywords:
type: tags
2024-10-15 15:45:06 +02:00
fediverseHandle:
label: Fediverse Handle
type: text