Kirby Team 4 Plugins GitHub Featured { "query": "page('photography').children", "select": { "url": true, "title": true, "text": "page.text.markdown" } } Kirby Query Language (KQL) Kirby's Query Language API combines the flexibility of Kirby's data structures, the power of GraphQL and the simplicity of REST. Kirby 4 plugins return [ 'cache' => [ 'pages' => [ 'active' => true, 'type' => 'static' ] ] ]; Staticache Staticache gives you the performance of a static site generator for your regular Kirby installations. Caching Performance Static Site Generator - kirby install - kirby install:kit - kirby install:repo - kirby make:blueprint - kirby make:collection - kirby make:command CLI The Kirby command line interface helps to simplify common tasks with your Kirby installations. Cli DX Devtools $point = Geo::point(49.4883333, 8.4647222); echo $point->lat(); echo $point->lng(); GEO This plugin adds basic geo search and conversion functionalities to Kirby Templating Maps