-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpodspec.yaml
More file actions
62 lines (52 loc) · 1.3 KB
/
podspec.yaml
File metadata and controls
62 lines (52 loc) · 1.3 KB
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
grow_version: ">=0.0.65"
# root: /showcase
root: '/'
home: /content/pages/home.yaml
localization:
default_locale: en
title: "Components"
meta:
google_analytics_id: ""
image_path: /source/images/social_image.jpg
favicon_path: /source/images/favicon.png
social:
twitter: example
static_dirs:
- static_dir: /dist/
serve_at: "{root}/assets/"
fingerprinted: false
- static_dir: /source/images/
serve_at: "{root}/assets/images/"
fingerprinted: false
- static_dir: /source/fonts/
serve_at: "{root}/assets/fonts/"
fingerprinted: false
sitemap:
enabled: true
# This is nice, but let's let npm handle all building until better JS support is available
# preprocessors:
# - kind: sass
# name: sass
# sass_dir: /source/sass/
# out_dir: /dist/css/
# - kind: babel ...were that this was possible...
# name: babel
# js_dir: /source/js/
# out_dir: /dist/js/
deployments:
# build this locally and instead deploy with a script
github:
destination: local
out_dir: ./build/
env:
host: apathetic.github.io/showcase
scheme: https
default:
destination: git
# repo: git@github.com:apathetic/showcase.git
repo: https://github.com/apathetic/showcase.git
branch: gh-pages
# root_dir: showcase
env:
host: apathetic.github.io/showcase
scheme: https