Skip to content

Commit dba4d70

Browse files
author
zuby
committed
init
1 parent 0220f04 commit dba4d70

File tree

290 files changed

+6764
-8126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+6764
-8126
lines changed

404.html

+23-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
---
2-
layout: 404
3-
title: 404
4-
show_title: false
5-
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

Gemfile

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
source "https://rubygems.org"
2-
3-
# gem "jekyll-text-theme", path: "../"
4-
gem "jekyll-text-theme"
5-
6-
gem "tzinfo-data"
7-
gem "wdm", "~> 0.1.0" if Gem.win_platform?
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

Gemfile.lock

+174-18
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,95 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.1)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
4+
activesupport (4.2.10)
5+
i18n (~> 0.7)
76
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
88
tzinfo (~> 1.1)
99
addressable (2.5.2)
1010
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
1115
colorator (1.1.0)
16+
commonmarker (0.17.13)
17+
ruby-enum (~> 0.5)
1218
concurrent-ruby (1.0.5)
19+
dnsruby (1.61.2)
20+
addressable (~> 2.5)
1321
em-websocket (0.5.1)
1422
eventmachine (>= 0.12.9)
1523
http_parser.rb (~> 0.6.0)
24+
ethon (0.11.0)
25+
ffi (>= 1.3.0)
1626
eventmachine (1.2.7)
27+
eventmachine (1.2.7-x64-mingw32)
28+
execjs (2.7.0)
29+
faraday (0.15.3)
30+
multipart-post (>= 1.2, < 3)
1731
ffi (1.9.25)
32+
ffi (1.9.25-x64-mingw32)
1833
forwardable-extended (2.6.0)
1934
gemoji (3.0.0)
35+
github-pages (192)
36+
activesupport (= 4.2.10)
37+
github-pages-health-check (= 1.8.1)
38+
jekyll (= 3.7.4)
39+
jekyll-avatar (= 0.6.0)
40+
jekyll-coffeescript (= 1.1.1)
41+
jekyll-commonmark-ghpages (= 0.1.5)
42+
jekyll-default-layout (= 0.1.4)
43+
jekyll-feed (= 0.10.0)
44+
jekyll-gist (= 1.5.0)
45+
jekyll-github-metadata (= 2.9.4)
46+
jekyll-mentions (= 1.4.1)
47+
jekyll-optional-front-matter (= 0.3.0)
48+
jekyll-paginate (= 1.1.0)
49+
jekyll-readme-index (= 0.2.0)
50+
jekyll-redirect-from (= 0.14.0)
51+
jekyll-relative-links (= 0.5.3)
52+
jekyll-remote-theme (= 0.3.1)
53+
jekyll-sass-converter (= 1.5.2)
54+
jekyll-seo-tag (= 2.5.0)
55+
jekyll-sitemap (= 1.2.0)
56+
jekyll-swiss (= 0.4.0)
57+
jekyll-theme-architect (= 0.1.1)
58+
jekyll-theme-cayman (= 0.1.1)
59+
jekyll-theme-dinky (= 0.1.1)
60+
jekyll-theme-hacker (= 0.1.1)
61+
jekyll-theme-leap-day (= 0.1.1)
62+
jekyll-theme-merlot (= 0.1.1)
63+
jekyll-theme-midnight (= 0.1.1)
64+
jekyll-theme-minimal (= 0.1.1)
65+
jekyll-theme-modernist (= 0.1.1)
66+
jekyll-theme-primer (= 0.5.3)
67+
jekyll-theme-slate (= 0.1.1)
68+
jekyll-theme-tactile (= 0.1.1)
69+
jekyll-theme-time-machine (= 0.1.1)
70+
jekyll-titles-from-headings (= 0.5.1)
71+
jemoji (= 0.10.1)
72+
kramdown (= 1.17.0)
73+
liquid (= 4.0.0)
74+
listen (= 3.1.5)
75+
mercenary (~> 0.3)
76+
minima (= 2.5.0)
77+
nokogiri (>= 1.8.2, < 2.0)
78+
rouge (= 2.2.1)
79+
terminal-table (~> 1.4)
80+
github-pages-health-check (1.8.1)
81+
addressable (~> 2.3)
82+
dnsruby (~> 1.60)
83+
octokit (~> 4.0)
84+
public_suffix (~> 2.0)
85+
typhoeus (~> 1.3)
2086
html-pipeline (2.8.4)
2187
activesupport (>= 2)
2288
nokogiri (>= 1.4)
2389
http_parser.rb (0.6.0)
2490
i18n (0.9.5)
2591
concurrent-ruby (~> 1.0)
26-
jekyll (3.8.3)
92+
jekyll (3.7.4)
2793
addressable (~> 2.4)
2894
colorator (~> 1.0)
2995
em-websocket (~> 0.5)
@@ -36,19 +102,91 @@ GEM
36102
pathutil (~> 0.9)
37103
rouge (>= 1.7, < 4)
38104
safe_yaml (~> 1.0)
39-
jekyll-feed (0.9.3)
105+
jekyll-avatar (0.6.0)
106+
jekyll (~> 3.0)
107+
jekyll-coffeescript (1.1.1)
108+
coffee-script (~> 2.2)
109+
coffee-script-source (~> 1.11.1)
110+
jekyll-commonmark (1.2.0)
111+
commonmarker (~> 0.14)
112+
jekyll (>= 3.0, < 4.0)
113+
jekyll-commonmark-ghpages (0.1.5)
114+
commonmarker (~> 0.17.6)
115+
jekyll-commonmark (~> 1)
116+
rouge (~> 2)
117+
jekyll-default-layout (0.1.4)
118+
jekyll (~> 3.0)
119+
jekyll-feed (0.10.0)
40120
jekyll (~> 3.3)
121+
jekyll-gist (1.5.0)
122+
octokit (~> 4.2)
123+
jekyll-github-metadata (2.9.4)
124+
jekyll (~> 3.1)
125+
octokit (~> 4.0, != 4.4.0)
126+
jekyll-mentions (1.4.1)
127+
html-pipeline (~> 2.3)
128+
jekyll (~> 3.0)
129+
jekyll-optional-front-matter (0.3.0)
130+
jekyll (~> 3.0)
41131
jekyll-paginate (1.1.0)
132+
jekyll-readme-index (0.2.0)
133+
jekyll (~> 3.0)
134+
jekyll-redirect-from (0.14.0)
135+
jekyll (~> 3.3)
136+
jekyll-relative-links (0.5.3)
137+
jekyll (~> 3.3)
138+
jekyll-remote-theme (0.3.1)
139+
jekyll (~> 3.5)
140+
rubyzip (>= 1.2.1, < 3.0)
42141
jekyll-sass-converter (1.5.2)
43142
sass (~> 3.4)
143+
jekyll-seo-tag (2.5.0)
144+
jekyll (~> 3.3)
44145
jekyll-sitemap (1.2.0)
45146
jekyll (~> 3.3)
46-
jekyll-text-theme (2.1.0)
147+
jekyll-swiss (0.4.0)
148+
jekyll-theme-architect (0.1.1)
149+
jekyll (~> 3.5)
150+
jekyll-seo-tag (~> 2.0)
151+
jekyll-theme-cayman (0.1.1)
152+
jekyll (~> 3.5)
153+
jekyll-seo-tag (~> 2.0)
154+
jekyll-theme-dinky (0.1.1)
155+
jekyll (~> 3.5)
156+
jekyll-seo-tag (~> 2.0)
157+
jekyll-theme-hacker (0.1.1)
47158
jekyll (~> 3.5)
48-
jekyll-feed (~> 0.9.2)
49-
jekyll-paginate (~> 1.1)
50-
jekyll-sitemap (~> 1.0)
51-
jemoji (~> 0.8)
159+
jekyll-seo-tag (~> 2.0)
160+
jekyll-theme-leap-day (0.1.1)
161+
jekyll (~> 3.5)
162+
jekyll-seo-tag (~> 2.0)
163+
jekyll-theme-merlot (0.1.1)
164+
jekyll (~> 3.5)
165+
jekyll-seo-tag (~> 2.0)
166+
jekyll-theme-midnight (0.1.1)
167+
jekyll (~> 3.5)
168+
jekyll-seo-tag (~> 2.0)
169+
jekyll-theme-minimal (0.1.1)
170+
jekyll (~> 3.5)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-modernist (0.1.1)
173+
jekyll (~> 3.5)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-primer (0.5.3)
176+
jekyll (~> 3.5)
177+
jekyll-github-metadata (~> 2.9)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-slate (0.1.1)
180+
jekyll (~> 3.5)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-tactile (0.1.1)
183+
jekyll (~> 3.5)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-time-machine (0.1.1)
186+
jekyll (~> 3.5)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-titles-from-headings (0.5.1)
189+
jekyll (~> 3.3)
52190
jekyll-watch (2.0.0)
53191
listen (~> 3.0)
54192
jemoji (0.10.1)
@@ -63,35 +201,53 @@ GEM
63201
ruby_dep (~> 1.2)
64202
mercenary (0.3.6)
65203
mini_portile2 (2.3.0)
204+
minima (2.5.0)
205+
jekyll (~> 3.5)
206+
jekyll-feed (~> 0.9)
207+
jekyll-seo-tag (~> 2.1)
66208
minitest (5.11.3)
209+
multipart-post (2.0.0)
67210
nokogiri (1.8.4)
68211
mini_portile2 (~> 2.3.0)
212+
nokogiri (1.8.4-x64-mingw32)
213+
mini_portile2 (~> 2.3.0)
214+
octokit (4.12.0)
215+
sawyer (~> 0.8.0, >= 0.5.3)
69216
pathutil (0.16.1)
70217
forwardable-extended (~> 2.6)
71-
public_suffix (3.0.3)
218+
public_suffix (2.0.5)
72219
rb-fsevent (0.10.3)
73220
rb-inotify (0.9.10)
74221
ffi (>= 0.5.0, < 2)
75-
rouge (3.2.1)
222+
rouge (2.2.1)
223+
ruby-enum (0.7.2)
224+
i18n
76225
ruby_dep (1.5.0)
226+
rubyzip (1.2.2)
77227
safe_yaml (1.0.4)
78-
sass (3.5.7)
228+
sass (3.6.0)
79229
sass-listen (~> 4.0.0)
80230
sass-listen (4.0.0)
81231
rb-fsevent (~> 0.9, >= 0.9.4)
82232
rb-inotify (~> 0.9, >= 0.9.7)
233+
sawyer (0.8.1)
234+
addressable (>= 2.3.5, < 2.6)
235+
faraday (~> 0.8, < 1.0)
236+
terminal-table (1.8.0)
237+
unicode-display_width (~> 1.1, >= 1.1.1)
83238
thread_safe (0.3.6)
239+
typhoeus (1.3.0)
240+
ethon (>= 0.9.0)
84241
tzinfo (1.2.5)
85242
thread_safe (~> 0.1)
86-
tzinfo-data (1.2018.5)
87-
tzinfo (>= 1.0.0)
243+
unicode-display_width (1.4.0)
88244

89245
PLATFORMS
90246
ruby
247+
x64-mingw32
91248

92249
DEPENDENCIES
93-
jekyll-text-theme
94-
tzinfo-data
250+
github-pages
95251

96252
BUNDLED WITH
97-
1.16.4
253+
1.16.5

README.md

-2
This file was deleted.

Simple-Jekyll-Search.sublime-project

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders":
3+
[
4+
{
5+
"path": "."
6+
}
7+
]
8+
}

_authors/zuby.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: zuby
3+
title: 김주현
4+
---

0 commit comments

Comments
 (0)