Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

테스트 커밋 #4902

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
226 changes: 99 additions & 127 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,154 +12,134 @@

# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin: "air" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
title : "Site Title"
title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
name : "Your Name"
description : "An amazing website."
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
breadcrumbs : # true, false (default)
words_per_minute : 200
enable_copy_code_button : # true, false (default)
copyright : # "copyright" name, defaults to site.title
copyright_url : # "copyright" URL, defaults to site.url
locale: "ko-KR"
rtl: # true, false (default) # turns direction of the page into right to left for RTL languages
title: "김맥스의 개발기록"
title_separator: "|"
subtitle: "백엔드 개발자"
name: "Minho Kim"
description: "An amazing website."
url: "https://maxkmh712.github.io"
baseurl: # the subpath of your site, e.g. "/blog"
repository: # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser: # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo: # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title: # overrides the website title displayed in the masthead, use " " for no title
breadcrumbs: true # true, false (default) 네비게이션 메뉴
words_per_minute: 200
enable_copy_code_button: # true, false (default)
copyright: # "copyright" name, defaults to site.title
copyright_url: # "copyright" URL, defaults to site.url
comments:
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
provider: # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
disqus:
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
shortname: # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
server: # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
# https://developers.facebook.com/docs/plugins/comments
appid :
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
appid:
num_posts: # 5 (default)
colorscheme: # "light" (default), "dark"
utterances:
theme : # "github-light" (default), "github-dark"
issue_term : # "pathname" (default)
theme: # "github-light" (default), "github-dark"
issue_term: # "pathname" (default)
giscus:
repo_id : # Shown during giscus setup at https://giscus.app
category_name : # Full text name of the category
category_id : # Shown during giscus setup at https://giscus.app
discussion_term : # "pathname" (default), "url", "title", "og:title"
reactions_enabled : # '1' for enabled (default), '0' for disabled
theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
strict : # 1 for enabled, 0 for disabled (default)
input_position : # "top", "bottom" # The comment input box will be placed above or below the comments
emit_metadata : # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage
lang : # "en" (default)
lazy : # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.
repo_id: # Shown during giscus setup at https://giscus.app
category_name: # Full text name of the category
category_id: # Shown during giscus setup at https://giscus.app
discussion_term: # "pathname" (default), "url", "title", "og:title"
reactions_enabled: # '1' for enabled (default), '0' for disabled
theme: # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
strict: # 1 for enabled, 0 for disabled (default)
input_position: # "top", "bottom" # The comment input box will be placed above or below the comments
emit_metadata: # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage
lang: # "en" (default)
lazy: # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.
staticman:
branch : # "master"
endpoint : # "https://{your Staticman v3 API}/v3/entry/github/"
branch: # "master"
endpoint: # "https://{your Staticman v3 API}/v3/entry/github/"
reCaptcha:
siteKey :
secret :
siteKey:
secret:
atom_feed:
path : # blank (default) uses feed.xml
hide : # true, false (default)
search : # true, false (default)
search_full_content : # true, false (default)
search_provider : # lunr (default), algolia, google
path: # blank (default) uses feed.xml
hide: # true, false (default)
search: # true, false (default)
search_full_content: # true, false (default)
search_provider: # lunr (default), algolia, google
lunr:
search_within_pages : # true, false (default)
search_within_pages: # true, false (default)
algolia:
application_id : # YOUR_APPLICATION_ID
index_name : # YOUR_INDEX_NAME
search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY
powered_by : # true (default), false
application_id: # YOUR_APPLICATION_ID
index_name: # YOUR_INDEX_NAME
search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY
powered_by: # true (default), false
google:
search_engine_id : # YOUR_SEARCH_ENGINE_ID
instant_search : # false (default), true
search_engine_id: # YOUR_SEARCH_ENGINE_ID
instant_search: # false (default), true
# SEO Related
google_site_verification :
bing_site_verification :
naver_site_verification :
yandex_site_verification :
baidu_site_verification :
google_site_verification:
bing_site_verification:
naver_site_verification: "533cb9b4c9e2becefd32bbfe78d15a0cfa3e432c"
yandex_site_verification:
baidu_site_verification:

