An open API service indexing awesome lists of open source software.

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.

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).

![Screenshot](./docs/screenshot.png)

## 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)