https://github.com/cecilapp/theme-links
Links theme for Cecil.
https://github.com/cecilapp/theme-links
Last synced: 4 months ago
JSON representation
Links theme for Cecil.
- Host: GitHub
- URL: https://github.com/cecilapp/theme-links
- Owner: Cecilapp
- License: mit
- Created: 2024-12-12T10:29:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T21:20:38.000Z (over 1 year ago)
- Last Synced: 2025-04-11T03:24:35.200Z (about 1 year ago)
- Language: CSS
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _Links_ theme
Theme for [Cecil](https://cecil.app), powered by [Tailwind CSS](https://tailwindcss.com) and [Font Awesome](https://fontawesome.com).

## Features
- Template blocks
- Dark mode
- Etc.
## Installation
```bash
composer require cecil/theme-links
```
> Or [download the latest archive](https://github.com/Cecilapp/theme-links/releases/latest/) and uncompress its content in `themes/links`.
## Usage
Add `links` in the `theme` section of the configuration:
```yaml
theme:
- links
```
## Development
### Install deps
```bash
npm install
```
### Rebuild CSS
```bash
npm run css:build
```
## License
_Links_ theme is a free software distributed under the terms of the MIT license.
© [Arnaud Ligny](https://arnaudligny.fr)