cecil/theme-hyde

Cecil Hyde theme

Fund package maintenance!
ArnaudLigny
Open Collective

Installs: 54 576

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 3

Open Issues: 0

Language:CSS

Type:cecil-theme

2.5.0 2023-11-21 13:32 UTC

README

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