Add landing page
This commit is contained in:
parent
9439de0603
commit
aaf1aa7890
603 changed files with 637 additions and 1 deletions
2
private/kirby/config/blueprints/file.yml
Normal file
2
private/kirby/config/blueprints/file.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
name: File
|
||||
title: file
|
||||
3
private/kirby/config/blueprints/page.yml
Normal file
3
private/kirby/config/blueprints/page.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name: Page
|
||||
title: Page
|
||||
|
||||
7
private/kirby/config/blueprints/site.yml
Normal file
7
private/kirby/config/blueprints/site.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: Site
|
||||
title: Site
|
||||
sections:
|
||||
pages:
|
||||
headline: Pages
|
||||
type: pages
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue