The Hyde theme for Cecil is a port of the Hyde theme for Jekyll created by Mark Otto.
composer require cecil/theme-hyde
Or download the latest archive and uncompress its content in
themes/hyde
.
Add hyde
in the theme
section of your config.yml
:
theme:
- hyde
Configuration:
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
This theme support localization, and provides french (fr_FR
) translation (see translations/messages.fr_FR.po
).
Configuration:
languages:
- code: fr
locale: fr_FR
Hyde is a free software distributed under the terms of the MIT license.