cecil/theme-garth

Cecil Garth theme

Fund package maintenance!
ArnaudLigny
Open Collective

Installs: 19 447

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:SCSS

Type:cecil-theme

1.10.1 2023-11-20 17:32 UTC

README

The Garth theme for Cecil is a port of the Garth theme for Jekyll created by David Darnes.

Demo screenshot

Installation

composer require cecil/theme-garth

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

Usage

Add garth in the theme section of your config.yml:

theme:
  - garth

Change colors

From configuration

assets:
  compile:
    variables:
      bodyColour: '#5a5a5a'
      linkColour: '#7E4EA3'
      backgroundColour: '#F1F3F4'

From files

  1. Copy themes/garth/static/sass/garth.scss to static/sass/garth.scss
  2. Copy themes/garth/static/sass/_colors.scss to static/sass/_colors.scss
  3. Edit colors's code in _colors.scss

License

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

© Arnaud Ligny