Upgrade to Kirby 3
This commit is contained in:
parent
80004a968c
commit
03ab30b8c1
64 changed files with 524 additions and 683 deletions
32
site/blueprints/pages/blog.yml
Normal file
32
site/blueprints/pages/blog.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
title: Blog
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
||||
drafts:
|
||||
headline: Drafts
|
||||
type: pages
|
||||
status: draft
|
||||
create:
|
||||
- blogarticle
|
||||
|
||||
published:
|
||||
headline: Published Articles
|
||||
type: pages
|
||||
status: listed
|
||||
sortBy: date desc
|
||||
|
||||
files: false
|
39
site/blueprints/pages/blogarticle.yml
Normal file
39
site/blueprints/pages/blogarticle.yml
Normal file
|
@ -0,0 +1,39 @@
|
|||
title: Blog Article
|
||||
|
||||
num: '{{ page.date.toDate("Ymd") }}'
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
date:
|
||||
label: Date
|
||||
type: date
|
||||
width: 1/4
|
||||
tags:
|
||||
label: Tags
|
||||
type: tags
|
||||
width: 3/4
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
en_masonry:
|
||||
label: Masonry
|
||||
type: toggle
|
||||
text: enable
|
||||
text2:
|
||||
label: Text below masonry
|
||||
type: textarea
|
||||
meta-robots:
|
||||
label: Metatag robots
|
||||
type: text
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
||||
files: true
|
21
site/blueprints/pages/default.yml
Normal file
21
site/blueprints/pages/default.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
title: default Page
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
||||
pages: true
|
||||
|
||||
files: true
|
28
site/blueprints/pages/home.yml
Normal file
28
site/blueprints/pages/home.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
title: Home
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
hero_text:
|
||||
label: main text
|
||||
type: textarea
|
||||
subtitle:
|
||||
label: subtitle
|
||||
type: text
|
||||
text:
|
||||
label: text
|
||||
type: textarea
|
||||
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
||||
pages: true
|
||||
|
||||
files: true
|
44
site/blueprints/pages/photo.yml
Normal file
44
site/blueprints/pages/photo.yml
Normal file
|
@ -0,0 +1,44 @@
|
|||
title: Photo
|
||||
|
||||
tabs:
|
||||
content:
|
||||
label: Content
|
||||
icon: text
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
text2:
|
||||
label: Text below masonry
|
||||
type: textarea
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
||||
carousel:
|
||||
type: fields
|
||||
fields:
|
||||
carousel:
|
||||
label: Carousel
|
||||
type: files
|
||||
query: page.images
|
||||
max: 10
|
||||
|
||||
masonry:
|
||||
label: Images
|
||||
icon: image
|
||||
sections:
|
||||
gallery:
|
||||
headline: Masonry
|
||||
type: files
|
||||
layout: cards
|
||||
limit: 50
|
||||
sortable: false
|
37
site/blueprints/pages/project.yml
Normal file
37
site/blueprints/pages/project.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
title: Project
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
exrpt_img:
|
||||
label: Excerpt image
|
||||
type: files
|
||||
multiple: false
|
||||
width: 1/2
|
||||
exrpt_text:
|
||||
label: Excerpt for overview
|
||||
type: textarea
|
||||
width: 1/2
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
en_masonry:
|
||||
label: Masonry
|
||||
type: toggle
|
||||
text: enable
|
||||
text2:
|
||||
label: Text below masonry
|
||||
type: textarea
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
||||
pages: false
|
||||
|
||||
files: true
|
23
site/blueprints/pages/projects.yml
Normal file
23
site/blueprints/pages/projects.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
title: Projects
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
||||
pages:
|
||||
type: pages
|
||||
create: project
|
||||
|
||||
files: true
|
29
site/blueprints/pages/redirect.yml
Normal file
29
site/blueprints/pages/redirect.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
title: redirect
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
target:
|
||||
label: Target
|
||||
type: pages
|
||||
multiple: false
|
||||
red_type:
|
||||
label: Redirect Type
|
||||
type: radio
|
||||
default: temporarly
|
||||
options:
|
||||
temp: temporarly (302)
|
||||
perm: permanent (301)
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
||||
pages: true
|
||||
|
||||
files: true
|
33
site/blueprints/pages/webdesign.yml
Normal file
33
site/blueprints/pages/webdesign.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
title: Webdesign
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
featurette_headline:
|
||||
label: Featurette Headline
|
||||
type: text
|
||||
featurette_text:
|
||||
label: Featurette Text
|
||||
type: textarea
|
||||
width: 1/2
|
||||
featurette_img:
|
||||
label: Featurette Image
|
||||
type: files
|
||||
multiple: false
|
||||
width: 1/2
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
|
||||
pages: true
|
||||
|
||||
files: true
|
1
site/blueprints/pages/xmlsitemap.yml
Symbolic link
1
site/blueprints/pages/xmlsitemap.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../modules/kirby-template-sitemap/blueprints/xmlsitemap.yml
|
Loading…
Add table
Add a link
Reference in a new issue