Skip to content

Commit 1acd265

Browse files
committed
Add Jekyll site with Just the Docs theme
1 parent 33b07ee commit 1acd265

55 files changed

Lines changed: 17756 additions & 0 deletions

Some content is hidden

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

Gemfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
5+
# gem "rails"
6+
7+
gem "jekyll-remote-theme"
8+
gem "github-pages", group: :jekyll_plugins
9+
gem "jekyll-include-cache"

Gemfile.lock

Lines changed: 311 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,311 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (8.0.2)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.2.0)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.2)
22+
coffee-script (2.4.1)
23+
coffee-script-source
24+
execjs
25+
coffee-script-source (1.12.2)
26+
colorator (1.1.0)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.3)
30+
csv (3.3.5)
31+
dnsruby (1.72.4)
32+
base64 (~> 0.2.0)
33+
logger (~> 1.6.5)
34+
simpleidn (~> 0.2.1)
35+
drb (2.2.3)
36+
em-websocket (0.5.3)
37+
eventmachine (>= 0.12.9)
38+
http_parser.rb (~> 0)
39+
ethon (0.16.0)
40+
ffi (>= 1.15.0)
41+
eventmachine (1.2.7)
42+
execjs (2.10.0)
43+
faraday (2.13.2)
44+
faraday-net_http (>= 2.0, < 3.5)
45+
json
46+
logger
47+
faraday-net_http (3.4.1)
48+
net-http (>= 0.5.0)
49+
ffi (1.17.2-aarch64-linux-gnu)
50+
ffi (1.17.2-aarch64-linux-musl)
51+
ffi (1.17.2-arm-linux-gnu)
52+
ffi (1.17.2-arm-linux-musl)
53+
ffi (1.17.2-arm64-darwin)
54+
ffi (1.17.2-x86_64-darwin)
55+
ffi (1.17.2-x86_64-linux-gnu)
56+
ffi (1.17.2-x86_64-linux-musl)
57+
forwardable-extended (2.6.0)
58+
gemoji (4.1.0)
59+
github-pages (232)
60+
github-pages-health-check (= 1.18.2)
61+
jekyll (= 3.10.0)
62+
jekyll-avatar (= 0.8.0)
63+
jekyll-coffeescript (= 1.2.2)
64+
jekyll-commonmark-ghpages (= 0.5.1)
65+
jekyll-default-layout (= 0.1.5)
66+
jekyll-feed (= 0.17.0)
67+
jekyll-gist (= 1.5.0)
68+
jekyll-github-metadata (= 2.16.1)
69+
jekyll-include-cache (= 0.2.1)
70+
jekyll-mentions (= 1.6.0)
71+
jekyll-optional-front-matter (= 0.3.2)
72+
jekyll-paginate (= 1.1.0)
73+
jekyll-readme-index (= 0.3.0)
74+
jekyll-redirect-from (= 0.16.0)
75+
jekyll-relative-links (= 0.6.1)
76+
jekyll-remote-theme (= 0.4.3)
77+
jekyll-sass-converter (= 1.5.2)
78+
jekyll-seo-tag (= 2.8.0)
79+
jekyll-sitemap (= 1.4.0)
80+
jekyll-swiss (= 1.0.0)
81+
jekyll-theme-architect (= 0.2.0)
82+
jekyll-theme-cayman (= 0.2.0)
83+
jekyll-theme-dinky (= 0.2.0)
84+
jekyll-theme-hacker (= 0.2.0)
85+
jekyll-theme-leap-day (= 0.2.0)
86+
jekyll-theme-merlot (= 0.2.0)
87+
jekyll-theme-midnight (= 0.2.0)
88+
jekyll-theme-minimal (= 0.2.0)
89+
jekyll-theme-modernist (= 0.2.0)
90+
jekyll-theme-primer (= 0.6.0)
91+
jekyll-theme-slate (= 0.2.0)
92+
jekyll-theme-tactile (= 0.2.0)
93+
jekyll-theme-time-machine (= 0.2.0)
94+
jekyll-titles-from-headings (= 0.5.3)
95+
jemoji (= 0.13.0)
96+
kramdown (= 2.4.0)
97+
kramdown-parser-gfm (= 1.1.0)
98+
liquid (= 4.0.4)
99+
mercenary (~> 0.3)
100+
minima (= 2.5.1)
101+
nokogiri (>= 1.16.2, < 2.0)
102+
rouge (= 3.30.0)
103+
terminal-table (~> 1.4)
104+
webrick (~> 1.8)
105+
github-pages-health-check (1.18.2)
106+
addressable (~> 2.3)
107+
dnsruby (~> 1.60)
108+
octokit (>= 4, < 8)
109+
public_suffix (>= 3.0, < 6.0)
110+
typhoeus (~> 1.3)
111+
html-pipeline (2.14.3)
112+
activesupport (>= 2)
113+
nokogiri (>= 1.4)
114+
http_parser.rb (0.8.0)
115+
i18n (1.14.7)
116+
concurrent-ruby (~> 1.0)
117+
jekyll (3.10.0)
118+
addressable (~> 2.4)
119+
colorator (~> 1.0)
120+
csv (~> 3.0)
121+
em-websocket (~> 0.5)
122+
i18n (>= 0.7, < 2)
123+
jekyll-sass-converter (~> 1.0)
124+
jekyll-watch (~> 2.0)
125+
kramdown (>= 1.17, < 3)
126+
liquid (~> 4.0)
127+
mercenary (~> 0.3.3)
128+
pathutil (~> 0.9)
129+
rouge (>= 1.7, < 4)
130+
safe_yaml (~> 1.0)
131+
webrick (>= 1.0)
132+
jekyll-avatar (0.8.0)
133+
jekyll (>= 3.0, < 5.0)
134+
jekyll-coffeescript (1.2.2)
135+
coffee-script (~> 2.2)
136+
coffee-script-source (~> 1.12)
137+
jekyll-commonmark (1.4.0)
138+
commonmarker (~> 0.22)
139+
jekyll-commonmark-ghpages (0.5.1)
140+
commonmarker (>= 0.23.7, < 1.1.0)
141+
jekyll (>= 3.9, < 4.0)
142+
jekyll-commonmark (~> 1.4.0)
143+
rouge (>= 2.0, < 5.0)
144+
jekyll-default-layout (0.1.5)
145+
jekyll (>= 3.0, < 5.0)
146+
jekyll-feed (0.17.0)
147+
jekyll (>= 3.7, < 5.0)
148+
jekyll-gist (1.5.0)
149+
octokit (~> 4.2)
150+
jekyll-github-metadata (2.16.1)
151+
jekyll (>= 3.4, < 5.0)
152+
octokit (>= 4, < 7, != 4.4.0)
153+
jekyll-include-cache (0.2.1)
154+
jekyll (>= 3.7, < 5.0)
155+
jekyll-mentions (1.6.0)
156+
html-pipeline (~> 2.3)
157+
jekyll (>= 3.7, < 5.0)
158+
jekyll-optional-front-matter (0.3.2)
159+
jekyll (>= 3.0, < 5.0)
160+
jekyll-paginate (1.1.0)
161+
jekyll-readme-index (0.3.0)
162+
jekyll (>= 3.0, < 5.0)
163+
jekyll-redirect-from (0.16.0)
164+
jekyll (>= 3.3, < 5.0)
165+
jekyll-relative-links (0.6.1)
166+
jekyll (>= 3.3, < 5.0)
167+
jekyll-remote-theme (0.4.3)
168+
addressable (~> 2.0)
169+
jekyll (>= 3.5, < 5.0)
170+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
171+
rubyzip (>= 1.3.0, < 3.0)
172+
jekyll-sass-converter (1.5.2)
173+
sass (~> 3.4)
174+
jekyll-seo-tag (2.8.0)
175+
jekyll (>= 3.8, < 5.0)
176+
jekyll-sitemap (1.4.0)
177+
jekyll (>= 3.7, < 5.0)
178+
jekyll-swiss (1.0.0)
179+
jekyll-theme-architect (0.2.0)
180+
jekyll (> 3.5, < 5.0)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-cayman (0.2.0)
183+
jekyll (> 3.5, < 5.0)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-dinky (0.2.0)
186+
jekyll (> 3.5, < 5.0)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-hacker (0.2.0)
189+
jekyll (> 3.5, < 5.0)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-theme-leap-day (0.2.0)
192+
jekyll (> 3.5, < 5.0)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-theme-merlot (0.2.0)
195+
jekyll (> 3.5, < 5.0)
196+
jekyll-seo-tag (~> 2.0)
197+
jekyll-theme-midnight (0.2.0)
198+
jekyll (> 3.5, < 5.0)
199+
jekyll-seo-tag (~> 2.0)
200+
jekyll-theme-minimal (0.2.0)
201+
jekyll (> 3.5, < 5.0)
202+
jekyll-seo-tag (~> 2.0)
203+
jekyll-theme-modernist (0.2.0)
204+
jekyll (> 3.5, < 5.0)
205+
jekyll-seo-tag (~> 2.0)
206+
jekyll-theme-primer (0.6.0)
207+
jekyll (> 3.5, < 5.0)
208+
jekyll-github-metadata (~> 2.9)
209+
jekyll-seo-tag (~> 2.0)
210+
jekyll-theme-slate (0.2.0)
211+
jekyll (> 3.5, < 5.0)
212+
jekyll-seo-tag (~> 2.0)
213+
jekyll-theme-tactile (0.2.0)
214+
jekyll (> 3.5, < 5.0)
215+
jekyll-seo-tag (~> 2.0)
216+
jekyll-theme-time-machine (0.2.0)
217+
jekyll (> 3.5, < 5.0)
218+
jekyll-seo-tag (~> 2.0)
219+
jekyll-titles-from-headings (0.5.3)
220+
jekyll (>= 3.3, < 5.0)
221+
jekyll-watch (2.2.1)
222+
listen (~> 3.0)
223+
jemoji (0.13.0)
224+
gemoji (>= 3, < 5)
225+
html-pipeline (~> 2.2)
226+
jekyll (>= 3.0, < 5.0)
227+
json (2.13.0)
228+
kramdown (2.4.0)
229+
rexml
230+
kramdown-parser-gfm (1.1.0)
231+
kramdown (~> 2.0)
232+
liquid (4.0.4)
233+
listen (3.9.0)
234+
rb-fsevent (~> 0.10, >= 0.10.3)
235+
rb-inotify (~> 0.9, >= 0.9.10)
236+
logger (1.6.6)
237+
mercenary (0.3.6)
238+
minima (2.5.1)
239+
jekyll (>= 3.5, < 5.0)
240+
jekyll-feed (~> 0.9)
241+
jekyll-seo-tag (~> 2.1)
242+
minitest (5.25.5)
243+
net-http (0.6.0)
244+
uri
245+
nokogiri (1.18.8-aarch64-linux-gnu)
246+
racc (~> 1.4)
247+
nokogiri (1.18.8-aarch64-linux-musl)
248+
racc (~> 1.4)
249+
nokogiri (1.18.8-arm-linux-gnu)
250+
racc (~> 1.4)
251+
nokogiri (1.18.8-arm-linux-musl)
252+
racc (~> 1.4)
253+
nokogiri (1.18.8-arm64-darwin)
254+
racc (~> 1.4)
255+
nokogiri (1.18.8-x86_64-darwin)
256+
racc (~> 1.4)
257+
nokogiri (1.18.8-x86_64-linux-gnu)
258+
racc (~> 1.4)
259+
nokogiri (1.18.8-x86_64-linux-musl)
260+
racc (~> 1.4)
261+
octokit (4.25.1)
262+
faraday (>= 1, < 3)
263+
sawyer (~> 0.9)
264+
pathutil (0.16.2)
265+
forwardable-extended (~> 2.6)
266+
public_suffix (5.1.1)
267+
racc (1.8.1)
268+
rb-fsevent (0.11.2)
269+
rb-inotify (0.11.1)
270+
ffi (~> 1.0)
271+
rexml (3.4.1)
272+
rouge (3.30.0)
273+
rubyzip (2.4.1)
274+
safe_yaml (1.0.5)
275+
sass (3.7.4)
276+
sass-listen (~> 4.0.0)
277+
sass-listen (4.0.0)
278+
rb-fsevent (~> 0.9, >= 0.9.4)
279+
rb-inotify (~> 0.9, >= 0.9.7)
280+
sawyer (0.9.2)
281+
addressable (>= 2.3.5)
282+
faraday (>= 0.17.3, < 3)
283+
securerandom (0.4.1)
284+
simpleidn (0.2.3)
285+
terminal-table (1.8.0)
286+
unicode-display_width (~> 1.1, >= 1.1.1)
287+
typhoeus (1.4.1)
288+
ethon (>= 0.9.0)
289+
tzinfo (2.0.6)
290+
concurrent-ruby (~> 1.0)
291+
unicode-display_width (1.8.0)
292+
uri (1.0.3)
293+
webrick (1.9.1)
294+
295+
PLATFORMS
296+
aarch64-linux-gnu
297+
aarch64-linux-musl
298+
arm-linux-gnu
299+
arm-linux-musl
300+
arm64-darwin
301+
x86_64-darwin
302+
x86_64-linux-gnu
303+
x86_64-linux-musl
304+
305+
DEPENDENCIES
306+
github-pages
307+
jekyll-include-cache
308+
jekyll-remote-theme
309+
310+
BUNDLED WITH
311+
2.6.8

