https://github.com/cecilapp/theme-garth
The Garth theme for Cecil is a port the Garth theme for Jekyll created by David Darnes.
https://github.com/cecilapp/theme-garth
cecil cecil-theme theme
Last synced: 4 months ago
JSON representation
The Garth theme for Cecil is a port the Garth theme for Jekyll created by David Darnes.
- Host: GitHub
- URL: https://github.com/cecilapp/theme-garth
- Owner: Cecilapp
- License: mit
- Created: 2019-12-15T00:15:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T10:15:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T13:45:16.362Z (about 1 year ago)
- Topics: cecil, cecil-theme, theme
- Language: SCSS
- Homepage: https://cecilapp.github.io/theme-garth/
- Size: 901 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Garth theme
The _Garth_ theme for [Cecil](https://cecil.app) is a port of the [Garth](https://github.com/daviddarnes/garth) theme for Jekyll created by [David Darnes](https://github.com/daviddarnes).

## Installation
```bash
composer require cecil/theme-garth
```
> Or [download the latest archive](https://github.com/Cecilapp/theme-garth/releases/latest/) and uncompress its content in `themes/garth`.
## Usage
Add `garth` in the `theme` section of your `config.yml`:
```yaml
theme:
- garth
```
### Change colors
### From configuration
```yaml
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](https://arnaudligny.fr)