Skip to content

Commit 7e4f209

Browse files
committed
테마 변경
1 parent 690ae61 commit 7e4f209

9 files changed

+34
-80
lines changed

_config.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Site settings
2-
title: Pixyll
3-
4-
author: John Otander
5-
description: "A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff."
2+
title: Vue.js 한국어 사용자 모임
3+
email:
4+
author: ChangJoo Park
5+
description: "Vue.js 관련 한국어 자료를 보관하는 곳 입니다."
66
baseurl: ""
7-
url: "http://pixyll.com"
8-
date_format: "%b %-d, %Y"
7+
url: "https://vuejs-kr.github.com"
8+
date_format: "%Y년 %m월 %d일 작성"
99

1010
# Google services
1111
google_verification:
1212
# Use either direct GA implementation or set up GTM account
1313
# - using both will skew your data (leave blank to not use at all)
14-
google_analytics:
15-
google_tag_manager:
14+
google_analytics: UA-89743016-1
15+
google_tag_manager: GTM-NWV4BSP
1616
# Bing services
1717
bing_verification:
1818

1919
# Optional features
20-
animated: true
20+
animated: false
2121
show_related_posts: false
2222
show_post_footers: false
23-
show_social_icons: false
23+
show_social_icons: true
2424
ajaxify_contact_form: false
2525
enable_mathjax: false
2626
extended_fonts: false
@@ -42,7 +42,7 @@ facebook_appid:
4242
facebook_comments_number: 10
4343

4444
# Social icons
45-
github_username:
45+
github_username: vuejs-kr
4646
bitbucket_username:
4747
stackoverflow_id:
4848
twitter_username:
@@ -59,8 +59,8 @@ flattr_button:
5959
# Post sharing icons
6060
show_sharing_icons: false
6161
# Change to 'true' to enable individual icons
62-
share_facebook: false
63-
share_twitter: false
62+
share_facebook: true
63+
share_twitter: true
6464
share_googleplus: false
6565
share_linkedin: false
6666
share_digg: false
@@ -71,8 +71,8 @@ share_hackernews: false
7171

7272
text:
7373
pagination:
74-
newer: 'Newer'
75-
older: 'Older'
74+
newer: '이전'
75+
older: '다음'
7676
share_buttons:
7777
text: 'Share this post!'
7878
facebook: 'Share on Facebook'
@@ -85,9 +85,9 @@ text:
8585
stumbleupon: 'Share on StumbleUpon'
8686
hackernews: 'Share on Hacker News'
8787
post:
88-
updated: 'Updated'
89-
minute_read: 'minute read'
90-
related_posts: 'Related Posts'
88+
updated: '업데이트 됨'
89+
minute_read: '분 정도의 길이'
90+
related_posts: '연관 포스트'
9191
index:
9292
coming_soon: 'Coming soon...'
9393
contact:
@@ -100,7 +100,7 @@ text:
100100
sent: 'Message sent!'
101101
error: 'Error!'
102102
thanks: 'Thanks for contacting us. We will reply as soon as possible.'
103-
og_locale: 'en_US'
103+
og_locale: 'ko_KR'
104104

105105
# Build settings
106106
markdown: kramdown

_includes/footer.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<footer class="center">
22
<div class="measure">
33
<small>
4-
Theme crafted with &lt;3 by <a href="http://johnotander.com">John Otander</a> (<a href="https://twitter.com/4lpine">@4lpine</a>).<br>
5-
&lt;/&gt; available on <a href="https://github.com/johnotander/pixyll">Github</a>.
4+
Theme crafted with &lt;3 by <a href="http://github.com/changjoo-park">ChangJoo Park</a> (<a href="https://twitter.com/pcjpcj2">@pcjpcj2</a>).
65
</small>
76
</div>
87
</footer>

_includes/navigation.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
<a href="https://kr.vuejs.kr">가이드</a>
12
{% for page in site.pages %}
23
{% if page.tags contains "about" %}
34
<a href="{{ page.url }}">{{ page.title }}</a>
45
{% endif %}
56
{% endfor %}
67
{% for page in site.pages %}
7-
{% if page.tags contains "contact" %}
8+
{% if page.tags contains "korean" %}
89
<a href="{{ page.url }}">{{ page.title }}</a>
910
{% endif %}
1011
{% endfor %}

_includes/pagination.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<div class="pagination clearfix mb1 mt4">
2+
{% if paginator.total_pages > 1 %}
23
<div class="left">
34
{% if paginator.previous_page %}
45
{% if paginator.page == 2 %}
@@ -17,5 +18,6 @@
1718
<span class="pagination-item disabled">{{ site.text.pagination.older }}</span>
1819
{% endif %}
1920
</div>
20-
<div class="pagination-meta">Page {{ paginator.page }} of {{ paginator.total_pages }}</div>
21+
<div class="pagination-meta">{{ paginator.total_pages }} 중 {{ paginator.page }} 번째 페이지</div>
22+
{% endif %}
2123
</div>

_sass/_typography.scss

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ p {
1212
color: #333;
1313
line-height: 1.8;
1414
word-break: keep-all;
15+
letter-spacing: -0.5px;
1516
}
1617

1718
small,

about.md

-20
This file was deleted.

contact.html

-30
This file was deleted.

snippets.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
layout: archive
3-
title: Snippets
2+
layout: page
3+
title: 코드조각
44
permalink: /snippets/
5-
tagline: ""
5+
tags: about
66
---
7-
87
## 이 곳은..
98

109
코드 조각을 모으는 곳 입니다. 보통 반복적으로 같은 질문을 하게 됩니다. 이를 해결하는 시간과 노력을 줄이기 위해 만들었습니다.
1110
실제 동작하는 최소 단위의 코드 조각을 보관하고 있습니다.
1211

13-
1412
## 목록
1513

14+
- [vuex mutations 변수 대입 문제](https://jsfiddle.net/gongzza/hhb248bx/) - [@gongzza](https://github.com/gongzza/)
15+
- [v-model의 한글 사용 문제을 v-on을 사용한 해결법](https://jsfiddle.net/kciter/tLz9gt4o/) - [@kciter](https://github.com/kciter/)
16+
- [v-model 사용시 한글 사용 문제](https://jsfiddle.net/kciter/b5qhxbfh/) - [@kciter](https://github.com/kciter/)
1617
- [vue-router 중첩 라우팅 예제](https://jsfiddle.net/changjoo_park/z4ja4wtx/) - [@changjoo-park](https://github.com/ChangJoo-Park/)

translated-in-korean.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: 한국어 번역 프로젝트 목록
44
permalink: /translated-in-korean/
5-
tagline: ""
5+
tags: korean
66
---
77

88
Github에 공개된 프로젝트 중 한글 번역된 프로젝트 입니다.
@@ -11,4 +11,4 @@ Github에 공개된 프로젝트 중 한글 번역된 프로젝트 입니다.
1111
- <a href="https://vuex.vuejs.org/kr" target="_blank">Vuex</a>
1212
- <a href="https://router.vuejs.org/kr" target="_blank">Vue-Router</a>
1313
- <a href="http://vue-loader.vuejs.org/kr/" target="_blank">Vue-Loader</a>
14-
- <a href="https://github.com/vuejs-kr/vue-cli" target="_blank">Vue CLI</a>
14+
- <a href="https://github.com/vuejs-kr/vue-cli" target="_blank">Vue CLI</a>

0 commit comments

Comments
 (0)