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.
- Host: GitHub
- URL: https://github.com/cecilapp/theme-hyde
- Owner: Cecilapp
- License: mit
- Created: 2015-03-25T22:42:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T13:33:09.000Z (over 2 years ago)
- Last Synced: 2024-04-13T21:55:12.530Z (about 2 years ago)
- Topics: blog, cecil, cecil-theme, theme
- Language: CSS
- Homepage: https://cecilapp.github.io/theme-hyde/
- Size: 1.87 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

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