Skip to content

Commit 77f09e5

Browse files
committedJan 11, 2021
Update first version
1 parent ed6beaf commit 77f09e5

8 files changed

+438
-4
lines changed
 

‎.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
_site/
2-
.sass-cache/
3-
.jekyll-cache/
1+
_site
2+
.sass-cache
3+
.jekyll-cache
44
.jekyll-metadata
5+
vendor

‎404.html

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

‎Gemfile

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
#gem "jekyll", "~> 3.9.0"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
gem 'minima'
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
gem "github-pages", group: :jekyll_plugins
16+
# If you have any plugins, put them here!
17+
group :jekyll_plugins do
18+
gem "jekyll-feed", "~> 0.12"
19+
end
20+
21+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
22+
# and associated library.
23+
platforms :mingw, :x64_mingw, :mswin, :jruby do
24+
gem "tzinfo", "~> 1.2"
25+
gem "tzinfo-data"
26+
end
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30+

‎Gemfile.lock

+273
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,273 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.3.4)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.7)
20+
dnsruby (1.61.5)
21+
simpleidn (~> 0.1)
22+
em-websocket (0.5.2)
23+
eventmachine (>= 0.12.9)
24+
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
26+
ffi (>= 1.3.0)
27+
eventmachine (1.2.7)
28+
execjs (2.7.0)
29+
faraday (1.3.0)
30+
faraday-net_http (~> 1.0)
31+
multipart-post (>= 1.2, < 3)
32+
ruby2_keywords
33+
faraday-net_http (1.0.0)
34+
ffi (1.14.2)
35+
forwardable-extended (2.6.0)
36+
gemoji (3.0.1)
37+
github-pages (209)
38+
github-pages-health-check (= 1.16.1)
39+
jekyll (= 3.9.0)
40+
jekyll-avatar (= 0.7.0)
41+
jekyll-coffeescript (= 1.1.1)
42+
jekyll-commonmark-ghpages (= 0.1.6)
43+
jekyll-default-layout (= 0.1.4)
44+
jekyll-feed (= 0.15.1)
45+
jekyll-gist (= 1.5.0)
46+
jekyll-github-metadata (= 2.13.0)
47+
jekyll-mentions (= 1.6.0)
48+
jekyll-optional-front-matter (= 0.3.2)
49+
jekyll-paginate (= 1.1.0)
50+
jekyll-readme-index (= 0.3.0)
51+
jekyll-redirect-from (= 0.16.0)
52+
jekyll-relative-links (= 0.6.1)
53+
jekyll-remote-theme (= 0.4.2)
54+
jekyll-sass-converter (= 1.5.2)
55+
jekyll-seo-tag (= 2.6.1)
56+
jekyll-sitemap (= 1.4.0)
57+
jekyll-swiss (= 1.0.0)
58+
jekyll-theme-architect (= 0.1.1)
59+
jekyll-theme-cayman (= 0.1.1)
60+
jekyll-theme-dinky (= 0.1.1)
61+
jekyll-theme-hacker (= 0.1.2)
62+
jekyll-theme-leap-day (= 0.1.1)
63+
jekyll-theme-merlot (= 0.1.1)
64+
jekyll-theme-midnight (= 0.1.1)
65+
jekyll-theme-minimal (= 0.1.1)
66+
jekyll-theme-modernist (= 0.1.1)
67+
jekyll-theme-primer (= 0.5.4)
68+
jekyll-theme-slate (= 0.1.1)
69+
jekyll-theme-tactile (= 0.1.1)
70+
jekyll-theme-time-machine (= 0.1.1)
71+
jekyll-titles-from-headings (= 0.5.3)
72+
jemoji (= 0.12.0)
73+
kramdown (= 2.3.0)
74+
kramdown-parser-gfm (= 1.1.0)
75+
liquid (= 4.0.3)
76+
mercenary (~> 0.3)
77+
minima (= 2.5.1)
78+
nokogiri (>= 1.10.4, < 2.0)
79+
rouge (= 3.23.0)
80+
terminal-table (~> 1.4)
81+
github-pages-health-check (1.16.1)
82+
addressable (~> 2.3)
83+
dnsruby (~> 1.60)
84+
octokit (~> 4.0)
85+
public_suffix (~> 3.0)
86+
typhoeus (~> 1.3)
87+
html-pipeline (2.14.0)
88+
activesupport (>= 2)
89+
nokogiri (>= 1.4)
90+
http_parser.rb (0.6.0)
91+
i18n (0.9.5)
92+
concurrent-ruby (~> 1.0)
93+
jekyll (3.9.0)
94+
addressable (~> 2.4)
95+
colorator (~> 1.0)
96+
em-websocket (~> 0.5)
97+
i18n (~> 0.7)
98+
jekyll-sass-converter (~> 1.0)
99+
jekyll-watch (~> 2.0)
100+
kramdown (>= 1.17, < 3)
101+
liquid (~> 4.0)
102+
mercenary (~> 0.3.3)
103+
pathutil (~> 0.9)
104+
rouge (>= 1.7, < 4)
105+
safe_yaml (~> 1.0)
106+
jekyll-avatar (0.7.0)
107+
jekyll (>= 3.0, < 5.0)
108+
jekyll-coffeescript (1.1.1)
109+
coffee-script (~> 2.2)
110+
coffee-script-source (~> 1.11.1)
111+
jekyll-commonmark (1.3.1)
112+
commonmarker (~> 0.14)
113+
jekyll (>= 3.7, < 5.0)
114+
jekyll-commonmark-ghpages (0.1.6)
115+
commonmarker (~> 0.17.6)
116+
jekyll-commonmark (~> 1.2)
117+
rouge (>= 2.0, < 4.0)
118+
jekyll-default-layout (0.1.4)
119+
jekyll (~> 3.0)
120+
jekyll-feed (0.15.1)
121+
jekyll (>= 3.7, < 5.0)
122+
jekyll-gist (1.5.0)
123+
octokit (~> 4.2)
124+
jekyll-github-metadata (2.13.0)
125+
jekyll (>= 3.4, < 5.0)
126+
octokit (~> 4.0, != 4.4.0)
127+
jekyll-mentions (1.6.0)
128+
html-pipeline (~> 2.3)
129+
jekyll (>= 3.7, < 5.0)
130+
jekyll-optional-front-matter (0.3.2)
131+
jekyll (>= 3.0, < 5.0)
132+
jekyll-paginate (1.1.0)
133+
jekyll-readme-index (0.3.0)
134+
jekyll (>= 3.0, < 5.0)
135+
jekyll-redirect-from (0.16.0)
136+
jekyll (>= 3.3, < 5.0)
137+
jekyll-relative-links (0.6.1)
138+
jekyll (>= 3.3, < 5.0)
139+
jekyll-remote-theme (0.4.2)
140+
addressable (~> 2.0)
141+
jekyll (>= 3.5, < 5.0)
142+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
143+
rubyzip (>= 1.3.0, < 3.0)
144+
jekyll-sass-converter (1.5.2)
145+
sass (~> 3.4)
146+
jekyll-seo-tag (2.6.1)
147+
jekyll (>= 3.3, < 5.0)
148+
jekyll-sitemap (1.4.0)
149+
jekyll (>= 3.7, < 5.0)
150+
jekyll-swiss (1.0.0)
151+
jekyll-theme-architect (0.1.1)
152+
jekyll (~> 3.5)
153+
jekyll-seo-tag (~> 2.0)
154+
jekyll-theme-cayman (0.1.1)
155+
jekyll (~> 3.5)
156+
jekyll-seo-tag (~> 2.0)
157+
jekyll-theme-dinky (0.1.1)
158+
jekyll (~> 3.5)
159+
jekyll-seo-tag (~> 2.0)
160+
jekyll-theme-hacker (0.1.2)
161+
jekyll (> 3.5, < 5.0)
162+
jekyll-seo-tag (~> 2.0)
163+
jekyll-theme-leap-day (0.1.1)
164+
jekyll (~> 3.5)
165+
jekyll-seo-tag (~> 2.0)
166+
jekyll-theme-merlot (0.1.1)
167+
jekyll (~> 3.5)
168+
jekyll-seo-tag (~> 2.0)
169+
jekyll-theme-midnight (0.1.1)
170+
jekyll (~> 3.5)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-minimal (0.1.1)
173+
jekyll (~> 3.5)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-modernist (0.1.1)
176+
jekyll (~> 3.5)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-primer (0.5.4)
179+
jekyll (> 3.5, < 5.0)
180+
jekyll-github-metadata (~> 2.9)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-slate (0.1.1)
183+
jekyll (~> 3.5)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-tactile (0.1.1)
186+
jekyll (~> 3.5)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-time-machine (0.1.1)
189+
jekyll (~> 3.5)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-titles-from-headings (0.5.3)
192+
jekyll (>= 3.3, < 5.0)
193+
jekyll-watch (2.2.1)
194+
listen (~> 3.0)
195+
jemoji (0.12.0)
196+
gemoji (~> 3.0)
197+
html-pipeline (~> 2.2)
198+
jekyll (>= 3.0, < 5.0)
199+
kramdown (2.3.0)
200+
rexml
201+
kramdown-parser-gfm (1.1.0)
202+
kramdown (~> 2.0)
203+
liquid (4.0.3)
204+
listen (3.4.0)
205+
rb-fsevent (~> 0.10, >= 0.10.3)
206+
rb-inotify (~> 0.9, >= 0.9.10)
207+
mercenary (0.3.6)
208+
mini_portile2 (2.5.0)
209+
minima (2.5.1)
210+
jekyll (>= 3.5, < 5.0)
211+
jekyll-feed (~> 0.9)
212+
jekyll-seo-tag (~> 2.1)
213+
minitest (5.14.3)
214+
multipart-post (2.1.1)
215+
nokogiri (1.11.1)
216+
mini_portile2 (~> 2.5.0)
217+
racc (~> 1.4)
218+
nokogiri (1.11.1-x86_64-linux)
219+
racc (~> 1.4)
220+
octokit (4.20.0)
221+
faraday (>= 0.9)
222+
sawyer (~> 0.8.0, >= 0.5.3)
223+
pathutil (0.16.2)
224+
forwardable-extended (~> 2.6)
225+
public_suffix (3.1.1)
226+
racc (1.5.2)
227+
rb-fsevent (0.10.4)
228+
rb-inotify (0.10.1)
229+
ffi (~> 1.0)
230+
rexml (3.2.4)
231+
rouge (3.23.0)
232+
ruby-enum (0.8.0)
233+
i18n
234+
ruby2_keywords (0.0.2)
235+
rubyzip (2.3.0)
236+
safe_yaml (1.0.5)
237+
sass (3.7.4)
238+
sass-listen (~> 4.0.0)
239+
sass-listen (4.0.0)
240+
rb-fsevent (~> 0.9, >= 0.9.4)
241+
rb-inotify (~> 0.9, >= 0.9.7)
242+
sawyer (0.8.2)
243+
addressable (>= 2.3.5)
244+
faraday (> 0.8, < 2.0)
245+
simpleidn (0.1.1)
246+
unf (~> 0.1.4)
247+
terminal-table (1.8.0)
248+
unicode-display_width (~> 1.1, >= 1.1.1)
249+
thread_safe (0.3.6)
250+
typhoeus (1.4.0)
251+
ethon (>= 0.9.0)
252+
tzinfo (1.2.9)
253+
thread_safe (~> 0.1)
254+
unf (0.1.4)
255+
unf_ext
256+
unf_ext (0.0.7.7)
257+
unicode-display_width (1.7.0)
258+
zeitwerk (2.4.2)
259+
260+
PLATFORMS
261+
ruby
262+
x86_64-linux
263+
264+
DEPENDENCIES
265+
github-pages
266+
jekyll-feed (~> 0.12)
267+
minima
268+
tzinfo (~> 1.2)
269+
tzinfo-data
270+
wdm (~> 0.1.1)
271+
272+
BUNDLED WITH
273+
2.2.4

