Skip to content

Commit dc17660

Browse files
committed
Change urls to .me and use https
1 parent 3e9de36 commit dc17660

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ email: idaniel.liu@gmail.com
1111
# description: > # this means to ignore newlines until "baseurl:"
1212
description: Software engineer, web developer
1313
baseurl: "" # the subpath of your site, e.g. /blog
14-
url: "http://danielliu.xyz" # the base hostname & protocol for your site
14+
url: "https://danielliu.me" # the base hostname & protocol for your site
1515

1616
permalink: /blog/:year/:month/:day/:title/
1717
timezone: America/Los_Angeles

_includes/meta.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
88
<meta property="og:url" content="{{ page.url | prepend: site.url }}">
9-
<meta property="og:site_name" content="danielliu.xyz">
9+
<meta property="og:site_name" content="danielliu.me">
1010
<meta property="og:type" content="article">
1111

1212
{% if page.og_image_url %}
1313
<meta property="og:image" content="{{ page.og_image_url }}">
1414
{% endif %}
1515

16-
<meta property="og:description" content="{% if page.og_description %}{{ page.og_description }}{% else %}{{ site.description }}{% endif %}">
16+
<meta property="og:description" content="{% if page.og_description %}{{ page.og_description }}{% else %}{{ site.description }}{% endif %}">

blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
og_image_url: http://danielliu.xyz/cover_photo.jpg
3+
og_image_url: https://danielliu.me/cover_photo.jpg
44
---
55

66
<section class="posts">

claudia/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Bye Claudia!
44
og_description: Claudia's leaving soon! :c
5-
og_image_url: http://danielliu.xyz/claudia/countdown.png
5+
og_image_url: https://danielliu.me/claudia/countdown.png
66
---
77

88
<main class="main-countdown">

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
og_image_url: http://danielliu.xyz/cover_photo.jpg
3+
og_image_url: https://danielliu.me/cover_photo.jpg
44
---
55
<main class="landing">
66
<section class="front-content">
@@ -31,4 +31,4 @@ <h1 class="name"><span>daniel</span> liu</h1>
3131
{% endif %}
3232
</ul>
3333
</section>
34-
</main>
34+
</main>

0 commit comments

Comments
 (0)