wizhou/kirby-coeur-de-fer

A collection of blocks which work with coeur-de-fer.

1.0.5 2024-01-16 16:08 UTC

This package is auto-updated.

Last update: 2024-05-16 16:54:39 UTC


README

Variant "Basic setup"

This is a collection of blocks which work with coeur-de-fer framework.

The blocks are :

  • Rule block: A simple spacing block.
  • Lead block: A block to use text on different size and scales.
  • Heading block: A extension of the kirby heading block which takes the coeur-de-fer .headingsclass.

coeur-de-fer is a tool written in {less} intended to concieve customized CSS Frameworks. To learn more, you can read it's documentation.

Installation

For the blocks to work, you'll need a working copy of coeur-de-fer on your project. Follow the installation instructions.

Download

Download and copy this repository to /site/plugins/kirby-coeur-de-fer.

Git submodule

git submodule add https://github.com/wizhou/kirby-coeur-de-fer.git site/plugins/kirby-coeur-de-fer

Composer

composer require wizhou/kirby-coeur-de-fer

Setup

Additional instructions on how to configure the plugin (e.g. blueprint setup, config options, etc.)

Options

Document the options and APIs that this plugin offers

Development

Add instructions on how to help working on the plugin (e.g. npm setup, Composer dev dependencies, etc.)

License

MIT

Road Map

  • Show centering and text transformation in the wysiwyg

Credits