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

https://github.com/cecilapp/theme-hyde

The Hyde theme for Cecil is a port the Hyde theme for Jekyll created by Mark Otto.
https://github.com/cecilapp/theme-hyde

blog cecil cecil-theme theme

Last synced: about 1 year ago
JSON representation

The Hyde theme for Cecil is a port the Hyde theme for Jekyll created by Mark Otto.

Awesome Lists containing this project

README

          

# Hyde theme

The _Hyde_ theme for [Cecil](https://cecil.app) is a port of the [Hyde theme for Jekyll](https://github.com/poole/hyde) created by [Mark Otto](https://github.com/mdo).

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

## Installation

```bash
composer require cecil/theme-hyde
```

> Or [download the latest archive](https://github.com/Cecilapp/theme-hyde/releases/latest/) and uncompress its content in `themes/hyde`.

## Usage

Add `hyde` in the `theme` section of your `config.yml`:

```yaml
theme:
- hyde
```

Configuration:

```yaml
hyde:
sidebar:
sticky: true # Content to the bottom of the sidebar
theme: '' # red, orange, yellow, green, cyan, blue, magenta, brown or cecil
reverse: false # Reverse layout
fonts: 'google' # google or local
```

### Internationalization

This theme support [localization](https://cecil.app/documentation/templates/#localization), and provides french (`fr_FR`) translation (see `translations/messages.fr_FR.po`).

Configuration:

```yaml
languages:
- code: fr
locale: fr_FR
```

## License

_Hyde_ is a free software distributed under the terms of the MIT license.

© [Arnaud Ligny](https://arnaudligny.fr)