diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..f1b369d2 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'github-pages', group: :jekyll_plugins diff --git a/_config.yml b/_config.yml index d30c7991..e461c2e7 100644 --- a/_config.yml +++ b/_config.yml @@ -9,4 +9,20 @@ google_analytics: UA-119938781-2 github: app_url: https://github.com/tom5079/Pupil-issue/releases/download/1.4/Pupil-v1.4.apk - issue_url: https://github.com/tom5079/Pupil-issue/issues/new/choose \ No newline at end of file + issue_url: https://github.com/tom5079/Pupil-issue/issues/new/choose + +t: + en: + header: + description: "Hitomi.la viewer for Android" + download: "Download app" + issue: "Having a problem?" + or: "or…" + email: "Send an E-mail" + ko: + header: + description: "안드로이드 Hitomi.la 뷰어" + download: "앱 다운로드" + issue: "문제가 있으세요?" + or: "또는…" + email: "이메일 보내기" diff --git a/_layouts/default.html b/_layouts/default.html index 93b08614..ad3acc81 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,10 +23,12 @@ @@ -41,4 +43,4 @@ - \ No newline at end of file + diff --git a/en/index.html b/en/index.html new file mode 100644 index 00000000..799ca64f --- /dev/null +++ b/en/index.html @@ -0,0 +1,26 @@ +--- +layout: default +lang: en +--- + +
+

Blog posts

+ {% assign posts=site.posts | where:"lang", page.lang %} + +
diff --git a/index.html b/index.html index 342dcf60..caf9f125 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,12 @@ ---- -layout: default ---- - -
-

Blog Posts

-
\ No newline at end of file + diff --git a/ko/index.html b/ko/index.html new file mode 100644 index 00000000..d71b6546 --- /dev/null +++ b/ko/index.html @@ -0,0 +1,26 @@ +--- +layout: default +lang: ko +--- + +
+

글 목록

+ {% assign posts=site.posts | where:"lang", page.lang %} + +