diff --git a/Rakefile b/Rakefile index bd0ca80..1e93438 100644 --- a/Rakefile +++ b/Rakefile @@ -706,9 +706,9 @@ end def blog_url(user, project, source_dir) cname = "#{source_dir}/CNAME" url = if File.exists?(cname) - "http://#{IO.read(cname).strip}" + "https://#{IO.read(cname).strip}" else - "http://#{user.downcase}.github.io" + "https://#{user.downcase}.github.io" end url += "/#{project}" unless project == '' url @@ -800,7 +800,7 @@ end # begin # require 'xmlrpc/client' # puts '* Pinging ping-o-matic' -# XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'Nothoughtcontrol.com' , 'http://www.nothoughtcontrol.com', 'http://www.nothoughtcontrol.com/atom.xml') +# XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'Nothoughtcontrol.com' , 'https://www.nothoughtcontrol.com', 'https://www.nothoughtcontrol.com/atom.xml') # rescue LoadError # puts '! Could not ping ping-o-matic, because XMLRPC::Client could not be found.' # end @@ -812,7 +812,7 @@ end # require 'net/http' # require 'uri' # puts '* Pinging Google about our sitemap' -# Net::HTTP.get('www.google.com', '/webmasters/tools/ping?sitemap=' + URI.escape('http://www.nothoughtcontrol.com/sitemap.xml')) +# Net::HTTP.get('www.google.com', '/webmasters/tools/ping?sitemap=' + URI.escape('https://www.nothoughtcontrol.com/sitemap.xml')) # rescue LoadError # puts '! Could not ping Google about our sitemap, because Net::HTTP or URI could not be found.' # end @@ -824,7 +824,7 @@ end # require 'net/http' # require 'uri' # puts '* Pinging Bing about our sitemap' -# Net::HTTP.get('www.bing.com', '/webmaster/ping.aspx?siteMap=' + URI.escape('http://www.nothoughtcontrol.com/sitemap.xml')) +# Net::HTTP.get('www.bing.com', '/webmaster/ping.aspx?siteMap=' + URI.escape('https://www.nothoughtcontrol.com/sitemap.xml')) # rescue LoadError # puts '! Could not ping Bing about our sitemap, because Net::HTTP or URI could not be found.' # end @@ -840,7 +840,7 @@ end # begin # require 'xmlrpc/client' # puts '* Pinging PINGOO{' -# XMLRPC::Client.new('pingoo.jp', '/').call('weblogUpdates.extendedPing', 'rcmdnk.com' , 'http://rcmdnk.com', 'http://rcmdnk.com/atom.xml') +# XMLRPC::Client.new('pingoo.jp', '/').call('weblogUpdates.extendedPing', 'rcmdnk.com' , 'https://rcmdnk.com', 'https://rcmdnk.com/atom.xml') # rescue LoadError # puts '! Could not ping PINGOO, because XMLRPC::Client could not be found.' # end @@ -851,8 +851,8 @@ end # begin # require 'xmlrpc/client' # puts '## Pinging PINGOO' -# #XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'rcmdnk\'s blog' , 'http://rcmdnk.com', 'http://rcmdnk.com/atom.xml') -# XMLRPC::Client.new2('http://api.my.yahoo.co.jp/RPC2').call('weblogUpdates.ping', 'rcmdnk blog' , 'http://rcmdnk.com') +# #XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'rcmdnk\'s blog' , 'https://rcmdnk.com', 'https://rcmdnk.com/atom.xml') +# XMLRPC::Client.new2('https://api.my.yahoo.co.jp/RPC2').call('weblogUpdates.ping', 'rcmdnk blog' , 'https://rcmdnk.com') # rescue LoadError # puts '! Could not ping ping-o-matic, because XMLRPC::Client could not be found.' # end diff --git a/_config.yml b/_config.yml index b260ef1..267c39f 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # Main Configs # # ----------------------- # -url: http://example.com +url: https://example.com title: My Octopress Blog subtitle: A blogging framework for hackers. author: Your Name @@ -265,7 +265,7 @@ coderwall_user: # feedly feedly_mark: false -feedly_atom: http://example/atom.xml +feedly_atom: https://example/atom.xml feedly_button: false # for the bottom button # Tumblr diff --git a/patches/Rakefile.patch b/patches/Rakefile.patch index 046773f..53ccfc1 100644 --- a/patches/Rakefile.patch +++ b/patches/Rakefile.patch @@ -799,7 +799,7 @@ index 9367ea1..bd0ca80 100644 +# begin +# require 'xmlrpc/client' +# puts '* Pinging ping-o-matic' -+# XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'Nothoughtcontrol.com' , 'http://www.nothoughtcontrol.com', 'http://www.nothoughtcontrol.com/atom.xml') ++# XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'Nothoughtcontrol.com' , 'https://www.nothoughtcontrol.com', 'https://www.nothoughtcontrol.com/atom.xml') +# rescue LoadError +# puts '! Could not ping ping-o-matic, because XMLRPC::Client could not be found.' +# end @@ -811,7 +811,7 @@ index 9367ea1..bd0ca80 100644 +# require 'net/http' +# require 'uri' +# puts '* Pinging Google about our sitemap' -+# Net::HTTP.get('www.google.com', '/webmasters/tools/ping?sitemap=' + URI.escape('http://www.nothoughtcontrol.com/sitemap.xml')) ++# Net::HTTP.get('www.google.com', '/webmasters/tools/ping?sitemap=' + URI.escape('https://www.nothoughtcontrol.com/sitemap.xml')) +# rescue LoadError +# puts '! Could not ping Google about our sitemap, because Net::HTTP or URI could not be found.' +# end @@ -823,7 +823,7 @@ index 9367ea1..bd0ca80 100644 +# require 'net/http' +# require 'uri' +# puts '* Pinging Bing about our sitemap' -+# Net::HTTP.get('www.bing.com', '/webmaster/ping.aspx?siteMap=' + URI.escape('http://www.nothoughtcontrol.com/sitemap.xml')) ++# Net::HTTP.get('www.bing.com', '/webmaster/ping.aspx?siteMap=' + URI.escape('https://www.nothoughtcontrol.com/sitemap.xml')) +# rescue LoadError +# puts '! Could not ping Bing about our sitemap, because Net::HTTP or URI could not be found.' +# end @@ -839,7 +839,7 @@ index 9367ea1..bd0ca80 100644 +# begin +# require 'xmlrpc/client' +# puts '* Pinging PINGOO{' -+# XMLRPC::Client.new('pingoo.jp', '/').call('weblogUpdates.extendedPing', 'rcmdnk.com' , 'http://rcmdnk.com', 'http://rcmdnk.com/atom.xml') ++# XMLRPC::Client.new('pingoo.jp', '/').call('weblogUpdates.extendedPing', 'rcmdnk.com' , 'https://rcmdnk.com', 'https://rcmdnk.com/atom.xml') +# rescue LoadError +# puts '! Could not ping PINGOO, because XMLRPC::Client could not be found.' +# end @@ -850,8 +850,8 @@ index 9367ea1..bd0ca80 100644 +# begin +# require 'xmlrpc/client' +# puts '## Pinging PINGOO' -+# #XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'rcmdnk\'s blog' , 'http://rcmdnk.com', 'http://rcmdnk.com/atom.xml') -+# XMLRPC::Client.new2('http://api.my.yahoo.co.jp/RPC2').call('weblogUpdates.ping', 'rcmdnk blog' , 'http://rcmdnk.com') ++# #XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'rcmdnk\'s blog' , 'https://rcmdnk.com', 'https://rcmdnk.com/atom.xml') ++# XMLRPC::Client.new2('https://api.my.yahoo.co.jp/RPC2').call('weblogUpdates.ping', 'rcmdnk blog' , 'https://rcmdnk.com') +# rescue LoadError +# puts '! Could not ping ping-o-matic, because XMLRPC::Client could not be found.' +# end diff --git a/patches/_config.yml.patch b/patches/_config.yml.patch index 70b931a..af9e6f5 100644 --- a/patches/_config.yml.patch +++ b/patches/_config.yml.patch @@ -295,7 +295,7 @@ index c1d56f4..b260ef1 100644 + +# feedly +feedly_mark: false -+feedly_atom: http://example/atom.xml ++feedly_atom: https://example/atom.xml +feedly_button: false # for the bottom button + +# Tumblr diff --git a/source/_includes/custom/category_feed.xml b/source/_includes/custom/category_feed.xml index ee3335f..b3a0977 100644 --- a/source/_includes/custom/category_feed.xml +++ b/source/_includes/custom/category_feed.xml @@ -2,7 +2,7 @@ layout: null --- - + <![CDATA[{% if site.titlecase %}{{ page.title | titlecase | cdata_escape }}{% else %}{{ page.title | cdata_escape }}{% endif %} | {{ site.title | cdata_escape }}]]> @@ -13,7 +13,7 @@ layout: null {% if site.email %}{% endif %} - Octopress + Octopress {% for post in site.categories[page.category] limit: 5 %} diff --git a/source/_includes/custom/footer.html b/source/_includes/custom/footer.html index bbd6995..9c950ce 100644 --- a/source/_includes/custom/footer.html +++ b/source/_includes/custom/footer.html @@ -8,7 +8,7 @@
Copyright © {{ site.time | date: "%Y" }} - {{ site.author }} - - Powered by Octopress + Powered by Octopress , with theme octogray
{% include custom/licenses.html %} diff --git a/source/_includes/custom/hatena_tracking.html b/source/_includes/custom/hatena_tracking.html index dfb5077..f8b966f 100644 --- a/source/_includes/custom/hatena_tracking.html +++ b/source/_includes/custom/hatena_tracking.html @@ -1,14 +1,14 @@ {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %} + diff --git a/source/_includes/custom/licenses.html b/source/_includes/custom/licenses.html index af14b53..5287d83 100644 --- a/source/_includes/custom/licenses.html +++ b/source/_includes/custom/licenses.html @@ -5,6 +5,6 @@ Copyright © 2011 Felipe Cypriano Released under the MIT license -http://opensource.org/licenses/mit-license.php +https://opensource.org/licenses/mit-license.php --> diff --git a/source/_includes/custom/tag_feed.xml b/source/_includes/custom/tag_feed.xml index 46e123c..0677da0 100644 --- a/source/_includes/custom/tag_feed.xml +++ b/source/_includes/custom/tag_feed.xml @@ -2,7 +2,7 @@ layout: null --- - + <![CDATA[{% if site.titlecase %}{{ page.title | titlecase | cdata_escape }}{% else %}{{ page.title | cdata_escape }}{% endif %} | {{ site.title | cdata_escape }}]]> @@ -13,7 +13,7 @@ layout: null {% if site.email %}{% endif %} - Octopress + Octopress {% for post in site.tags[page.tag] limit: 5 %} diff --git a/source/_includes/linkwithin.html b/source/_includes/linkwithin.html index 5c99002..5f19209 100644 --- a/source/_includes/linkwithin.html +++ b/source/_includes/linkwithin.html @@ -1,6 +1,6 @@ {% if site.linkwithin_show == true and page.footer != false %}
- Related Posts Plugin for WordPress, Blogger... + Related Posts Plugin for WordPress, Blogger...
{% endif %} diff --git a/source/atom.xml b/source/atom.xml index 632812f..1d9d521 100644 --- a/source/atom.xml +++ b/source/atom.xml @@ -2,7 +2,7 @@ layout: null --- - + <![CDATA[{{ site.title | cdata_escape }}]]> @@ -14,7 +14,7 @@ layout: null {% if site.email %}{% endif %} - Octopress + Octopress {% for post in site.posts limit: 20 %} diff --git a/source/javascripts/utils.js b/source/javascripts/utils.js index 4463c9e..4767b4e 100644 --- a/source/javascripts/utils.js +++ b/source/javascripts/utils.js @@ -102,7 +102,7 @@ $(function(){ if (!selected) return; var title = document.title; //var url = location.href; - var url = 'http://' + location.host + location.pathname; + var url = 'https://' + location.host + location.pathname; if("jekyll_var" in window && jekyll_var("mandrill")){ $.ajax({ type: "POST", diff --git a/source/privacy/index.md b/source/privacy/index.md index 5543806..8efb8ef 100644 --- a/source/privacy/index.md +++ b/source/privacy/index.md @@ -19,7 +19,7 @@ published: true この情報は匿名で収集されており個人の特定するものではありません。 また、Cookieを無効にすることでこの収集を拒否することが出来ます。 -> [ユーザーが Google パートナーのサイトやアプリを使用する際の Google によ るデータ使用 – ポリシーと規約 – Google](http://www.google.com/policies/privacy/partners/) +> [ユーザーが Google パートナーのサイトやアプリを使用する際の Google によ るデータ使用 – ポリシーと規約 – Google](https://www.google.com/policies/privacy/partners/) {% endif site.google_analytics_tracking_id %} {% if site.affiliate %} @@ -53,7 +53,7 @@ It uses cookies to collect data. These cookies don't personally identifying information. You can disable cookies via your browser settings. -> [How Google uses data when you use our partners' sites or apps – Privacy & Terms – Google](http://www.google.com/intl/en/policies/privacy/partners/) +> [How Google uses data when you use our partners' sites or apps – Privacy & Terms – Google](https://www.google.com/intl/en/policies/privacy/partners/) {% endif site.google_analytics_tracking_id %} {% if site.affiliate %}