Skip to content

Commit 98346dc

Browse files
authored
Replace most http:// with https:// (#35)
1 parent ebc93f6 commit 98346dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+108
-108
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
# For some reason omitting the version defaults to 0.
66
gem 'github-pages', '= 228', group: :jekyll_plugins
77

8-
# http://jekyllrb.com/docs/windows/#auto-regeneration
8+
# https://jekyllrb.com/docs/windows/#auto-regeneration
99
# For --watch to work on Windows.
1010
gem 'wdm', '>= 0.1.1' if Gem.win_platform?
1111

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Visit [twisterrob.net](https://www.twisterrob.net).
22

33

44
# Development Install
5-
Requires both [ruby](http://rubyinstaller.org/downloads/) and [devkit](http://rubyinstaller.org/downloads/) on [Windows 7 x64](http://corlewsolutions.com/articles/article-19-install-ruby-on-windows-7-32-bit-or-64-bit) to install native extensions.
5+
Requires both [ruby](https://rubyinstaller.org/downloads/) and [devkit](https://rubyinstaller.org/downloads/) on [Windows 7 x64](https://corlewsolutions.com/articles/article-19-install-ruby-on-windows-7-32-bit-or-64-bit) to install native extensions.
66

77

88
## Ruby

_config.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# gradle build
22

3-
#http://jekyllrb.com/docs/configuration/
3+
#https://jekyllrb.com/docs/configuration/
44

5-
# ASCII-Font › http://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow
5+
# ASCII-Font › https://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow
66
#
77
# _____ _ __ _____ __ __ _
88
# / ___/(_) /____ / ___/___ / /_/ /_(_)___ ____ ______
@@ -152,8 +152,8 @@ markdown: kramdown
152152
# Since Jekyll 3 the default highlighter is Rouge (replaced Pygments.rb in v44)
153153
highlighter: rouge
154154

155-
# More › http://kramdown.gettalong.org/quickref.html
156-
# Options › http://kramdown.gettalong.org/options.html
155+
# More › https://kramdown.gettalong.org/quickref.html
156+
# Options › https://kramdown.gettalong.org/options.html
157157
kramdown:
158158
input: GFM
159159
auto_ids: true
@@ -172,7 +172,7 @@ kramdown:
172172
math_engine: mathjax
173173
show_warnings: true
174174

175-
# Rouge Highlighter in Kramdown › http://kramdown.gettalong.org/syntax_highlighter/rouge.html
175+
# Rouge Highlighter in Kramdown › https://kramdown.gettalong.org/syntax_highlighter/rouge.html
176176
# span, block element options fall back to global
177177
syntax_highlighter_opts:
178178
# Rouge Options › https://github.com/jneen/rouge#full-options
@@ -191,17 +191,17 @@ kramdown:
191191
#start_line: 1
192192
disable: false
193193

194-
# More › http://sass-lang.com
195-
# Docs › http://jekyllrb.com/docs/assets/#sassscss
196-
# Options › http://sass-lang.com/documentation/file.SASS_REFERENCE.html#options
194+
# More › https://sass-lang.com
195+
# Docs › https://jekyllrb.com/docs/assets/#sassscss
196+
# Options › https://sass-lang.com/documentation/file.SASS_REFERENCE.html#options
197197
# Safe mode only allows style, syntax=based on extension, cache=false
198198
sass:
199199
sass_dir: _sass
200-
# Options › http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
200+
# Options › https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
201201
style: :compressed # :nested | :expanded | :compact | :compressed
202202

203203
# Used › default.html front-matter and compress.html
204-
# Options › http://jch.penibelst.de
204+
# Options › https://jch.penibelst.de
205205
compress_html:
206206
clippings: all
207207
comments: ["<!--", "-->"]
@@ -223,7 +223,7 @@ lsi: false
223223
language: "en"
224224

225225

226-
# Docs › http://jekyllrb.com/docs/collections/
226+
# Docs › https://jekyllrb.com/docs/collections/
227227
permalink: /blog/:year/:month/:title.html
228228
collections:
229229
projects:
@@ -335,7 +335,7 @@ google_author: "https://plus.google.com/+RóbertPappTWiStErRob"
335335
#msapplication_tileimage: "msapplication_tileimage.png" # Size 144x144
336336
#msapplication_tilecolor: "#fabb00"
337337

338-
# Facebook-Optimization › http://j.mp/fb_optimize
338+
# Facebook-Optimization › https://j.mp/fb_optimize
339339
og_image: imgurl + "/logo-512x512.png"
340340
og_locale: "en_EN"
341341
og_type: "website"

_data/authors.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# 2. Change site author in config.yml
55
# 3. Change default post/page authors in config.yml
66
#
7-
# Resource › http://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html
7+
# Resource › https://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html
88
twisterrob: # replace this with your info
99
name: "Róbert Papp (TWiStErRob)"
1010
siterole: "webmaster, developer, copywriter, designer"
11-
uri: "http://twisterrob.net/"
11+
uri: "https://twisterrob.net/"
1212
1313
twitter: "twisterrob"
14-
# you can add more authors here
14+
# you can add more authors here

_data/navigation.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
icon: browser
3434
dropdown:
3535
- title: Old Homepage (2005–2007)
36-
url: http://twisterrob.uw.hu/mypage
36+
url: https://twisterrob.uw.hu/mypage
3737
- title: LESS Attractive! (2012)
38-
url: http://twisterrob.net/dev/less
38+
url: https://twisterrob.net/dev/less
3939
- title: Reference Projects (2006)
40-
url: http://web.twisterrob.net/ref
40+
url: https://web.twisterrob.net/ref
4141
- title: Project Earthquake (2004)
42-
url: http://twisterrob.uw.hu/peq/eng/index_eng.htm
42+
url: https://twisterrob.uw.hu/peq/eng/index_eng.htm
4343
- title: Learn Italian in Hungarian (2004)
44-
url: http://web.twisterrob.net/italian
44+
url: https://web.twisterrob.net/italian
4545
- title: Regex Sandbox
46-
url: http://regex.twisterrob.net
46+
url: https://regex.twisterrob.net
4747
- title: Old Website (2005–2007)
48-
url: http://twisterrob.uw.hu
48+
url: https://twisterrob.uw.hu
4949

5050
- title: Blog
5151
icon: open-book

_data/network.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
- menu_name: "Thanks"
22

33
- name: "Icons from Entypo by Daniel Bruce"
4-
url: "http://entypo.com/"
4+
url: "https://entypo.com/"
55
title: "Entypo+ — carefully crafted premium pictograms"
66

77
- name: "Built on Foundation by Zurb"
8-
url: "http://foundation.zurb.com/"
8+
url: "https://get.foundation/"
99
title: "The most advanced responsive front-end framework in the world."
1010

1111
- name: "Using Backstretch by Scott Robbin"
12-
url: "http://srobbin.com/jquery-plugins/backstretch/"
12+
url: "https://www.jquery-backstretch.com/"
1313
title: "A dynamic background helper plugin"

_data/share.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ facebook:
2929
# name: "LinkedIn"
3030
# color: '#0077B5'
3131
# title: "Share on LinkedIn"
32-
# link: 'http://www.linkedin.com/shareArticle?mini=true&url=<link>'
32+
# link: 'https://www.linkedin.com/shareArticle?mini=true&url=<link>'

_data/socialmedia.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: LinkedIn
2-
url: http://uk.linkedin.com/in/papproberts
2+
url: https://uk.linkedin.com/in/papproberts
33
class: icon-linkedin
44
title: "Scout me on LinkedIn"
55

@@ -9,12 +9,12 @@
99
title: "Install my apps from Google Play"
1010

1111
- name: GitHub
12-
url: http://github.com/TWiStErRob
12+
url: https://github.com/TWiStErRob
1313
class: icon-github
1414
title: "Interpret my code on GitHub"
1515

1616
- name: YouTube
17-
url: http://www.youtube.com/user/TWiStErRob
17+
url: https://www.youtube.com/user/TWiStErRob
1818
class: icon-youtube
1919
title: "Watch my videos on YouTube"
2020

@@ -24,12 +24,12 @@
2424
title: "Add me to your circles on Google Plus!"
2525

2626
- name: Facebook
27-
url: http://www.facebook.com/TWiStErRob
27+
url: https://www.facebook.com/TWiStErRob
2828
class: icon-facebook
2929
title: "Let's be friends on Facebook!"
3030

3131
- name: Twitter
32-
url: http://twitter.com/TWiStErRob
32+
url: https://twitter.com/TWiStErRob
3333
class: icon-twitter
3434
title: "Follow my tweets on Twitter"
3535

@@ -40,20 +40,20 @@
4040
title: "Call me on Skype"
4141

4242
#- name: Soundcloud
43-
# url: http://soundcloud.com/twisterrob
43+
# url: https://soundcloud.com/twisterrob
4444
# class: icon-soundcloud
4545
# title: "Listen to my music on Soundcloud"
4646
#
4747
#- name: Instagram
48-
# url: http://instagram.com/twisterrob
48+
# url: https://instagram.com/twisterrob
4949
# class: icon-instagram
5050
# title: "Check out my pictures on Instagram"
5151
#
5252
#- name: Pinterest
53-
# url: http://www.pinterest.com/TWiStErRob
53+
# url: https://www.pinterest.com/TWiStErRob
5454
# class: icon-pinterest
5555
# title: "See my pins on Pinterest"
5656

57-
# http://picasaweb.google.com/papp.robert.s
58-
# http://www.google.com/reader/shared/papp.robert.s
59-
# https://profiles.google.com/117531635791453169417/buzz
57+
# https://picasaweb.google.com/papp.robert.s
58+
# https://www.google.com/reader/shared/papp.robert.s
59+
# https://profiles.google.com/117531635791453169417/buzz

_includes/comments.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3 id="comments">{{ site.data.language.comments_headline }}</h3>
1313
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
1414
})();
1515
</script>
16-
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
16+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
1717
{% else %}
1818
<i>Disqus comments are disabled.</i>
1919
{% endif %}

_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ <h5 class="shadow-black">{{ network_item.menu_name }}</h5>
6363
<p>
6464
Created with &hearts;
6565
by&nbsp;<a href="{{ site.data.authors[site.author].uri }}">{{ site.data.authors[site.author].name | replace: ' ', '&nbsp;' }}</a>
66-
with&nbsp;<a href="http://jekyllrb.com/" target="_blank">Jekyll</a>
67-
based&nbsp;on&nbsp;<a href="http://phlow.github.io/feeling-responsive/">Feeling&nbsp;Responsive</a>.
66+
with&nbsp;<a href="https://jekyllrb.com/" target="_blank">Jekyll</a>
67+
based&nbsp;on&nbsp;<a href="https://phlow.github.io/feeling-responsive/">Feeling&nbsp;Responsive</a>.
6868
</p>
6969
</section>
7070

_includes/masthead-breadcrumbs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% comment %}
22
*
3-
* http://stackoverflow.com/questions/9612235/what-are-some-good-ways-to-implement-breadcrumbs-on-a-jekyll-site
3+
* https://stackoverflow.com/questions/9612235/what-are-some-good-ways-to-implement-breadcrumbs-on-a-jekyll-site
44
*
55
{% endcomment %}
66

