File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,7 @@ host: 0.0.0.0
6
6
subscribe_rss : /atom.xml
7
7
kramdown :
8
8
input : GFM
9
- hard_wrap : false
9
+ hard_wrap : false
10
+
11
+ home_url : " http://spoqa.github.io"
12
+ representing_image : " /images/representing_image.png"
Original file line number Diff line number Diff line change 22
22
{% endif %}
23
23
< meta property ="og:title " content ="Spoqa Tech Blog ">
24
24
< meta property ="og:type " content ="blog ">
25
- < meta property ="og:url " content ="http://spoqa.github.io/ ">
25
+ < meta property ="og:url " content ="{{ site.home_url }} ">
26
26
< meta property ="og:site_name " content ="Spoqa Tech Blog ">
27
27
< meta property ="og:description " content ="몇가지 Code snippet과 설명등을 포함하여 매주 1회씩 스포카 팀이 배운 여러가지 기술들에 대해 소개합니다. ">
28
28
{% endif %}
29
- < meta property ="og:image " content ="http://www.gravatar.com/avatar/52813188698089bda7e20154c114d17e.png ">
29
+ < meta property ="og:image " content ="{{ site.home_url }}{{ site.representing_image }} ">
30
30
< script src ="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js "> </ script >
31
31
< script src ="//use.typekit.net/ise6lwp.js "> </ script >
32
32
< script > try { Typekit . load ( ) ; } catch ( e ) { } </ script >
You can’t perform that action at this time.
0 commit comments