/theme-garth

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

Primary LanguageSCSSMIT LicenseMIT

Garth theme

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