File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ email: idaniel.liu@gmail.com
1111# description: > # this means to ignore newlines until "baseurl:"
1212description : Software engineer, web developer
1313baseurl : " " # 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
1616permalink : /blog/:year/:month/:day/:title/
1717timezone : America/Los_Angeles
Original file line number Diff line number Diff line change 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 %} ">
Original file line number Diff line number Diff line change 11---
22layout: 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 ">
Original file line number Diff line number Diff line change 22layout: default
33title: Bye Claudia!
44og_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 ">
Original file line number Diff line number Diff line change 11---
22layout: 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 >
You can’t perform that action at this time.
0 commit comments