Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mislav/poignant-guide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gh-pages
Choose a base ref
...
head repository: rubykr/poignant-guide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gh-pages
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 6, 2015

  1. Get rid of CNAME

    marocchino committed Feb 6, 2015

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d63a49b View commit details
  2. Translate index page

    marocchino committed Feb 6, 2015
    Copy the full SHA
    032a2b6 View commit details
  3. Translate Chapter 1 (wip)

    marocchino committed Feb 6, 2015
    Copy the full SHA
    0781d57 View commit details

Commits on Oct 4, 2015

  1. Merge pull request #1 from marocchino/ko-ch1

    Translate Chapter 1 (wip)
    wagurano committed Oct 4, 2015
    Copy the full SHA
    18943a3 View commit details
Showing with 335 additions and 276 deletions.
  1. +0 −1 CNAME
  2. +2 −2 _config.yml
  3. +4 −4 _layouts/chapter.html
  4. +50 −5 _posts/1900-01-01-about-this-book.html
  5. +204 −189 guide.css
  6. +75 −75 index.html
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
permalink: none
lsi: false
pygments: true
highlighter: pygments
destination: public
markdown: rdiscount
rdiscount: { extensions: [smart] }
@@ -9,4 +9,4 @@ exclude:
- Guardfile
- README.markdown

title: "Why's (Poignant) Guide to Ruby"
title: "Why의 (감동적인) 루비 가이드"
8 changes: 4 additions & 4 deletions _layouts/chapter.html
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
---
<div id="banner">
<div class="pager">
<a class="pagebar" href="{% if page.previous %}{{ page.previous.url | remove_first:"/book/" }}{% else %}../{% endif %}">previous</a> |
<a class="pagebar" href="{% if page.next %}{{ page.next.url | remove_first:"/book/" }}{% else %}./{% endif %}">next</a>
<a class="pagebar" href="{% if page.previous %}{{ page.previous.url | remove_first:"/book/" }}{% else %}../{% endif %}">이전</a> |
<a class="pagebar" href="{% if page.next %}{{ page.next.url | remove_first:"/book/" }}{% else %}./{% endif %}">다음</a>
</div>
<div class="title">
<img src="../images/2006.chaptertitle.png" alt="{{ site.title }}" />
@@ -14,7 +14,7 @@
<div id="container">
<div class="page">
<div class="pageLinks">
<a class="pagebar" href="./">Contents</a>
<a class="pagebar" href="./">목차</a>
</div>
<div class="pageTitle">
<h3>{{ page.date | date: "%-d" }}.</h3>
@@ -28,7 +28,7 @@ <h1>{{ page.title }}</h1>
{{ content }}

<p style="text-align:right;">
<a href="{% if page.next %}{{ page.next.url | remove_first:"/book/" }}{% else %}./{% endif %}">Turn page.</a>
<a href="{% if page.next %}{{ page.next.url | remove_first:"/book/" }}{% else %}./{% endif %}">페이지 넘기기.</a>
</p>
</div>
</div>
55 changes: 50 additions & 5 deletions _posts/1900-01-01-about-this-book.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,58 @@
---
title: "About this Book"
title: "이 책에 관하여"
permalink: book/chapter-1.html
layout: chapter
---

<p><img src="../images/about.the.poignant.guide-1.gif" title="What a fantastic voyage!" alt="What a fantastic voyage!"></p>
<img src="../images/about.the.poignant.guide-1.gif" title="What a fantastic voyage!" alt="What a fantastic voyage!" />
<div class="caption-box">
<div class="caption">
엘프와 그의 팻인 햄입니다.
</div>
<div class="caption">
마법사로 둘러쌓인 기린입니다.
</div>
<div class="caption">
현미경 사이즈의 카나리아입니다.<br/>
이 가이드는 생명의 다양한 쇼케이스입니다.
</div>
</div>

<p><img src="../images/about.the.poignant.guide-2.jpg" title="Small infants can do it." alt="Small infants can do it."></p>
<img src="../images/about.the.poignant.guide-2.jpg" title="Small infants can do it." alt="Small infants can do it.">
<div class="caption-box">
<div class="caption">
2012년의 생방송<br/>
why의 감상적인 가이드에 감사합니다.
</div>
<div class="caption">
갓난아기도 루비를 배울 수 있어요!<br/>
그 정도로 간단해요!
</div>
<div class="caption"></div>
</div>

<p><img src="../images/about.the.poignant.guide-3.gif" title="The thoughtful reader." alt="The thoughtful reader."></p>
<img src="../images/about.the.poignant.guide-3.gif" title="The thoughtful reader." alt="The thoughtful reader.">
<div class="caption-box">
<div class="caption">
나는 Why의 감동적인 루비 가이드라는 이 이상한 책에 매우 감동했다.
</div>
<div class="caption">
진짜로, 마음속 깊은 곳으로 부터 대단하다고 생각한다.
</div>
<div class="caption">
몸 전채가 마요네즈가 뿌려진 아보카도로 가득찬 것 같은 기분이다.
</div>
</div>

<p><img src="../images/about.the.poignant.guide-4.gif" title="Meep." alt="Meep."></p>
<img src="../images/about.the.poignant.guide-4.gif" title="Meep." alt="Meep.">
<div class="caption-box">
<div class="caption">
나는 작아.
</div>
<div class="caption">
나에겐 모험이 있어!
</div>
<div class="caption">
그래. 이 책을 읽기 시작해보자!
</div>
</div>
Loading