Skip to content

Commit c5c1032

Browse files
committed
블로그 설정 변경(기본셋팅 변경)
1 parent 3965f65 commit c5c1032

File tree

4 files changed

+103
-93
lines changed

4 files changed

+103
-93
lines changed

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
source "https://rubygems.org"
2+
gem "jekyll", "~> 4.4.1"
3+
gem "jekyll-seo-tag"
4+
gem 'jekyll-multiple-languages-plugin'
5+
gem 'fiddle'
6+
gem 'faraday-retry'
7+
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
28
gemspec

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ task :watch_js do
184184
end
185185
end
186186

187+
task :serve do
188+
sh "rm -rf _site && bundle exec jekyll serve"
189+
end
190+
187191
task :version => ["docs/_data/theme.yml", "README.md", "docs/_pages/home.md"]
188192

189193
file "docs/_data/theme.yml" => "package.json" do |t|

_config.yml

Lines changed: 93 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -11,113 +11,120 @@
1111
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
1212

1313
# theme : "minimal-mistakes-jekyll"
14-
remote_theme : "mmistakes/minimal-mistakes"
15-
minimal_mistakes_skin : "mint" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
14+
remote_theme: "mmistakes/minimal-mistakes"
15+
minimal_mistakes_skin: "mint" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
1616

1717
# Site Settings
18-
locale : "en-US"
19-
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
20-
title : "개발 블로그"
21-
title_separator : "-"
22-
subtitle : # site tagline that appears below site title in masthead
23-
name : "devkdb"
24-
description : "나의 개발 블로그"
25-
url : "https://devkdb.github.io"
26-
baseurl : # the subpath of your site, e.g. "/blog"
27-
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
28-
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
29-
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
30-
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
31-
breadcrumbs : # true, false (default)
32-
words_per_minute : 200
33-
enable_copy_code_button : # true, false (default)
34-
copyright : # "copyright" name, defaults to site.title
35-
copyright_url : # "copyright" URL, defaults to site.url
18+
locale: "ko-KR"
19+
rtl: # true, false (default) # turns direction of the page into right to left for RTL languages
20+
title: "Bongster Note"
21+
title_separator: "|"
22+
subtitle: "kleine Positive Aktion"
23+
name: "Bongster"
24+
description: "Bongster's Dev & Life Journal"
25+
# de: "Bongsters Reise: Entwicklung & Leben"
26+
# ko: "기술과 일상을 기록하는 블로그"
27+
# en: "Bongster's Dev & Life Journal"
28+
# de: "Ein Blog über Entwicklung, kreativität und Lebenserfahrungen"
29+
30+
url: "https://devkdb.github.io"
31+
baseurl: # the subpath of your site, e.g. "/blog"
32+
repository: # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
33+
teaser: # path of fallback teaser image, e.g. "/assets/images/500x300.png"
34+
logo: "/assets/images/bongsternote-logo.webp"
35+
masthead_title: # overrides the website title displayed in the masthead, use " " for no title
36+
breadcrumbs: true
37+
words_per_minute: 200
38+
enable_copy_code_button: # true, false (default)
39+
copyright: # "copyright" name, defaults to site.title
40+
copyright_url: # "copyright" URL, defaults to site.url
3641
comments:
37-
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
42+
provider: # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
3843
disqus:
39-
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
44+
shortname: # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
4045
discourse:
41-
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
46+
server: # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
4247
facebook:
4348
# https://developers.facebook.com/docs/plugins/comments
44-
appid :
45-
num_posts : # 5 (default)
46-
colorscheme : # "light" (default), "dark"
49+
appid:
50+
num_posts: # 5 (default)
51+
colorscheme: # "light" (default), "dark"
4752
utterances:
48-
theme : # "github-light" (default), "github-dark"
49-
issue_term : # "pathname" (default)
53+
theme: # "github-light" (default), "github-dark"
54+
issue_term: # "pathname" (default)
5055
giscus:
51-
repo_id : # Shown during giscus setup at https://giscus.app
52-
category_name : # Full text name of the category
53-
category_id : # Shown during giscus setup at https://giscus.app
54-
discussion_term : # "pathname" (default), "url", "title", "og:title"
55-
reactions_enabled : # '1' for enabled (default), '0' for disabled
56-
theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
57-
strict : # 1 for enabled, 0 for disabled (default)
58-
input_position : # "top", "bottom" # The comment input box will be placed above or below the comments
59-
emit_metadata : # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage
60-
lang : # "en" (default)
61-
lazy : # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.
56+
repo_id: # Shown during giscus setup at https://giscus.app
57+
category_name: # Full text name of the category
58+
category_id: # Shown during giscus setup at https://giscus.app
59+
discussion_term: # "pathname" (default), "url", "title", "og:title"
60+
reactions_enabled: # '1' for enabled (default), '0' for disabled
61+
theme: # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
62+
strict: # 1 for enabled, 0 for disabled (default)
63+
input_position: # "top", "bottom" # The comment input box will be placed above or below the comments
64+
emit_metadata: # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage
65+
lang: # "en" (default)
66+
lazy: # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.
6267
staticman:
63-
branch : # "master"
64-
endpoint : # "https://{your Staticman v3 API}/v3/entry/github/"
68+
branch: # "master"
69+
endpoint: # "https://{your Staticman v3 API}/v3/entry/github/"
6570
reCaptcha:
66-
siteKey :
67-
secret :
71+
siteKey:
72+
secret:
6873
atom_feed:
69-
path : # blank (default) uses feed.xml
70-
hide : # true, false (default)
71-
search : # true, false (default)
72-
search_full_content : # true, false (default)
73-
search_provider : # lunr (default), algolia, google
74+
path: # blank (default) uses feed.xml
75+
hide: # true, false (default)
76+
search: # true, false (default)
77+
search_full_content: # true, false (default)
78+
search_provider: # lunr (default), algolia, google
7479
lunr:
75-
search_within_pages : # true, false (default)
80+
search_within_pages: # true, false (default)
7681
algolia:
77-
application_id : # YOUR_APPLICATION_ID
78-
index_name : # YOUR_INDEX_NAME
79-
search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY
80-
powered_by : # true (default), false
82+
application_id: # YOUR_APPLICATION_ID
83+
index_name: # YOUR_INDEX_NAME
84+
search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY
85+
powered_by: # true (default), false
8186
google:
82-
search_engine_id : # YOUR_SEARCH_ENGINE_ID
83-
instant_search : # false (default), true
87+
search_engine_id: # YOUR_SEARCH_ENGINE_ID
88+
instant_search: # false (default), true
8489
# SEO Related
85-
google_site_verification :
86-
bing_site_verification :
87-
naver_site_verification :
88-
yandex_site_verification :
89-
baidu_site_verification :
90+
google_site_verification:
91+
bing_site_verification:
92+
naver_site_verification:
93+
yandex_site_verification:
94+
baidu_site_verification:
9095

