Skip to content

Commit f4c14f6

Browse files
committed
2 parents 2499462 + f1ff05f commit f4c14f6

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ facebook_appid:
4242
facebook_comments_number: 10
4343

4444
# Social icons
45+
slack_url: https://vuejs-korea.signup.team/
4546
github_username: vuejs-kr
4647
bitbucket_username:
4748
stackoverflow_id:

_includes/social_links.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<div class="social-icons">
22
<div class="social-icons-right">
3+
{% if site.slack_url %}
4+
<a class="fa fa-slack" href="{{ site.slack_url }}"></a>
5+
{% endif %}
36
{% if site.github_username %}
47
<a class="fa fa-github" href="https://github.com/{{ site.github_username }}"></a>
58
{% endif %}

snippets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ Vue가 포함된 [JsFiddle](https://jsfiddle.net/changjoo_park/bs3Lx0Lq/)에서
2828
- [drag이벤트를 이용한 파일 드래그앤드롭 사용 예제](https://jsfiddle.net/devjin0617/b9zr4w98/) - [@devjin0617](https://github.com/devjin0617)
2929
- [drag이벤트를 이용한 드래그 앤 드롭이 가능한 이미지 컴포넌트](https://jsfiddle.net/changjoo_park/gjk2tqs5/) - [@changjoo-park](https://github.com/ChangJoo-Park/)
3030
- [slot을 이용한 폼 헬퍼](https://jsfiddle.net/changjoo_park/god12gok/) - [@changjoo-park](https://github.com/ChangJoo-Park/)
31+
- [동적 컴포넌트 예제](https://jsfiddle.net/kciter/zfkyn2wf/) - [@kciter](https://github.com/kciter/)

0 commit comments

Comments
 (0)