Sha256: fbdb63a152e2e63ec549c692a5d0af521fb998f36dc4c7c8f7666801bfb00201
Contents?: true
Size: 1.24 KB
Versions: 23
Compression:
Stored size: 1.24 KB
Contents
s3_id: YOUR_AWS_S3_ACCESS_KEY_ID s3_secret: YOUR_AWS_S3_SECRET_ACCESS_KEY s3_bucket: your.blog.bucket.com # 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
Version data entries
23 entries across 23 versions & 1 rubygems