Skip to content

Commit d399a53

Browse files
Add basic colours, fonts & logos
1 parent 957c6a9 commit d399a53

File tree

10 files changed

+3971
-1
lines changed

10 files changed

+3971
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GEM
3737
sass (~> 3.4)
3838
jekyll-watch (2.1.2)
3939
listen (~> 3.0)
40-
jekyll_patternbot (0.14.0)
40+
jekyll_patternbot (0.21.0)
4141
babosa
4242
color_contrast_calc
4343
colorator

_config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
permalink: pretty
22

33
theme: jekyll_patternbot
4+
5+
patternbot:
6+
title: "Dino Rescue"
7+
description: |
8+
A small local dinosaur rescue organization specializing in herbivores.
9+
font_url: "https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700"
10+
colors:
11+
background: "--color-secondary-light"
12+
patterns:
13+
brand.logos: "--color-primary-light"
14+
rationales:
15+
colors.primary: |
16+
The primary colours represent herbivores & plants & greenery. They should be used for text and in foregrounds.
17+
colors.secondary: |
18+
The secondary colours are more neutral, continuing with the earth tones, and should be used for backgrounds.
19+
typefaces.primary: |
20+
Georgia was selected because it’s a classic font—for classic creatures. Georgia is to be used for all body copy and most situations.
21+
typefaces.secondary: |
22+
PT Sans Narrow is only to be used for highlighting text: headings, buttons, banners, etc.
23+

0 commit comments

Comments
 (0)