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
 This is the latest version of my personal website. It is a static website built
4
 This is the latest version of my personal website. It is a static website built
5
 with [Jekyll](http://jekyllrb.com/).
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
 ## Magic
9
 ## Magic
10
 
10
 
33
 screen, or like growing forest of sprouting trees.
33
 screen, or like growing forest of sprouting trees.
34
 
34
 
35
 You can play around with these variables yourself on the [/magic
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
 animations in realtime.
37
 animations in realtime.
38
 
38
 
39
 ## Layout & CSS
39
 ## Layout & CSS

+ 3 - 3
_config.yml

2
 name: Tyler Hallada - Blog
2
 name: Tyler Hallada - Blog
3
 description: Musings on technology, literature, and interesting topics
3
 description: Musings on technology, literature, and interesting topics
4
 author: thallada
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
 logo: /img/profile_icon_128x128.jpg
8
 logo: /img/profile_icon_128x128.jpg
9
 social:
9
 social:
10
     name: Tyler Hallada
10
     name: Tyler Hallada

+ 1 - 1
_includes/mail-form.html

5
         <h3>Subscribe to my future posts</h3>
5
         <h3>Subscribe to my future posts</h3>
6
       </div>
6
       </div>
7
     </div>
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
       <div class="row clearfix">
9
       <div class="row clearfix">
10
         <div class="column half">
10
         <div class="column half">
11
           <label for="name">Name (optional)</label><br />
11
           <label for="name">Name (optional)</label><br />

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

47
 extensions I was running anyways.
47
 extensions I was running anyways.
48
 
48
 
49
 Hopefully this new blog will also inspire me to write more posts as [my last
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
 was almost a year ago now.
51
 was almost a year ago now.