Skip to content

Commit

Permalink
whack all http for https
Browse files Browse the repository at this point in the history
  • Loading branch information
ylixir committed Jan 31, 2019
1 parent f9e4aa8 commit d2c9835
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Ink

Ink is a minmal two-column theme for [Jekyll](http://jekyllrb.com)
Ink is a minmal two-column theme for [Jekyll](https://jekyllrb.com)

![Screenshot](https://s32.postimg.org/gdtp6pw1x/ink.png)

Expand Down Expand Up @@ -37,7 +37,7 @@ Ink is a minmal two-column theme for [Jekyll](http://jekyllrb.com)
```
* Set the number of posts that appear in each page by changing the ```paginate``` option in ```_config.yml``` file. Default value is 5.
* Add more navigation menus in the ```nav``` section in ```_config.yml```.
* Add your custom url in ```url``` option. Example : http://thinker3197.github.io/blog. Consult the ```gh-pages``` branch to see the basic setup for a blog.
* Add your custom url in ```url``` option. Example : https://thinker3197.github.io/blog. Consult the ```gh-pages``` branch to see the basic setup for a blog.
* Add your custom background by adding a custom background link in the ```background``` option in ```_config.yml```.

# Licensce
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -10,7 +10,7 @@ github: "ylixir"
linkedin: "ylixir"
facebook: "ylixir"

background: "http://apple.wallpapersfine.com/wallpapers/original/1242x2208/w-5273.jpg"
background: "https://apple.wallpapersfine.com/wallpapers/original/1242x2208/w-5273.jpg"

paginate: 5
paginate_path: "/page:num/"
Expand Down
10 changes: 5 additions & 5 deletions _layouts/default.html
Expand Up @@ -10,23 +10,23 @@ <h3>{{ site.name }}</h3>
<p>{{ site.description }}</p>
<ul class="social">
{% if site.github %}
<a type="button" href="http://github.com/{{ site.github }}">
<a type="button" href="https://github.com/{{ site.github }}">
<i class="fa fa-github"></i>
</a>
{% endif %} {% if site.twitter %}
<a type="button" href="http://twitter.com/{{ site.twitter }}">
<a type="button" href="https://twitter.com/{{ site.twitter }}">
<i class="fa fa-twitter"></i>
</a>
{% endif %} {% if site.linkedin %}
<a type="button" href="http://linkedin.com/in/{{ site.linkedin }}">
<a type="button" href="https://linkedin.com/in/{{ site.linkedin }}">
<i class="fa fa-linkedin"></i>
</a>
{% endif %} {% if site.pinterest %}
<a type="button" href="http://pinterest.com/{{ site.pinterest }}">
<a type="button" href="https://pinterest.com/{{ site.pinterest }}">
<i class="fa fa-pinterest"></i>
</a>
{% endif %} {% if site.facebook %}
<a type="button" href="http://facebook.com/{{ site.facebook }}">
<a type="button" href="https://facebook.com/{{ site.facebook }}">
<i class="fa fa-facebook"></i>
</a>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-12-05-void-bluetooth-audio.md
Expand Up @@ -103,7 +103,7 @@ it's meh me since volume control is built in to my headphones.
My main issue is that audio [doesn't work in Firefox][bluealsa-firefox], and it seems that Netflix has stopped working in
Chromium. If you wish to try out audio in Chrome you can use the command line parameter `--alsa-output-device=bluealsa`.

[asoundrc]: http://www.alsa-project.org/main/index.php/Asoundrc
[asoundrc]: https://www.alsa-project.org/main/index.php/Asoundrc
[arch]: https://wiki.archlinux.org/index.php/Bluetooth_headset#Configuration_via_CLI
[bluealsa]: https://github.com/Arkq/bluez-alsa
[void-wiki]: https://wiki.voidlinux.eu/Bluetooth
Expand Down
2 changes: 1 addition & 1 deletion about.md
Expand Up @@ -6,6 +6,6 @@ permalink: /about/
My name is Jon Allen. I am a computer programmer currently living in Marseille, France.

This site was modified from the following:
<p class="heavy-title"><a href="http://github.com/thinker3197/Ink">Ink</a> is a simple & minimalistic theme for <a href="http://jekyllrb.com">Jekyll</a>, a static site generator.</p>
<p class="heavy-title"><a href="https://github.com/thinker3197/Ink">Ink</a> is a simple & minimalistic theme for <a href="https://jekyllrb.com">Jekyll</a>, a static site generator.</p>

>Designed and developed by [@thinker3197](https://github.com/thinker3197).
2 changes: 1 addition & 1 deletion feed.xml
Expand Up @@ -2,7 +2,7 @@
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom" xmlns:dc="https://purl.org/dc/elements/1.1/">
<channel>
<title>{{ site.name | xml_escape }}</title>
<link>{{ site.url }}</link>
Expand Down
2 changes: 1 addition & 1 deletion interests.md
Expand Up @@ -6,6 +6,6 @@ permalink: /interests/
My name is Jon Allen. I am a computer programmer currently living in Marseille, France.

This site was modified from the following:
<p class="heavy-title"><a href="http://github.com/thinker3197/Ink">Ink</a> is a simple & minimalistic theme for <a href="http://jekyllrb.com">Jekyll</a>, a static site generator.</p>
<p class="heavy-title"><a href="https://github.com/thinker3197/Ink">Ink</a> is a simple & minimalistic theme for <a href="https://jekyllrb.com">Jekyll</a>, a static site generator.</p>

>Designed and developed by [@thinker3197](https://github.com/thinker3197).
2 changes: 1 addition & 1 deletion projects.md
Expand Up @@ -6,6 +6,6 @@ permalink: /projects/
My name is Jon Allen. I am a computer programmer currently living in Marseille, France.

This site was modified from the following:
<p class="heavy-title"><a href="http://github.com/thinker3197/Ink">Ink</a> is a simple & minimalistic theme for <a href="http://jekyllrb.com">Jekyll</a>, a static site generator.</p>
<p class="heavy-title"><a href="https://github.com/thinker3197/Ink">Ink</a> is a simple & minimalistic theme for <a href="https://jekyllrb.com">Jekyll</a>, a static site generator.</p>

>Designed and developed by [@thinker3197](https://github.com/thinker3197).
4 changes: 2 additions & 2 deletions resources/font-awesome/css/font-awesome.css
@@ -1,6 +1,6 @@
/*!
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
* Font Awesome 4.0.3 by @davegandy - https://fontawesome.io - @fontawesome
* License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
Expand Down
4 changes: 2 additions & 2 deletions resources/font-awesome/css/font-awesome.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/font-awesome/fonts/fontawesome-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2c9835

Please sign in to comment.