forked from jekyllrb-ko/jekyllrb-ko.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (97 loc) · 4.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
layout: default
title: Jekyll • 심플하고 블로그 지향적인 정적 사이트
overview: true
---
<section class="intro">
<div class="grid">
<div class="unit whole center-on-mobiles">
<p class="first">순수한 텍스트 파일을 웹사이트와 블로그로 변신시켜 보세요.</p>
</div>
</div>
</section>
<section class="comment">
<div class="grid">
<div class="unit whole center-on-mobiles">
{% assign bc = site.data.ko.base-commits[0] %}
<p>※ 이 사이트는 <a href="{{ site.repository }}/tree/{{ bc.hash }}">{{ bc.date | date: "%Y년 %-m월 %-d일자 " }}문서</a>의 번역본입니다. 번역에 관련된 이슈나 PR 은 <a href="https://github.com/jekyllrb-ko/jekyllrb-ko.github.io">jekyllrb-ko</a> 로 부탁드립니다.</p>
</div>
</div>
</section>
<section class="features">
<div class="grid">
<div class="unit one-third">
<h2>심플함</h2>
<p>
데이터베이스도 댓글 관리도 성가신 업데이트도 없습니다 - 오직 <em>당신의 컨텐츠</em> 뿐입니다.
</p>
<a href="/docs/usage/">Jekyll 이 하는 일 →</a>
</div>
<div class="unit one-third">
<h2>정적</h2>
<p><a href="http://daringfireball.net/projects/markdown/">Markdown</a> (또는 <a href="http://redcloth.org/textile">Textile</a>), <a href="https://github.com/Shopify/liquid/wiki">Liquid</a>, HTML <span class="amp">&</span> CSS 를 넣으면, 바로 게시할 수 있는 사이트가 완성됩니다.</p>
<a href="/docs/templates/">Jekyll 템플릿 설명서 →</a>
</div>
<div class="unit one-third">
<h2>블로그 지향적</h2>
<p>
고유주소, 카테고리, 페이지, 포스트, 사용자 레이아웃 등의 기능이 기본적으로 포함되어 있습니다.
</p>
<a href="/docs/migrations/">블로그 마이그레이션 →</a>
</div>
<div class="clear"></div>
</div>
</section>
<section class="quickstart">
<div class="grid">
<div class="unit golden-small center-on-mobiles">
<h3>준비에서 실행까지 단 <em>몇 초</em> 만에 끝</h3>
</div>
<div class="unit golden-large code">
<p class="title">빠른시작 방법</p>
<div class="shell">
<p class="line">
<span class="path">~</span>
<span class="prompt">$</span>
<span class="command">gem install jekyll</span>
</p>
<p class="line">
<span class="path">~</span>
<span class="prompt">$</span>
<span class="command">jekyll new my-awesome-site</span>
</p>
<p class="line">
<span class="path">~</span>
<span class="prompt">$</span>
<span class="command">cd my-awesome-site</span>
</p>
<p class="line">
<span class="path">~/my-awesome-site</span>
<span class="prompt">$</span>
<span class="command">jekyll serve</span>
</p>
<p class="line">
<span class="output"># => 이제 브라우저로 http://localhost:4000 에 접속</span>
</p>
</div>
</div>
<div class="clear"></div>
</div>
</section>
<section class="free-hosting">
<div class="grid">
<div class="unit whole">
<div class="grid pane">
<div class="unit whole center-on-mobiles">
<img src="img/octojekyll.png" width="300" height="251" alt="Free Jekyll hosting on GitHub Pages">
<div class="pane-content">
<h2 class="center-on-mobiles">GitHub Pages 로 <strong>무료 호스팅</strong></h2>
<p>호스팅 업체와의 실랑이에 지쳤나요? <a href="http://pages.github.com/">GitHub Pages</a> 는 <em>Jekyll 로 작동</em> 하기 때문에, GitHub 을 사용하여 무료로, 쉽게 자신의 사이트를 게시할 수 있습니다—<a href="https://help.github.com/articles/setting-up-a-custom-domain-with-pages">사용자 도메인</a> 및 기타 등등.</p>
<a href="http://pages.github.com/">GitHub Pages 에 대해 더 자세히 알아보세요 →</a>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</section>