Browse Source

Switch to https

Tyler Hallada 6 years ago
parent
commit
c142201dfd
4 changed files with 7 additions and 7 deletions
  1. 2 2
      README.md
  2. 3 3
      _config.yml
  3. 1 1
      _includes/mail-form.html
  4. 1 1
      _posts/2014-07-30-new-website.md

+ 2 - 2
README.md

@@ -4,7 +4,7 @@ thallada.github.io
4 4
 This is the latest version of my personal website. It is a static website built
5 5
 with [Jekyll](http://jekyllrb.com/).
6 6
 
7
-See it at [http://www.hallada.net/](http://www.hallada.net/).
7
+See it at [https://www.hallada.net/](https://www.hallada.net/).
8 8
 
9 9
 ## Magic
10 10
 
@@ -33,7 +33,7 @@ lightning flashing in the distant background, or like cracks splitting the
33 33
 screen, or like growing forest of sprouting trees.
34 34
 
35 35
 You can play around with these variables yourself on the [/magic
36
-page](http://www.hallada.net/magic) which has sliders for tweaking the
36
+page](https://www.hallada.net/magic) which has sliders for tweaking the
37 37
 animations in realtime.
38 38
 
39 39
 ## Layout & CSS

+ 3 - 3
_config.yml

@@ -2,9 +2,9 @@ title: Tyler Hallada
2 2
 name: Tyler Hallada - Blog
3 3
 description: Musings on technology, literature, and interesting topics
4 4
 author: thallada
5
-url: http://www.hallada.net
6
-blog_url: http://www.hallada.net/blog
7
-assets: http://hallada.net/assets/
5
+url: https://www.hallada.net
6
+blog_url: https://www.hallada.net/blog
7
+assets: https://hallada.net/assets/
8 8
 logo: /img/profile_icon_128x128.jpg
9 9
 social:
10 10
     name: Tyler Hallada

+ 1 - 1
_includes/mail-form.html

@@ -5,7 +5,7 @@
5 5
         <h3>Subscribe to my future posts</h3>
6 6
       </div>
7 7
     </div>
8
-    <form action="http://list.hallada.net/subscribe" method="POST" accept-charset="utf-8">
8
+    <form action="https://list.hallada.net/subscribe" method="POST" accept-charset="utf-8">
9 9
       <div class="row clearfix">
10 10
         <div class="column half">
11 11
           <label for="name">Name (optional)</label><br />

+ 1 - 1
_posts/2014-07-30-new-website.md

@@ -47,5 +47,5 @@ under 20% (on my machine), which was actually better than a few chrome
47 47
 extensions I was running anyways.
48 48
 
49 49
 Hopefully this new blog will also inspire me to write more posts as [my last
50
-post](http://thallada.github.io/2013/10/03/publishing-draft-docs-to-my-blog.html)
50
+post](/2013/10/03/publishing-draft-docs-to-my-blog.html)
51 51
 was almost a year ago now.