Skip to content

Commit 3dce10f

Browse files
author
Jay Jaeho Lee
committed
Maintenance
- Remove redundant config and files - Fix fb comment width overflow by turning off face-showing option, etc.
1 parent 7b25f36 commit 3dce10f

File tree

9 files changed

+44
-599
lines changed

9 files changed

+44
-599
lines changed

_config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
pygments: true
1+
highlighter: pygments
22
paginate: 10
33
markdown: kramdown
44
host: 0.0.0.0
5-
6-
safe: true
7-
analytics :
8-
provider : google
9-
google :
10-
tracking_id : 'UA-36136046-5'

_layouts/entry.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
{% if page.author-email %}
1010
<img class="portrait" src="{{base_path}}/images/profile/{{page.author-email}}.png" />
1111
<h1 class="post-title">{{page.title}}</h1>
12-
<span class="post-date">{{ page.date | date: "%Y년 %m월 %d일" }}</span>
13-
<span class="sep">|</span>
14-
<span class="author-name"><a href="mailto:{{page.author-email}}">{{page.author}}</a></span>
12+
<span class="post-date">{{ page.date | date: "%Y년 %m월 %d일" }}</span>
13+
<span class="sep">|</span>
14+
<span class="author-name"><a href="mailto:{{page.author-email}}">{{page.author}}</a></span>
1515
{% else %}
1616
<h1 class="post-title">{{page.title}}</h1>
17-
<span class="post-date">{{ page.date | date: "%Y년 %m월 %d일" }}</span>
18-
<span class="sep">|</span>
17+
<span class="post-date">{{ page.date | date: "%Y년 %m월 %d일" }}</span>
18+
<span class="sep">|</span>
1919
<span class="author-name">{{page.author}}</span>
2020

2121
{% endif %}
@@ -30,7 +30,7 @@ <h1 class="post-title">{{page.title}}</h1>
3030

3131
<div class="post-footer">
3232
<div class="back-btn"><a href="/">목록으로 돌아가기</a></div>
33-
<div class="fb-like" data-href="http://spoqa.github.io{{ page.url }}" data-send="true" data-width="" data-show-faces="true"></div>
33+
<div class="fb-like" data-href="http://spoqa.github.io{{ page.url }}" data-layout="button_count" data-width="" data-share="false" data-show-faces="false"></div>
3434
<div class="fb-comments" data-href="http://spoqa.github.io{{ page.url }}" data-num-posts="5" data-width=""></div>
3535
<div id="fb-root"></div>
3636
</div>
@@ -44,6 +44,6 @@ <h1 class="post-title">{{page.title}}</h1>
4444
js.src = "//connect.facebook.net/ko_KR/all.js#xfbml=1&appId=207542736008055";
4545
fjs.parentNode.insertBefore(js, fjs);
4646
}(document, 'script', 'facebook-jssdk'));
47-
});
47+
});
4848
</script>
4949

_posts/2015-01-16-design-with-code.md

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

atom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
layout: nil
2+
layout: null
33

44
---
55
<?xml version="1.0"?>
66
<feed xmlns="http://www.w3.org/2005/Atom">
7-
7+
88
<title>Spoqa tech blog</title>
99
<link href="http://spoqa.github.com/"/>
1010
<link type="application/atom+xml" rel="self" href="http://spoqa.github.com/atom.xml"/>
@@ -30,5 +30,5 @@ layout: nil
3030
</entry>
3131
{% endif %}
3232
{% endfor %}
33-
33+
3434
</feed>

css/styles.css

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ p, dl {
4949
}
5050
.post p a:hover,
5151
.post ol a:hover,
52-
.post ul a:hover {
53-
text-decoration: underline;
52+
.post ul a:hover {
53+
text-decoration: underline;
5454
}
5555
.clearfix:before,
5656
.clearfix:after {
@@ -145,8 +145,8 @@ pre code {
145145
border-bottom: 1px #dadee3; /* @light_grey_0 */
146146
}
147147
a.footnote,
148-
.post p a.footnote,
149-
.post ol a.footnote,
148+
.post p a.footnote,
149+
.post ol a.footnote,
150150
.post ul a.footnote {
151151
margin: 0 3px;
152152
padding: 2px 6px 0px;
@@ -160,8 +160,8 @@ a.footnote,
160160
text-decoration: none;
161161
}
162162
a.footnote:hover,
163-
.post p a.footnote:hover,
164-
.post ol a.footnote:hover,
163+
.post p a.footnote:hover,
164+
.post ol a.footnote:hover,
165165
.post ul a.footnote:hover {
166166
background: #f6f7f8;
167167
}
@@ -292,7 +292,7 @@ a.footnote:hover,
292292
background-color: #5e89d6;
293293
}
294294

295-
/* post-authot-info (post-info로 수정하는게 의미상 맞을 듯) */
295+
/* post-authot-info (post-info로 수정하는게 의미상 맞을 듯) */
296296

297297
.post-item p {
298298
font-size: 18px;
@@ -367,7 +367,7 @@ a.footnote:hover,
367367
.pagination .next.disabled {
368368
color: #b0b6c2; /* @grey_0 */
369369
}
370-
.pagination .previous,
370+
.pagination .previous,
371371
.pagination .next {
372372
padding: 2% 4%;
373373
border-radius: 2px;
@@ -447,6 +447,7 @@ a.footnote:hover,
447447
.post-footer {
448448
margin-top: 20px;
449449
margin-bottom: 20px;
450+
text-align: center;
450451
}
451452

452453
/* post-footer back btn */
@@ -512,7 +513,7 @@ a.footnote:hover,
512513
.author img {
513514
width: 14%;
514515
padding: 0;
515-
border-radius: 50%;
516+
border-radius: 50%;
516517
float: left;
517518
}
518519
.twitter-icon {
@@ -573,7 +574,7 @@ a.footnote:hover,
573574
}
574575
/* responsive */
575576
@media only screen and (max-width: 650px) {
576-
body {
577+
body {
577578
width: 100%;
578579
}
579580
.menu .menu-job {
@@ -593,7 +594,7 @@ a.footnote:hover,
593594
}
594595

595596
@media only screen and (max-width: 480px) {
596-
body {
597+
body {
597598
width: 100%;
598599
}
599600
.header {
@@ -653,7 +654,7 @@ a.footnote:hover,
653654
}
654655

655656
@media only screen and (max-width: 360px) {
656-
body {
657+
body {
657658
width: 100%;
658659
}
659660
.menu-job {
@@ -698,3 +699,7 @@ a.footnote:hover,
698699
float: right;
699700
}
700701

702+
/* fb comment plug-in overrides */
703+
.fb-comments > span {
704+
padding-top: 30px;
705+
}

rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: nil
2+
layout: null
33
---
44
<?xml version="1.0"?>
55
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
@@ -22,5 +22,5 @@ layout: nil
2222
</item>
2323
{% endfor %}
2424

25-
</channel>
25+
</channel>
2626
</rss>

0 commit comments

Comments
 (0)