✨ Rewrite for Kirby
This commit is contained in:
parent
07201d05de
commit
f854d60108
116 changed files with 4156 additions and 8875 deletions
56
site/blueprints/site.yml
Normal file
56
site/blueprints/site.yml
Normal file
|
@ -0,0 +1,56 @@
|
|||
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
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue