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
Requires
- cecil/theme-fontawesome: ^1.3
- cecil/theme-installer: ^1.4|^2.0
README
Theme for Cecil, powered by Tailwind CSS and Font Awesome.
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.