# Social Sharing
twitter:
username :
username:
facebook:
username :
app_id :
publisher :
og_image : # Open Graph/Twitter default site image
username:
app_id:
publisher:
og_image: # Open Graph/Twitter default site image
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
type: # Person or Organization (defaults to Person)
name: # If the user or organization name differs from the site's name
links: # An array of links to social media profiles

# Analytics
analytics:
provider : # false (default), "google", "google-universal", "google-gtag", "custom"
provider: "google-gtag" # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id :
anonymize_ip : # true, false (default)

tracking_id: "G-YBL37NK8V1"
anonymize_ip: false # true, false (default)

# Site Author
author:
name : "Your Name"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
email :
name:
avatar: "/assets/images/photo.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio:
location: "Seoul, South Korea"
email:
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:[email protected]"
url: "mailto:[email protected]"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url: "https://twitter.com/"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url: "https://facebook.com/"
url: "https://maxkmh712.github.io"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
url: "https://github.com/maxkmh712"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
url: "https://www.instagram.com/minoooookim?igsh=Mm5zamdia3g5NDVh&utm_source=qr"

# Site Footer
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url:
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url:
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url:
- label: "GitLab"
icon: "fab fa-fw fa-gitlab"
# url:
- label: "Bitbucket"
icon: "fab fa-fw fa-bitbucket"
# url:
url: "https://github.com/maxkmh712"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url:

url: "https://www.instagram.com/minoooookim?igsh=Mm5zamdia3g5NDVh&utm_source=qr"

# Reading Files
include:
Expand Down Expand Up @@ -198,15 +178,13 @@ keep_files:
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"


# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false


# Markdown Processing
kramdown:
input: GFM
Expand All @@ -218,17 +196,14 @@ kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false


# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style


# Outputting
permalink: /:categories/:title/
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

timezone: Asia/Seoul # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# Pagination with jekyll-paginate
paginate: 5 # amount of posts to show
Expand All @@ -241,21 +216,20 @@ pagination:
# Set enabled to true to use paginate v2
# enabled: true
debug: false
collection: 'posts'
collection: "posts"
per_page: 10
permalink: '/page/:num/'
title: ':title - page :num'
permalink: "/page/:num/"
title: ":title - page :num"
limit: 0
sort_field: 'date'
sort_field: "date"
sort_reverse: true
category: 'posts'
tag: ''
locale: ''
category: "posts"
tag: ""
locale: ""
trail:
before: 2
after: 2


# Plugins (previously gems:)
plugins:
- jekyll-paginate
Expand All @@ -272,7 +246,6 @@ whitelist:
- jekyll-feed
- jekyll-include-cache


# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
Expand All @@ -290,17 +263,16 @@ tag_archive:
type: liquid
path: /tags/
# https://github.com/jekyll/jekyll-archives
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/

jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive-taxonomy
tag: archive-taxonomy
permalinks:
category: /categories/:name/
tag: /tags/:name/

# HTML Compression
# - https://jch.penibelst.de/
Expand All @@ -309,7 +281,6 @@ compress_html:
ignore:
envs: development


# Defaults
defaults:
# _posts
Expand All @@ -323,3 +294,4 @@ defaults:
comments: # true
share: true
related: true
show_date: false # 글 작성 날짜
41 changes: 31 additions & 10 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
# main links
main:
- title: "Quick-Start Guide"
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
# url: /year-archive/
# - title: "Sample Collections"
# url: /collection-archive/
# - title: "Sitemap"
# url: /sitemap/
- title: "Category" # 우측 상단에 보이는 버튼 이름
url: /categories/
- title: "Tag" # 우측 상단에 보이는 버튼 이름
url: /tags/
- title: "Search" # 우측 상단에 보이는 버튼 이름
url: /search/

docs:
- title: "대목차1"
children:
- title: "Category"
url: /categories/
- title: "Tag"
url: /tags/

- title: "대목차2"
children:
- title: "Category"
url: /categories/
- title: "Tag"
url: /tags/
# - title: "Quick-Start Guide"
# url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
# url: /year-archive/
# - title: "Sample Collections"
# url: /collection-archive/
# - title: "Sitemap"
# url: /sitemap/
Loading
Loading