summaryrefslogtreecommitdiff
path: root/s3_website.yml
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-02-12 07:49:21 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-02-12 07:49:21 -0800
commit152b983ea925c2c0692565036e67cf0adb4ba54c (patch)
tree230dc5c5ba8ba576255306d229496d3ac83d29ab /s3_website.yml
parentUpdate some drafts. (diff)
downloadlumberjaph-152b983ea925c2c0692565036e67cf0adb4ba54c.tar.gz
remove a bunch of dependencies
Diffstat (limited to 's3_website.yml')
-rw-r--r--s3_website.yml63
1 files changed, 0 insertions, 63 deletions
diff --git a/s3_website.yml b/s3_website.yml
deleted file mode 100644
index ab97b1c..0000000
--- a/s3_website.yml
+++ /dev/null
@@ -1,63 +0,0 @@
-s3_id: <%= ENV['S3_LJ_ID'] %>
-s3_secret: <%= ENV['S3_LJ_SECRET'] %>
-s3_bucket: <%= ENV['S3_LJ_BUCKET'] %>
-
-# Below are examples of all the available configurations.
-# See README for more detailed info on each of them.
-
-# max_age:
-# "assets/*": 6000
-# "*": 300
-
-# gzip:
-# - .html
-# - .css
-# - .md
-
-# 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: /
- blog/index.php: /
- modules-i-like-develdeclare/: modules-i-like-devel-declare/
- github-explorer.html: github-explorer/
- catalystxdispatcherasgraph/: catalystx-dispatcher-asgraph/
- talks/index.html: projects/
- about.html: about/
- projects.html: projects/
- resume.html: resume/
- codex.html: /
-
-
-# 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
-
-# extensionless_mime_type: text/html