s3_id: <%= ENV['BLOG_AWS_ID'] %>
s3_secret: <%= ENV['BLOG_AWS_SECRET'] %>
s3_bucket: count0.org

# Below are examples of all the available configurations.
# See README for more detailed info on each of them.

# max_age:
#   "assets/*": 6000
#   "*": 300

site: dist

gzip:
  - .html
  - .css
  - .js
  - .md

s3_endpoint: <%= ENV['AWS_REGION'] %>

# ignore_on_server: that_folder_of_stuff_i_dont_keep_locally

s3_reduced_redundancy: true

cloudfront_distribution_id: E1ZU7397AOMC32

# cloudfront_distribution_config:
#   default_cache_behavior:
#     min_TTL: <%= 60 * 60 * 24 %>
#   aliases:
#     quantity: 1
#     items:
#       CNAME: your.website.com

# 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