‎_config.yml

+53-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,53 @@
1-
theme: jekyll-theme-minimal
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
#
11+
# If you need help with YAML syntax, here are some quick references for you:
12+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13+
# https://learnxinyminutes.com/docs/yaml/
14+
#
15+
# Site settings
16+
# These are used to personalize your new site. If you look in the HTML files,
17+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18+
# You can create any custom variable you would like, and they will be accessible
19+
# in the templates via {{ site.myvariable }}.
20+
21+
title: Kyoony's Blog
22+
email: hyeonkyoonlim@gmail.com
23+
description: >- # this means to ignore newlines until "baseurl:"
24+
작은 실천이 만드는 엄청난 변화를 믿습니다.
25+
baseurl: "" # the subpath of your site, e.g. /blog
26+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
27+
twitter_username:
28+
github_username: hyeonkyoon
29+
30+
# Build settings
31+
theme: minima
32+
plugins:
33+
- jekyll-feed
34+
35+
# Exclude from processing.
36+
# The following items will not be processed, by default.
37+
# Any item listed under the `exclude:` key here will be automatically added to
38+
# the internal "default list".
39+
#
40+
# Excluded items can be processed by explicitly listing the directories or
41+
# their entries' file path in the `include:` list.
42+
#
43+
# exclude:
44+
# - .sass-cache/
45+
# - .jekyll-cache/
46+
# - gemfiles/
47+
# - Gemfile
48+
# - Gemfile.lock
49+
# - node_modules/
50+
# - vendor/bundle/
51+
# - vendor/cache/
52+
# - vendor/gems/
53+
# - vendor/ruby/
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.