Merge branch 'main' of github.com:getkirby/starterkit into main

This commit is contained in:
Bastian Allgeier
2021-04-27 10:41:48 +02:00
36 changed files with 2 additions and 2 deletions

0
assets/css/lightbox.css Executable file → Normal file
View File

0
assets/css/templates/note.css Executable file → Normal file
View File

0
assets/js/index.js Executable file → Normal file
View File

0
assets/js/lightbox.js Executable file → Normal file
View File

0
content/1_photography/photography.txt Executable file → Normal file
View File

0
content/2_notes/notes.txt Executable file → Normal file
View File

0
content/error/error.txt Executable file → Normal file
View File

0
content/home/home.txt Executable file → Normal file
View File

0
content/site.txt Executable file → Normal file
View File

View File

@@ -1,9 +1,9 @@
# Fields can be defined in there own field blueprints # Fields can be defined in there own field blueprints
# and reused across multiple blueprints # and reused across multiple blueprints
# This field is used in the album.yml and note.yml blueprints # This field is used in the album.yml and note.yml blueprints
# See http://getkirby.test/docs/guide/blueprints/extending-blueprints#reusing-and-extending-single-fields # See http://getkirby.com/docs/guide/blueprints/extending-blueprints#reusing-and-extending-single-fields
type: files type: files
multiple: false multiple: false
query: page.images.template('image') query: page.images.template('image')
uploads: uploads:
template: image template: image

0
site/blueprints/pages/note.yml Executable file → Normal file
View File

0
site/collections/notes.php Executable file → Normal file
View File

0
site/config/config.php Executable file → Normal file
View File

0
site/controllers/album.php Executable file → Normal file
View File

0
site/controllers/note.php Executable file → Normal file
View File

0
site/controllers/notes.php Executable file → Normal file
View File

0
site/models/album.php Executable file → Normal file
View File

0
site/models/note.php Executable file → Normal file
View File

0
site/snippets/blocks/image.php Executable file → Normal file
View File

0
site/snippets/blocks/video.php Executable file → Normal file
View File

0
site/snippets/footer.php Executable file → Normal file
View File

0
site/snippets/gallery.php Executable file → Normal file
View File

0
site/snippets/header.php Executable file → Normal file
View File

0
site/snippets/intro.php Executable file → Normal file
View File

0
site/snippets/layouts.php Executable file → Normal file
View File

0
site/snippets/note.php Executable file → Normal file
View File

0
site/snippets/pagination.php Executable file → Normal file
View File

0
site/snippets/prevnext.php Executable file → Normal file
View File

0
site/snippets/social.php Executable file → Normal file
View File

0
site/templates/about.php Executable file → Normal file
View File

0
site/templates/album.php Executable file → Normal file
View File

0
site/templates/default.php Executable file → Normal file
View File

0
site/templates/home.php Executable file → Normal file
View File

0
site/templates/note.php Executable file → Normal file
View File

0
site/templates/notes.php Executable file → Normal file
View File

0
site/templates/photography.php Executable file → Normal file
View File