-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpodspec.yaml
executable file
·63 lines (54 loc) · 1.06 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
grow_version: ">=0.8.19"
title: "Yeti"
home: /content/pages/index.yaml
localization:
default_locale: en
locales:
- ar
- de
- en
- es
- fr
- it
- ja
- pt
- ru
meta:
description: Debt snowball calculator
google_analytics_id: "UA-4270246-5"
favicon_path: /static/images/favicon.ico
image: /ball-of-snow-assets/images/share.png
preprocessors:
- kind: gulp
build_task: grow-build
- kind: google_cloud_images
backend: https://gci.grow.io
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:
prod:
destination: local
out_dir: build
env:
name: prod
host: ballofsnow.org
scheme: https
port: 443
translators:
project_title: Yeti Translations
services:
- service: google_sheets
extensions:
jinja2:
- extensions.google_cloud_images.GoogleCloudImagesExtension
preprocessors:
- extensions.google_cloud_images.GoogleCloudImagesPreprocessor