9196
# Social Sharing
9297
twitter:
93-
username :
98+
username:
9499
facebook:
95-
username :
96-
app_id :
97-
publisher :
98-
og_image : # Open Graph/Twitter default site image
100+
username:
101+
app_id:
102+
publisher:
103+
og_image: # Open Graph/Twitter default site image
99104
# For specifying social profiles
100105
# - https://developers.google.com/structured-data/customize/social-profiles
101106
social:
102-
type : # Person or Organization (defaults to Person)
103-
name : # If the user or organization name differs from the site's name
107+
type: # Person or Organization (defaults to Person)
108+
name: # If the user or organization name differs from the site's name
104109
links: # An array of links to social media profiles
105110

106111
# Analytics
107112
analytics:
108-
provider : # false (default), "google", "google-universal", "google-gtag", "custom"
113+
provider: # false (default), "google", "google-universal", "google-gtag", "custom"
109114
google:
110-
tracking_id :
111-
anonymize_ip : # true, false (default)
112-
115+
tracking_id:
116+
anonymize_ip: # true, false (default)
113117

114118
# Site Author
115119
author:
116-
name : "Your Name"
117-
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
118-
bio : "I am an **amazing** person."
119-
location : "Somewhere"
120-
email :
120+
name: "Bongster"
121+
avatar: # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
122+
bio: "Bongster의 개발 & 라이프 블로그"
123+
# de: "Bongsters Reise: Entwicklung & Leben."
124+
# ko: "봉스터의 개발 그리고 라이프 블로그 입니다."
125+
# en: "Bongster's Dev & Life Journal."
126+
location: "South Korea"
127+
email:
121128
links:
122129
- label: "Email"
123130
icon: "fas fa-fw fa-envelope-square"
@@ -160,7 +167,6 @@ footer:
160167
icon: "fab fa-fw fa-instagram"
161168
# url:
162169

163-
164170
# Reading Files
165171
include:
166172
- .htaccess
@@ -198,15 +204,13 @@ keep_files:
198204
encoding: "utf-8"
199205
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
200206

201-
202207
# Conversion
203208
markdown: kramdown
204209
highlighter: rouge
205210
lsi: false
206211
excerpt_separator: "\n\n"
207212
incremental: false
208213

209-
210214
# Markdown Processing
211215
kramdown:
212216
input: GFM
@@ -218,18 +222,15 @@ kramdown:
218222
smart_quotes: lsquo,rsquo,ldquo,rdquo
219223
enable_coderay: false
220224

221-
222225
# Sass/SCSS
223226
sass:
224227
sass_dir: _sass
225228
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
226229

227-
228230
# Outputting
229231
permalink: /:categories/:title/
230232
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
231233

232-
233234
# Pagination with jekyll-paginate
234235
paginate: 5 # amount of posts to show
235236
paginate_path: /page:num/
@@ -241,21 +242,20 @@ pagination:
241242
# Set enabled to true to use paginate v2
242243
enabled: true
243244
debug: false
244-
collection: 'posts'
245+
collection: "posts"
245246
per_page: 10
246-
permalink: '/page/:num/'
247-
title: ':title - page :num'
247+
permalink: "/page/:num/"
248+
title: ":title - page :num"
248249
limit: 0
249-
sort_field: 'date'
250+
sort_field: "date"
250251
sort_reverse: true
251-
category: 'posts'
252-
tag: ''
253-
locale: ''
252+
category: "posts"
253+
tag: ""
254+
locale: ""
254255
trail:
255256
before: 2
256257
after: 2
257258

258-
259259
# Plugins (previously gems:)
260260
plugins:
261261
- jekyll-paginate
@@ -264,7 +264,7 @@ plugins:
264264
- jekyll-feed
265265
- jekyll-include-cache
266266
- jekyll-seo-tag
267-
267+
268268
# mimic GitHub Pages with --safe
269269
whitelist:
270270
- jekyll-paginate
@@ -273,7 +273,6 @@ whitelist:
273273
- jekyll-feed
274274
- jekyll-include-cache
275275

276-
277276
# Archives
278277
# Type
279278
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
@@ -302,7 +301,6 @@ tag_archive:
302301
# category: /categories/:name/
303302
# tag: /tags/:name/
304303

305-
306304
# HTML Compression
307305
# - https://jch.penibelst.de/
308306
compress_html:
@@ -328,3 +326,5 @@ defaults:
328326
comments: true
329327
share: true
330328
related: true
329+
show_date: true
330+
# date_format: "%Y-%m-%d"
594 KB
Loading

0 commit comments

Comments
 (0)