Skip to content

Commit

Permalink
chore(config): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Mar 6, 2016
1 parent fab933b commit f4aa4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ url: http://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 powered by a CDN provider
file: //d349cztnlupsuf.cloudfront.net

# Download files URL used in posts, ie. href="{{ site.download }}/package.zip", this should also be a CDN link just like `site.url`. There's no differences in `site.url` and `site.download`, I just use one CDN for post images and another for large download files. That's it. Remove or ignore this if you don't need it
# Download files URL used in posts, ie. href="{{ site.download }}/package.zip", this should also be a CDN link just like `site.file`. There're no notable 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

# Google Analytics tracking code
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ url: http://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 powered by a CDN provider
file: //d349cztnlupsuf.cloudfront.net

# Download files URL used in posts, ie. href="{{ site.download }}/package.zip", this should also be a CDN link just like `site.url`. There's no differences in `site.url` and `site.download`, I just use one CDN for post images and another for large download files. That's it. Remove or ignore this if you don't need it
# Download files URL used in posts, ie. href="{{ site.download }}/package.zip", this should also be a CDN link just like `site.file`. There're no notable 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

# Google Analytics tracking code
Expand Down

0 comments on commit f4aa4ae

Please sign in to comment.