Theme for Cecil, powered by Tailwind CSS and Font Awesome.
- to complete
composer require cecil/theme-links
Or download the latest archive and uncompress its content in
themes/links
.
Add links
in the theme
section of the configuration:
theme:
- links
# to complete
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
npm install
npx tailwindcss -c ./tailwind.preset.js -i ./tailwind.css -o ./assets/styles.css
Links theme is a free software distributed under the terms of the MIT license.