_config.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
title: Dev Open Library # the main title
2+
remote_theme: just-the-docs/just-the-docs
3+
lang: en
4+
timezone: Asia/Seoul
5+
minimal_mistakes_skin: "default" # 원하는 스킨 선택 (air, aqua, contrast, dark, dirt, neon, mint, plum, sunrise)
6+
plugins:
7+
- jekyll-seo-tag
8+
- jekyll-sitemap
9+
- jekyll-gist
10+
- jekyll-paginate-v2
11+
- jekyll-remote-theme
12+
- jekyll-include-cache
13+
14+
include:
15+
- ../_config.yml
16+
17+
tagline: 개발과 관련된 지식을 자유롭게 공유하고 보관하는 장소입니다. # it will display as the subtitle
18+
19+
description: >- # used by seo meta and the atom feed
20+
A minimal, responsive and feature-rich Jekyll theme for technical writing.
21+
22+
collections:
23+
algorithm:
24+
output: true
25+
permalink: /Algorithm/:path/
26+
datastructure:
27+
output: true
28+
permalink: /Data Structure/:path/
29+
30+
31+
markdown: kramdown
32+
highlighter: rouge

_site/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# clean-code-study
2+
> [Clean Code(클린 코드)](https://product.kyobobook.co.kr/detail/S000001032980) (로버트 C. 마틴 저자(글)) 도서의 내용을 정리합니다.
3+
4+
# 목차
5+
- 1장 - [깨끗한 코드](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter1-clean-code.md)
6+
- 2장 - [의미있는 이름](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter2-meaningful-names.md)
7+
- 3장 - [함수](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter3-function.md)
8+
- 4장 - [주석](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter4-annotation.md)
9+
- 5장 - [형식 맞추기](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter5-consistent-formatting%20.md)
10+
- 6장 - [객체와 자료 구조](https://github.com/devopenlibrary/clean-code-study/blob/main/chpater6-obejct-and-data-structure.md)
11+
- 7장 - [오류 처리](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter7-error-handling.md)
12+
- 8장 - [경계](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter8-boundary.md)
13+
- 9장 - [단위 테스트](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter9-unit-test.md)
14+
- 10장 - [클래스](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter10-class.md)
15+
- 11장 - [시스템](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter11-system.md)
16+
- 12장 - [창발성](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter12-emergence.md)
17+
- 13장 - [동시성](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter13-concurrency.md)
18+
- 14장 - [점진적인 개선](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter14-incremental-improvement.md)
19+
- 15장 - [JUnit](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter15-junit.md)
20+
- 16장 - [SerialDate 리팩토링](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter16-SerialDate-refactoring.md)
21+
- 17장 - [냄새와 휴리스틱](https://github.com/devopenlibrary/clean-code-study/blob/main/chapter17-smell-and-heuristic.md)

0 commit comments

Comments
 (0)