-
Notifications
You must be signed in to change notification settings - Fork 10
/
s3_website.yml
113 lines (94 loc) · 3.71 KB
/
s3_website.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
s3_id: <%= ENV['S3_ID'] %>
s3_secret: <%= ENV['S3_SECRET'] %>
s3_bucket: <%= ENV['S3_BUCKET'] %>
error_document: 404/index.html
redirects:
# Main page redirects
# the-plan: 'about-us'
about: 'about-us'
about_us: 'about-us'
media: 'in-the-news'
unsubscribe: 'http://act.mayday.us/unsubscribe'
blog: 'http://blog.mayday.us/'
wmail: http://s187953.gridserver.com/.tools/webmail/
feed.xml: 'http://blog.mayday.us/rss'
labs: https://mayday.us/take-action/
sign-up: 'join'
legislators: 'leaders'
# Pledge pages
newpledge: 'donate'
pledge: 'donate'
pledge-independence: 'donate'
newpledge2: 'donate'
pledge-the-internets-superpac: 'donate'
vidpledge: 'donate'
newpledge-with-thanks: 'donate'
# Embed page and associated images
embed: 'https://v1.mayday.us/embed/'
embed.html: 'https://pledge.mayday.us/embed.html'
images/ProfilePic.jpg: 'https://v1.mayday.us/images/ProfilePic.jpg'
images/Banner.jpg: 'https://v1.mayday.us/images/Banner.jpg'
images/superpacforinternet.jpg: 'https://v1.mayday.us/images/superpacforinternet.jpg'
images/appleerror.jpg: 'https://v1.mayday.us/images/appleerror.jpg'
images/criticalerror.jpg: 'https://v1.mayday.us/images/criticalerror.jpg'
images/winerror.jpg: 'https://v1.mayday.us/images/winerror.jpg'
images/mayday-genericshare.jpg: 'https://v1.mayday.us/images/mayday-genericshare.jpg'
images/mayday-goodfight-share.jpg: 'https://v1.mayday.us/images/mayday-goodfight-share.jpg'
images/superpacforinternet.jpg: 'https://v1.mayday.us/images/superpacforinternet.jpg'
images/corner-embed.png: 'https://v1.mayday.us/images/corner-embed.png'
images/halfpage.png: 'https://v1.mayday.us/images/halfpage.png'
images/inline-rectangle.png: 'https://v1.mayday.us/images/inline-rectangle.png'
images/small-square.png: 'https://v1.mayday.us/images/small-square.png'
images/small-rectangle.png: 'https://v1.mayday.us/images/small-rectangle.png'
images/skyscraper-wide.png: 'https://v1.mayday.us/images/skyscraper-wide.png'
images/skyscraper.png: 'https://v1.mayday.us/images/skyscraper.png'
images/mobile-leaderboard.png: 'https://v1.mayday.us/images/mobile-leaderboard.png'
images/large-leaderboard.png: 'https://v1.mayday.us/images/large-leaderboard.png'
images/leaderboard.png: 'https://v1.mayday.us/images/leaderboard.png'
images/banner.png: 'https://v1.mayday.us/images/banner.png'
# campaign pages likely to accidentally get upcased
June23: 'june23'
LTE: 'letters-to-the-editor'
lte: 'letters-to-the-editor'
# join: 'local-action'
sign-the-letter: 'take-action'
elect-jamie-raskin/signup: 'elect-jamie-raskin'
# Below are examples of all the available configurations.
# See README for more detailed info on each of them.
# site: path-to-your-website
# max_age:
# "assets/*": 6000
# "*": 300
# gzip:
# - .html
# - .css
# - .md
# gzip_zopfli: true
# See http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region for valid endpoints
# s3_endpoint: ap-northeast-1
# ignore_on_server: that_folder_of_stuff_i_dont_keep_locally
# exclude_from_upload:
# - those_folders_of_stuff
# - i_wouldnt_want_to_upload
# s3_reduced_redundancy: true
# cloudfront_distribution_id: your-dist-id
# cloudfront_distribution_config:
# default_cache_behavior:
# min_TTL: <%= 60 * 60 * 24 %>
# aliases:
# quantity: 1
# items:
# CNAME: your.website.com
# cloudfront_invalidate_root: true
# concurrency_level: 5
# redirects:
# index.php: /
# about.php: about.html
# music-files/promo.mp4: http://www.youtube.com/watch?v=dQw4w9WgXcQ
# routing_rules:
# - condition:
# key_prefix_equals: blog/some_path
# redirect:
# host_name: blog.example.com
# replace_key_prefix_with: some_new_path/
# http_redirect_code: 301