cecil/theme-links

Cecil Links theme

Fund package maintenance!
ArnaudLigny
Open Collective

Installs: 85

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

Type:cecil-theme

1.3.0 2024-12-15 21:39 UTC

This package is auto-updated.

Last update: 2024-12-15 21:41:14 UTC


README

Theme for Cecil, powered by Tailwind CSS and Font Awesome.

Screenshot

Features

  • to complete

Installation

composer require cecil/theme-links

Or download the latest archive and uncompress its content in themes/links.

Usage

Add links in the theme section of the configuration:

theme:
  - links

Configuration

# to complete

Customize styles

Create the Tailwind configuration file tailwind.config.js:

/* to complete */

Run the following command:

npm install -D tailwindcss
npx tailwindcss -i ./themes/links/tailwind.css -o ./assets/styles.css

Development

Install deps

npm install

Rebuild CSS

npx tailwindcss -c ./tailwind.preset.js -i ./tailwind.css -o ./assets/styles.css

License

Links theme is a free software distributed under the terms of the MIT license.

© Arnaud Ligny