cecil/theme-hyde

Cecil Hyde theme


Keywords
theme, Hyde, cecil, blog
License
MIT

Documentation

Hyde theme

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

Demo screenshot

Installation

composer require cecil/theme-hyde

Or download the latest archive and uncompress its content in themes/hyde.

Usage

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

Internationalization

This theme support localization, and provides french (fr_FR) translation (see translations/messages.fr_FR.po).

Configuration:

languages:
  - code: fr
    locale: fr_FR

License

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

© Arnaud Ligny