Skip to content

Cecilapp/theme-links

Repository files navigation

Links theme

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