_includes/meta_information.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div id="page-meta">
44
<p>
55
{% if author %}
6-
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
6+
<span itemprop="author" itemscope itemtype="https://schema.org/Person">
77
<a href="{{ author.url }}" itemprop="name" class="icon-edit" target="_blank">{{ author.name }}</a>
88
</span>
99
{% endif %}

_includes/snippets/email.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% comment %}
22
Generate a safe mailto link into the document which is undiscoverable to most crawlers to prevent spam.
3-
Idea based on http://techblog.tilllate.com/2008/07/20/ten-methods-to-obfuscate-e-mail-addresses-compared/
3+
Idea based on https://techblog.tilllate.com/2008/07/20/ten-methods-to-obfuscate-e-mail-addresses-compared/
44
It takes times to do the encoding in Liquid without Jekyll Ruby plugins so generation is disabled in development mode (safe: false)
55

66
Arguments are:
@@ -104,4 +104,4 @@
104104
{% capture jsEncoded %}{% for r in (0..rotEnd) %}{% assign char = rot18 | slice: r %}{% for i in (0..127) %}{% if ascii[i] != '' and char == ascii[i] %}{% assign char = hex[i] | prepend: '\u00' %}{% break %}{% endif %}{% endfor %}{{ char }}{% endfor %}{% endcapture %}
105105

