├── LICENSE ├── README.md ├── bump.config.ts ├── composer.json ├── composer.lock ├── index.php ├── packages └── kirby-plugin │ ├── README.md │ ├── composer.lock │ ├── index.php │ └── phpunit.xml ├── pnpm-lock.yaml └── pnpm-workspace.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoson/kirby-template-sugar/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoson/kirby-template-sugar/HEAD/README.md -------------------------------------------------------------------------------- /bump.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoson/kirby-template-sugar/HEAD/bump.config.ts -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoson/kirby-template-sugar/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arnoson/kirby-template-sugar/HEAD/composer.lock -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 |