felixf/firekit

Boilerplate for KirbyCMS, based on composerkit

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

Type:project

v1.0.0 2025-05-21 13:09 UTC

This package is auto-updated.

Last update: 2025-05-21 13:19:38 UTC


README

⚠️ I created this plugin for my own use, so it might not be the best solution for your project. it is subject to many changes as i learn and apply more. Use at your own risk.

extending the getkirby/composerkit, firekit is a set of plugins to simplify creating websites in a specific way. This is not standalone software, it needs the Content Management System Kirby to work. KirbyCMS is not free and requires a license to operate.

Features

  • automatic loading of css for blocks
  • Hooks System for adding custom css and js to the head
  • custom panel css
  • alt text and size restriction (width & height) for files

Creating a New Project with 🔥firekit

# use the composerkit as a base
composer create-project felixf/firekit PROJECTNAME

layout-sections

firekit provides a customised layout field to be used for the sections of the website. It ships with a simple css grid system.

Add Blocks

Firekit comes with a set of preinstalled blocks, that you can use in your project. To add more , you need to require the plugin in your composer.json:

# Image Block
composer require felixf/fireblock-image