106106
<!-- end of ignoring all output, output full script below -->
107-
{% endcapture %}<script type="text/javascript">document.write('{{ jsEncoded }}'.replace(/[0-9]/g, rot5).replace(/[a-zA-Z]/g, rot13));</script>{% endcomment %}<script type="text/javascript">document.write('\u003c\u006e\u0020\u0075\u0065\u0072\u0073\u003d\u0022\u0026\u0023\u006b\u0031\u0071\u003b\u0026\u0023\u006b\u0035\u0031\u0036\u003b\u0026\u0023\u006b\u0035\u0031\u0034\u003b\u0026\u0023\u006b\u0031\u0070\u003b\u0067\u0026\u0023\u006b\u0035\u0031\u0073\u003b\u0026\u0023\u006b\u0035\u0038\u006e\u003b\u0026\u0023\u006b\u0035\u0035\u0031\u0034\u003b\u0061\u0026\u0023\u006b\u0035\u0035\u0031\u0031\u003b\u0026\u0023\u0036\u0036\u0036\u003b\u0026\u0023\u006b\u0035\u0035\u0039\u0035\u003b\u0026\u0023\u006b\u0035\u0035\u0032\u0039\u003b\u0025\u0032\u0032\u0076\u0066\u0026\u0023\u006b\u0032\u0039\u003b\u0026\u0023\u006b\u0031\u0030\u003b\u0026\u0023\u006b\u0035\u0035\u0032\u0037\u003b\u0026\u0023\u006b\u0035\u0032\u0037\u003b\u0062\u0026\u0023\u006b\u0035\u0031\u0037\u003b\u002e\u0061\u0026\u0023\u006b\u0031\u0030\u003b\u0026\u0023\u006b\u0035\u0032\u0039\u003b\u0022\u003e\u003c\u0066\u0063\u006e\u0061\u0020\u0066\u0067\u006c\u0079\u0072\u003d\u0022\u0073\u0062\u0061\u0067\u002d\u0066\u0076\u006d\u0072\u003a\u0035\u0022\u003e\u0033\u0031\u0039\u0068\u0036\u0064\u003c\u002f\u0066\u0063\u006e\u0061\u003e\u0026\u0023\u006b\u0035\u0035\u0031\u0034\u003b\u0026\u0023\u0036\u0036\u0035\u003b\u0026\u0023\u006b\u0031\u0031\u003b\u0026\u0023\u006b\u0035\u0031\u0073\u003b\u003c\u0066\u0063\u006e\u0061\u0020\u0066\u0067\u006c\u0079\u0072\u003d\u0022\u0073\u0062\u0061\u0067\u002d\u0066\u0076\u006d\u0072\u003a\u0035\u0022\u003e\u0065\u0038\u006d\u0038\u003c\u002f\u0066\u0063\u006e\u0061\u003e\u0026\u0023\u0031\u0039\u003b\u0067\u0026\u0023\u006b\u0035\u0032\u0032\u003b\u0026\u0023\u006b\u0035\u0035\u0031\u0034\u003b\u003c\u0066\u0063\u006e\u0061\u0020\u0066\u0067\u006c\u0079\u0072\u003d\u0022\u0073\u0062\u0061\u0067\u002d\u0066\u0076\u006d\u0072\u003a\u0035\u0022\u003e\u006e\u0035\u0070\u0030\u0030\u0038\u006e\u003c\u002f\u0066\u0063\u006e\u0061\u003e\u0026\u0023\u006b\u0032\u0038\u003b\u0026\u0023\u006b\u0035\u0035\u0032\u0039\u003b\u003c\u0066\u0063\u006e\u0061\u0020\u0066\u0067\u006c\u0079\u0072\u003d\u0022\u0073\u0062\u0061\u0067\u002d\u0066\u0076\u006d\u0072\u003a\u0035\u0022\u003e\u0033\u0077\u0061\u0078\u0065\u0034\u0064\u003c\u002f\u0066\u0063\u006e\u0061\u003e\u0026\u0023\u006b\u0031\u0030\u003b\u0026\u0023\u006b\u0032\u0037\u003b\u0026\u0023\u006b\u0032\u0037\u003b\u0026\u0023\u006b\u0031\u0073\u003b\u0026\u0023\u0034\u0033\u003b\u002e\u0026\u0023\u006b\u0035\u0031\u0072\u003b\u0026\u0023\u0036\u0035\u0036\u003b\u0026\u0023\u006b\u0035\u0032\u0039\u003b\u003c\u002f\u006e\u003e'.replace(/[0-9]/g, rot5).replace(/[a-zA-Z]/g, rot13));</script>{% endunless %}
107+
{% endcapture %}<script type="text/javascript">document.write('{{ jsEncoded }}'.replace(/[0-9]/g, rot5).replace(/[a-zA-Z]/g, rot13));</script>{% endcomment %}<script type="text/javascript">document.write('\u003c\u006e\u0020\u0075\u0065\u0072\u0073\u003d\u0022\u0026\u0023\u006b\u0031\u0071\u003b\u0026\u0023\u006b\u0035\u0031\u0036\u003b\u0026\u0023\u006b\u0035\u0031\u0034\u003b\u0026\u0023\u006b\u0031\u0070\u003b\u0067\u0026\u0023\u006b\u0035\u0031\u0073\u003b\u0026\u0023\u006b\u0035\u0038\u006e\u003b\u0026\u0023\u006b\u0035\u0035\u0031\u0034\u003b\u0061\u0026\u0023\u006b\u0035\u0035\u0031\u0031\u003b\u0026\u0023\u0036\u0036\u0036\u003b\u0026\u0023\u006b\u0035\u0035\u0039\u0035\u003b\u0026\u0023\u006b\u0035\u0035\u0032\u0039\u003b\u0025\u0032\u0032\u0076\u0066\u0026\u0023\u006b\u0032\u0039\u003b\u0026\u0023\u006b\u0031\u0030\u003b\u0026\u0023\u006b\u0035\u0035\u0032\u0037\u003b\u0026\u0023\u006b\u0035\u0032\u0037\u003b\u0062\u0026\u0023\u006b\u0035\u0031\u0037\u003b\u002e\u0061\u0026\u0023\u006b\u0031\u0030\u003b\u0026\u0023\u006b\u0035\u0032\u0039\u003b\u0022\u003e\u003c\u0066\u0063\u006e\u0061\u0020\u0066\u0067\u006c\u0079\u0072\u003d\u0022\u0073\u0062\u0061\u0067\u002d\u0066\u0076\u006d\u0072\u003a\u0035\u0022\u003e\u0033\u0031\u0039\u0068\u0036\u0064\u003c\u002f\u0066\u0063\u006e\u0061\u003e\u0026\u0023\u006b\u0035\u0035\u0031\u0034\u003b\u0026\u0023\u0036\u0036\u0035\u003b\u0026\u0023\u006b\u0031\u0031\u003b\u0026\u0023\u006b\u0035\u0031\u0073\u003b\u003c\u0066\u0063\u006e\u0061\u0020\u0066\u0067\u006c\u0079\u0072\u003d\u0022\u0073\u0062\u0061\u0067\u002d\u0066\u0076\u006d\u0072\u003a\u0035\u0022\u003e\u0065\u0038\u006d\u0038\u003c\u002f\u0066\u0063\u006e\u0061\u003e\u0026\u0023\u0031\u0039\u003b\u0067\u0026\u0023\u006b\u0035\u0032\u0032\u003b\u0026\u0023\u006b\u0035\u0035\u0031\u0034\u003b\u003c\u0066\u0063\u006e\u0061\u0020\u0066\u0067\u006c\u0079\u0072\u003d\u0022\u0073\u0062\u0061\u0067\u002d\u0066\u0076\u006d\u0072\u003a\u0035\u0022\u003e\u006e\u0035\u0070\u0030\u0030\u0038\u006e\u003c\u002f\u0066\u0063\u006e\u0061\u003e\u0026\u0023\u006b\u0032\u0038\u003b\u0026\u0023\u006b\u0035\u0035\u0032\u0039\u003b\u003c\u0066\u0063\u006e\u0061\u0020\u0066\u0067\u006c\u0079\u0072\u003d\u0022\u0073\u0062\u0061\u0067\u002d\u0066\u0076\u006d\u0072\u003a\u0035\u0022\u003e\u0033\u0077\u0061\u0078\u0065\u0034\u0064\u003c\u002f\u0066\u0063\u006e\u0061\u003e\u0026\u0023\u006b\u0031\u0030\u003b\u0026\u0023\u006b\u0032\u0037\u003b\u0026\u0023\u006b\u0032\u0037\u003b\u0026\u0023\u006b\u0031\u0073\u003b\u0026\u0023\u0034\u0033\u003b\u002e\u0026\u0023\u006b\u0035\u0031\u0072\u003b\u0026\u0023\u0036\u0035\u0036\u003b\u0026\u0023\u006b\u0035\u0032\u0039\u003b\u003c\u002f\u006e\u003e'.replace(/[0-9]/g, rot5).replace(/[a-zA-Z]/g, rot13));</script>{% endunless %}

