-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d68ff73
Showing
984 changed files
with
197,602 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<img src="http://getkirby.com/assets/images/github/plainkit.jpg" width="300"> | ||
|
||
|
||
**Kirby: the CMS that adapts to any project, loved by developers and editors alike.** | ||
The Plainkit is a minimal Kirby setup with the basics you need to start a project from scratch. It is the ideal choice if you are already familiar with Kirby and want to start step-by-step. | ||
|
||
You can learn more about Kirby at [getkirby.com](https://getkirby.com). | ||
|
||
### Try Kirby for free | ||
You can try Kirby and the Plainkit on your local machine or on a test server as long as you need to make sure it is the right tool for your next project. … and when you’re convinced, [buy your license](https://getkirby.com/buy). | ||
|
||
### Get going | ||
Read our guide on [how to get started with Kirby](https://getkirby.com/docs/guide/quickstart). | ||
|
||
You can [download the latest version](https://github.com/getkirby/plainkit/archive/main.zip) of the Plainkit. | ||
If you are familiar with Git, you can clone Kirby's Plainkit repository from Github. | ||
|
||
git clone https://github.com/getkirby/plainkit.git | ||
|
||
## What's Kirby? | ||
- **[getkirby.com](https://getkirby.com)** – Get to know the CMS. | ||
- **[Try it](https://getkirby.com/try)** – Take a test ride with our online demo. Or download one of our kits to get started. | ||
- **[Documentation](https://getkirby.com/docs/guide)** – Read the official guide, reference and cookbook recipes. | ||
- **[Issues](https://github.com/getkirby/kirby/issues)** – Report bugs and other problems. | ||
- **[Feedback](https://feedback.getkirby.com)** – You have an idea for Kirby? Share it. | ||
- **[Forum](https://forum.getkirby.com)** – Whenever you get stuck, don't hesitate to reach out for questions and support. | ||
- **[Discord](https://chat.getkirby.com)** – Hang out and meet the community. | ||
- **[Mastodon](https://mastodon.social/@getkirby)** – Spread the word. | ||
- **[Instagram](https://www.instagram.com/getkirby/)** – Share your creations: #madewithkirby. | ||
|
||
--- | ||
|
||
© 2009-2022 Bastian Allgeier | ||
[getkirby.com](https://getkirby.com) · [License agreement](https://getkirby.com/license) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"name": "getkirby/plainkit", | ||
"description": "Kirby Plainkit", | ||
"type": "project", | ||
"keywords": [ | ||
"kirby", | ||
"cms", | ||
"starterkit" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Bastian Allgeier", | ||
"email": "[email protected]", | ||
"homepage": "https://getkirby.com" | ||
} | ||
], | ||
"homepage": "https://getkirby.com", | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/getkirby/starterkit/issues", | ||
"forum": "https://forum.getkirby.com", | ||
"source": "https://github.com/getkirby/starterkit" | ||
}, | ||
"require": { | ||
"php": ">=8.0.0 <8.3.0", | ||
"getkirby/cms": "^3.9" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"getkirby/composer-installer": true | ||
}, | ||
"optimize-autoloader": true | ||
}, | ||
"scripts": { | ||
"start": [ | ||
"Composer\\Config::disableProcessTimeout", | ||
"@php -S localhost:8000 kirby/router.php" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
Title: Home | ||
|
||
---- | ||
|
||
Layout: | ||
|
||
---- | ||
|
||
Descrizione: | ||
|
||
---- | ||
|
||
Immagine: - file://1ebAJL5YmkSWgcm2 | ||
|
||
---- | ||
|
||
Date: | ||
|
||
---- | ||
|
||
Ruoli: | ||
|
||
---- | ||
|
||
Categorie: | ||
|
||
---- | ||
|
||
Indirizzo: | ||
|
||
---- | ||
|
||
Url-iscrizione: | ||
|
||
---- | ||
|
||
Correlati: | ||
|
||
---- | ||
|
||
Date-toggle: true | ||
|
||
---- | ||
|
||
Ruoli-toggle: false | ||
|
||
---- | ||
|
||
Categorie-toggle: false | ||
|
||
---- | ||
|
||
Costo-toggle: false | ||
|
||
---- | ||
|
||
Url-iscrizione-toggle: false | ||
|
||
---- | ||
|
||
Indirizzo-toggle: false | ||
|
||
---- | ||
|
||
Correlati-toggle: false | ||
|
||
---- | ||
|
||
Entita: Evento | ||
|
||
---- | ||
|
||
Seo-title: | ||
|
||
---- | ||
|
||
Seo-text: | ||
|
||
---- | ||
|
||
Seo-images: | ||
|
||
---- | ||
|
||
Seo-org: | ||
|
||
---- | ||
|
||
Seo-url: | ||
|
||
---- | ||
|
||
Nome: | ||
|
||
---- | ||
|
||
Uuid: k7hWiW89Bp3dWDwn |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Uuid: 1ebAJL5YmkSWgcm2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
Title: About | ||
|
||
---- | ||
|
||
Uuid: a0bYTpgI7cWlQ6EC | ||
|
||
---- | ||
|
||
Date-toggle: false | ||
|
||
---- | ||
|
||
Ruoli-toggle: false | ||
|
||
---- | ||
|
||
Categorie-toggle: false | ||
|
||
---- | ||
|
||
Costo-toggle: false | ||
|
||
---- | ||
|
||
Url-iscrizione-toggle: false | ||
|
||
---- | ||
|
||
Indirizzo-toggle: false | ||
|
||
---- | ||
|
||
Correlati-toggle: false | ||
|
||
---- | ||
|
||
Descrizione: | ||
|
||
---- | ||
|
||
Immagine: | ||
|
||
---- | ||
|
||
Date: | ||
|
||
---- | ||
|
||
Ruoli: | ||
|
||
---- | ||
|
||
Categorie: | ||
|
||
---- | ||
|
||
Correlati: | ||
|
||
---- | ||
|
||
Layout: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Title: asd | ||
|
||
---- | ||
|
||
Descrizione: | ||
|
||
---- | ||
|
||
Immagine: | ||
|
||
---- | ||
|
||
Date: | ||
|
||
---- | ||
|
||
Ruoli: | ||
|
||
---- | ||
|
||
Layout: | ||
|
||
---- | ||
|
||
Date-toggle: true | ||
|
||
---- | ||
|
||
Uuid: ngaZV1gFGdn8rjFs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Title: sadsdsa | ||
|
||
---- | ||
|
||
Descrizione: | ||
|
||
---- | ||
|
||
Immagine: | ||
|
||
---- | ||
|
||
Date: | ||
|
||
---- | ||
|
||
Ruoli: | ||
|
||
---- | ||
|
||
Layout: | ||
|
||
---- | ||
|
||
Date-toggle: true | ||
|
||
---- | ||
|
||
Uuid: 4oZdDaZvTYUOedYZ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Title: Persone | ||
|
||
---- | ||
|
||
Date-toggle: false | ||
|
||
---- | ||
|
||
Descrizione: | ||
|
||
---- | ||
|
||
Immagine: | ||
|
||
---- | ||
|
||
Date: | ||
|
||
---- | ||
|
||
Ruoli: | ||
|
||
---- | ||
|
||
Layout: | ||
|
||
---- | ||
|
||
Uuid: 8uwh7avAmTNrTEtM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Title: SOS | ||
|
||
---- | ||
|
||
Descrizione: | ||
|
||
---- | ||
|
||
Immagine: | ||
|
||
---- | ||
|
||
Date: | ||
|
||
---- | ||
|
||
Ruoli: | ||
|
||
---- | ||
|
||
Layout: | ||
|
||
---- | ||
|
||
Date-toggle: true | ||
|
||
---- | ||
|
||
Uuid: NY5dyQUOo2nyggxd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Title: Organizzazioni | ||
|
||
---- | ||
|
||
Uuid: KecrXbxcuBF3ETkW | ||
|
||
---- | ||
|
||
Date-toggle: false | ||
|
||
---- | ||
|
||
Descrizione: | ||
|
||
---- | ||
|
||
Immagine: | ||
|
||
---- | ||
|
||
Date: | ||
|
||
---- | ||
|
||
Ruoli: | ||
|
||
---- | ||
|
||
Layout: |
Oops, something went wrong.