-
Notifications
You must be signed in to change notification settings - Fork 9
/
siteconfig.yml
85 lines (85 loc) · 1.7 KB
/
siteconfig.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Examples of site configs
-
_valid: true
_name: 'minimal'
_data:
name: The Grid
-
_valid: true
_name: 'thegrid.io-launchsite'
_data:
name: The Grid
favicon: "https://passport.thegrid.io/favicon.ico"
style: A1
site_lang: en
cta:
domain: //s3-us-west-2.amazonaws.com
bucket: /cdn.thegrid.io
version: 0.2.5
analytics:
google: UA-50607580-1
facebook: "295556487279234"
twitter: l4y05
opengraph:
appId: "1517733501804443"
image: "http://s3-us-west-2.amazonaws.com/cdn.thegrid.io/assets/images/purus-fb.png"
type: website
collections:
- filter:
notTag:
tag: ancillary
index:
path: /
number: 50
- filter:
tag:
tag: ancillary
permalink:
path: "/:title/"
- filter:
tag:
tag: team
permalink:
path: /team/
-
_valid: false
_name: 'number-as-name'
_data:
name: 123
-
_valid: true
_name: 'strong-brand-colors'
_data:
name: 'GSS site'
color:
brandColors: [ "#FFFC4F", "#3AFFD6" ]
brandStrength: 0.9
-
_valid: true
_name: 'typography-layout-spectrums'
_data:
name: 'GSS site'
typography: 0.9
layout: 0.1
-
_valid: false
_name: 'invalid-brand-color'
_data:
name: 'GSS site'
color:
brandColors: [ "#ÆÆÆC44" ]
-
_valid: true
_name: 'with-image-filters'
_data:
name: 'imgflo using site'
image_filters:
server: "https://imgflo.herokuapp.com/"
key: "vahj1001exotieMo"
secret: "queeLegh6phu4yei"
-
_valid: false
_name: 'undefined site_lang'
_data:
name: The Grid
site_lang: [1, 2, 3]