-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpodspec.yaml
executable file
·67 lines (58 loc) · 1.15 KB
/
podspec.yaml
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
grow_version: ">=0.5.0"
title: "Will Thomson"
home: /content/pages/home.yaml
localization:
default_locale: en
meta:
google_tagmanager_id: "GTM-5RZQT45"
google_site_verification: ""
image_path: /static/images/logo.jpg
favicon_path: /static/images/favicon.png
social:
github: willthomson
linkedin: thomsonw
twitter: willthomson
preprocessors:
- kind: gulp
build_task: grow-build
ext:
- extensions.html_min.HtmlMinExtension
static_dirs:
- static_dir: /static/
serve_at: /static/
- static_dir: /dist/css/
serve_at: /css/
fingerprinted: true
- static_dir: /dist/js/
serve_at: /js/
fingerprinted: true
sitemap:
enabled: true
deployments:
default:
destination: local
out_dir: ~/out/
willthomson.com:
destination: s3
bucket: willthomson.com
env:
name: prod
host: willthomson.com
port: 443
scheme: https
headers:
- extensions:
- .html
- .jpg
- .png
- .svg
- .xml
fields:
- name: Cache-Control
value: "max-age=3600"
- extensions:
- .css
- .js
fields:
- name: Cache-Control
value: "max-age=31536000"