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

테스트 #4567

Closed
wants to merge 16 commits into from
Closed
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
source "https://rubygems.org"
gemspec
gemspecs
gem "webrick", "~> 1.8"
gem "minimal-mistakes-jekyll"

gem 'tzinfo'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
73 changes: 38 additions & 35 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
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"
locale : "ko-KR"
title : "JangKI's notepad"
title_separator : "|"
subtitle : "small positive action"
name : "JangKI"
description : "장광익의 블로그입니다."
url : "https://Jangkwangik.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 : false # true, false (default)
breadcrumbs : true # true, false (default)
words_per_minute : 200
comments:
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
provider : "disqus" # 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 : "jangkwangik"
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
Expand Down Expand Up @@ -75,7 +75,7 @@ google:
# SEO Related
google_site_verification :
bing_site_verification :
naver_site_verification :
naver_site_verification : "934ac18b314647c716e8d922bee4f76271768d69"
yandex_site_verification :
baidu_site_verification :

Expand All @@ -96,23 +96,23 @@ social:

# Analytics
analytics:
provider : false # 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-CTBDTYC3WE"
anonymize_ip : false # true, false (default)


# Site Author
author:
name : "Your Name"
name : "JangKI"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
email :
bio : "장광익의 개발 메모장 블로그입니다."
location : "South Korea"
email :
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:your.name@email.com"
url: "mailto:rhkdemforhs2@naver.com"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
Expand All @@ -124,10 +124,10 @@ author:
# url: "https://facebook.com/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
url: "https://github.com/Jangkwangik"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
url: "https://www.instagram.com/gwangig.j/"

# Site Footer
footer:
Expand All @@ -140,7 +140,7 @@ footer:
# url:
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url:
url: "https://github.com/Jangkwangik"
- label: "GitLab"
icon: "fab fa-fw fa-gitlab"
# url:
Expand All @@ -149,7 +149,7 @@ footer:
# url:
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url:
url: "https://www.instagram.com/gwangig.j/"


# Reading Files
Expand Down Expand Up @@ -220,7 +220,7 @@ sass:
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
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


# Plugins (previously gems:)
Expand Down Expand Up @@ -257,16 +257,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
Expand All @@ -287,6 +287,9 @@ defaults:
layout: single
author_profile: true
read_time: true
comments: # true
comments: true
share: true
related: true
show_date: true

date_format: "%Y-%m-%d"
24 changes: 22 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# main links
main:
- title: "Quick-Start Guide"
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
- 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: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
Expand Down
8 changes: 8 additions & 0 deletions _pages/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Page Not Found"
excerpt: "Page not found. Your pixels are in another canvas."
sitemap: false
permalink: /404.html
---

![](https://sitechecker.pro/wp-content/uploads/2023/06/404-status-code.png){: width="100%" height="98%"}
7 changes: 7 additions & 0 deletions _pages/category-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Category"
layout: categories
permalink: /categories/
author_profile: true
sideber_main: true
---
5 changes: 5 additions & 0 deletions _pages/search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Search
layout: search
permalink: /search/
---
7 changes: 7 additions & 0 deletions _pages/tag-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Tag"
layout: tags
permalink: /tags/
author_profile: true
sideber_main: true
---
32 changes: 32 additions & 0 deletions _posts/2023-09-19-first.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: single
title: "첫 포스팅 입니다. 설레네요."
categories: coding
tag: [python, blog, jekyll]
toc: true
author_profile: false
sidebar:
nav: "docs"
search: true
---

**[공지사항]** [지킬블로그 신규 업데이트 안내]
{: .notice--info}

<div class="notice--success">
<h4>공지사항입니다.</h4>
<ul>
<li>공지사항 순서1</li>
<li>공지사항 순서2</li>
<li>공지사항 순서3</li>
</ul>
</div>

[버튼입니다](https://google.com){: .btn .btn--success}

# 오늘 처음 블로그를 만들었어요.

앞으로 열심히 해보겠습니다.
테스트 수정

![james-harrison-vpOeXr5wmR4-unsplash](../images/2023-09-19-first/james-harrison-vpOeXr5wmR4-unsplash-1695214477248-2.jpg)
1 change: 1 addition & 0 deletions googlecd57a33c3562a0ed.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: googlecd57a33c3562a0ed.html
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading