Skip to content

Commit

Permalink
feat(config): go HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jun 18, 2016
1 parent e775595 commit d2c4d5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dev: true
base: ""

# CDN location for development
file: http://sparanoid.s3-website-us-east-1.amazonaws.com
file: //sparanoid.s3-website-us-east-1.amazonaws.com

# Force UTF-8 since local server doesn't send charset in their respond header
force_utf_8: true
4 changes: 2 additions & 2 deletions _config.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pshh: https://pubsubhubbub.appspot.com/

# Used in atom feed, sitemap, Twitter Cards, and etc. I should use absolute full
# URLs for these fields
url: http://sparanoid.com
url: https://sparanoid.com

# Media assets URL used in posts, without trailing slash. ie.
# `<img src="{{ site.file }}/image.png">`. In the most cases this URL should be
Expand All @@ -108,7 +108,7 @@ file: //d349cztnlupsuf.cloudfront.net
# differences in `site.file` and `site.download`, I just use the one for post
# images and the other for large download files. That's it. Remove or ignore
# this if you don't need it.
download: http://dl.sparanoid.com
download: //d1bmx7s6749k4k.cloudfront.net

# Google Analytics tracking code
google_analytics:
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pshh: https://pubsubhubbub.appspot.com/

# Used in atom feed, sitemap, Twitter Cards, and etc. I should use absolute full
# URLs for these fields
url: http://sparanoid.com
url: https://sparanoid.com

# Media assets URL used in posts, without trailing slash. ie.
# `<img src="{{ site.file }}/image.png">`. In the most cases this URL should be
Expand All @@ -108,7 +108,7 @@ file: //d349cztnlupsuf.cloudfront.net
# differences in `site.file` and `site.download`, I just use the one for post
# images and the other for large download files. That's it. Remove or ignore
# this if you don't need it.
download: http://dl.sparanoid.com
download: //d1bmx7s6749k4k.cloudfront.net

# Google Analytics tracking code
google_analytics:
Expand Down

0 comments on commit d2c4d5a

Please sign in to comment.