_jobs/2014-sabbatical.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Most notable [projects]({{ site.baseurl }}/project/) are:
4343
an advanced Gradle build plugin to help streamline my Android projects' build process and countless build scripts.
4444
* **[Gradle Build graph visualization]({{ site.baseurl }}/project/gradle-graph/)**
4545
to display task as they're running, which helps to see progress visually
46-
* **[regex101.com](http://regex101.com)**
46+
* **[regex101.com](https://regex101.com)**
4747
helped [Firas Dib](https://se.linkedin.com/in/firas-dib-6a86a868) (the author) with a few issues and ideas
4848
* **Email cleanup**
4949
I cleaned up my old mailboxes, folders and labels; migrating about 10000 emails and manually deleting more than 30000 useless notifications and subscriptions. I also properly introduced the empty inbox policy, and a better workflow, to deal with incomming messages really quickly.

_layouts/page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55
<div class="row t30">
66
<div class="medium-8 columns{% if page.sidebar == NULL %} medium-offset-2 end{% endif %}{% if page.sidebar == "left" %} medium-push-4{% endif %}">
7-
<article itemscope itemtype="http://schema.org/Article">
7+
<article itemscope itemtype="https://schema.org/Article">
88
<header>
99
{% if page.image.title %}
1010
<figure>

_layouts/video.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55
<div class="row">
66
<div class="small-12 columns">
7-
<article itemprop="video" itemscope itemtype="http://schema.org/VideoObject">
7+
<article itemprop="video" itemscope itemtype="https://schema.org/VideoObject">
88
<div class="flex-video">
99
{{ page.iframe }}
1010
</div>

_layouts/xml-style.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: null
3-
source: 'http://www.evagoras.com/2011/02/10/improving-an-xml-feed-display-through-css-and-xslt/'
3+
source: 'https://www.evagoras.com/2011/02/10/improving-an-xml-feed-display-through-css-and-xslt/'
44
breadcrumbs: true
55
---
66
<?xml version="1.0" encoding="UTF-8"?>

_plugins/debug.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def to_s
162162

163163
# TODO site.static_files: "#<Jekyll::StaticFile:0x00000005b9aeb0>"
164164
module Drops
165-
# http://stackoverflow.com/a/4471202/253468 > Method Wrapping is used to override behavior
165+
# https://stackoverflow.com/a/4471202/253468 > Method Wrapping is used to override behavior
166166
class DocumentDrop
167167
self_hash_for_json = instance_method(:hash_for_json)
168168
define_method(:hash_for_json) do |state = nil|

_posts/2013-10-19-bookmark-just-eat-veggie.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ script:
99
foot: bookmarklet.js
1010
---
1111

12-
I got bored with searching through <q>Grilled&nbsp;Chicken&nbsp;Wings</q> and <q>Lamb&nbsp;Shish&nbsp;Kebab</q> and so on when ordering from&nbsp;<a href="http://www.just-eat.co.uk/" target="_blank">Just-Eat.co.uk</a>, so I came up with this script which removes all food containing known meat ingredients:
12+
I got bored with searching through <q>Grilled&nbsp;Chicken&nbsp;Wings</q> and <q>Lamb&nbsp;Shish&nbsp;Kebab</q> and so on when ordering from&nbsp;<a href="https://www.just-eat.co.uk/" target="_blank">Just-Eat.co.uk</a>, so I came up with this script which removes all food containing known meat ingredients:
1313
<a class="bookmarklet" href="#JustEat-GoGreen">Just-Eat: Go green</a>.
1414
<!--more-->
1515
[^1]
1616
This bookmarklet is designed for the *Just-Eat menu pages* (updated for 2015 design). Open your favourite takeaway's menu and then execute the script:
1717

1818
1. Install the bookmarklet [^1]
19-
2. Open [Indian Greedy Cow's menu](http://www.just-eat.co.uk/restaurants-indiangreedycowe2/menu){:target="_blank"}
19+
2. Open [Indian Greedy Cow's menu](https://www.just-eat.co.uk/restaurants-indiangreedycowe2/menu){:target="_blank"}
2020
3. Click the bookmarklet, wait a little and observe:
2121
* how the whole <mark>Healthy Food Dishes</mark> category disappears
2222
(I would've thought they have some **(V)** food there...)

0 commit comments

Comments
 (0)