cecil / theme-garth
Cecil Garth theme
Fund package maintenance!
ArnaudLigny
Open Collective
Installs: 19 857
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:SCSS
Type:cecil-theme
Requires
- cecil/theme-installer: ^1.4
- dev-master / 1.x-dev
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-10-29 10:43:12 UTC
README
The Garth theme for Cecil is a port of the Garth theme for Jekyll created by David Darnes.
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
- Copy
themes/garth/static/sass/garth.scss
tostatic/sass/garth.scss
- Copy
themes/garth/static/sass/_colors.scss
tostatic/sass/_colors.scss
- Edit colors's code in
_colors.scss
License
Garth is a free software distributed under the terms of the MIT license.