Initial commit

This commit is contained in:
KirbyCMS Deploy
2026-04-15 11:50:31 +00:00
commit 0a8c107828
1114 changed files with 203788 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# data
This folder contains all data stored or generated by Kirby.
There are categorized in two subfolders: `runtime` and `storage`.

View File

@@ -0,0 +1,3 @@
# data > runtime
This folder contains all data generated automatically by Kirby at runtime that doesn't necessarily need to be persisted.

View File

View File

@@ -0,0 +1,3 @@
# data > storage
This folder contains all data generated through user-input in the Kirby panel, such as the sites' content or accounts.