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

Update #4998

Closed
wants to merge 30 commits into from
Closed

Update #4998

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5b498fa
_config.yml
Park-Chanyeong Oct 2, 2024
b6d387f
Create 2024-10-03-first.md
Park-Chanyeong Oct 2, 2024
d95d952
Update 2024-10-03-first.md
Park-Chanyeong Oct 2, 2024
e1908bb
_config.yml
Park-Chanyeong Oct 2, 2024
1287618
2024-10-03-first.md
Park-Chanyeong Oct 2, 2024
cff06e2
Rename 2024-10-03-first.md to 2024-10-02-first.md
Park-Chanyeong Oct 2, 2024
80996cf
Add files via upload
Park-Chanyeong Oct 2, 2024
60c5c70
2024-10-02-test1.md
Park-Chanyeong Oct 2, 2024
bd3c7b4
이미지 추가함 ㅎ
Park-Chanyeong Oct 2, 2024
66ff489
이미지 재수정;
Park-Chanyeong Oct 2, 2024
2a350df
modified: Gemfile
Park-Chanyeong Oct 2, 2024
7dd8ff5
modified: Gemfile
Park-Chanyeong Oct 2, 2024
0972cef
modified: Gemfile
Park-Chanyeong Oct 2, 2024
c7d9333
실시간 반영 설정
Park-Chanyeong Oct 2, 2024
cd8de0d
댓글 기능 추가
Park-Chanyeong Oct 2, 2024
10702e4
댓글기능ㄹㅇ수정
Park-Chanyeong Oct 2, 2024
2b23ad5
구글 애널리틱스 추가
Park-Chanyeong Oct 2, 2024
fa3563d
블로그,이메일,깃헙 주소 추가
Park-Chanyeong Oct 2, 2024
66c2c3f
카테고리,태그 기능 추가
Park-Chanyeong Oct 2, 2024
9902dd0
404페이지 등록
Park-Chanyeong Oct 2, 2024
f154dca
뭔가 좀 했음
Park-Chanyeong Oct 2, 2024
2efaeeb
네이버 검색엔진 등록
Park-Chanyeong Oct 2, 2024
dd2a3cc
기능 추가
Park-Chanyeong Oct 2, 2024
75e4161
검색기능 추가
Park-Chanyeong Oct 2, 2024
8044b19
폰트 수정(근데 이건 아닌듯)
Park-Chanyeong Oct 2, 2024
4474991
공지사항 기능, 영상업로드 기능 추가
Park-Chanyeong Oct 3, 2024
89eb359
텍스트 수정
Park-Chanyeong Oct 3, 2024
ad57ec8
수정
Park-Chanyeong Oct 3, 2024
2ca55a7
Update 2024-10-02-test1.md
Park-Chanyeong Oct 3, 2024
131bc2e
Merge pull request #1 from Park-Chanyeong/gh-pages
Park-Chanyeong Oct 3, 2024
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
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
source "https://rubygems.org"
gemspec
gemspecs
gem "minimal-mistakes-jekyll"
gem 'tzinfo'
gem "webrick", "~> 1.8"
97 changes: 41 additions & 56 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,32 @@

# 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 : "aqua" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
locale : "ko-KR"
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"
title : "찬영's blog"
title_separator : "|"
subtitle : "small positive action"
# site tagline that appears below site title in masthead
name : "Chanyeong Park"
description : "박찬영은 오늘도 달린다."
url : "https://Park-Chanyeong.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"
logo : "/assets/images/pouyo.jpg"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
breadcrumbs : # true, false (default)
breadcrumbs : true
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 : "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 : "chanyeong-blog"
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
Expand Down Expand Up @@ -68,7 +69,7 @@ reCaptcha:
atom_feed:
path : # blank (default) uses feed.xml
hide : # true, false (default)
search : # true, false (default)
search : true # true, false (default)
search_full_content : # true, false (default)
search_provider : # lunr (default), algolia, google
lunr:
Expand All @@ -84,7 +85,7 @@ google:
# SEO Related
google_site_verification :
bing_site_verification :
naver_site_verification :
naver_site_verification : "94c74fa2a6bdb12816c3aad9807170389874aeb8"
yandex_site_verification :
baidu_site_verification :

Expand All @@ -105,57 +106,38 @@ social:

# 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-VKN4GMJ13Y"
anonymize_ip : false # true, false (default)


# Site Author
author:
name : "Your Name"
name : "Chanyeong Park"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
email :
bio : "박찬영의 멈추지 않는 질주"
location : "Seoul, Republic of Korea"
email : "[email protected]"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:your.name@email.com"
url: "pcy7805@naver.com"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
url: "https://blog.naver.com/pcy7805"
- 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/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
url: "https://github.com/Park-Chanyeong"

# 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/Park-Chanyeong"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url:
Expand Down Expand Up @@ -227,7 +209,7 @@ sass:

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


# Pagination with jekyll-paginate
Expand Down Expand Up @@ -290,16 +272,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 @@ -320,6 +302,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"
22 changes: 20 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# 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: "대목차"
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://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FrVuWa%2Fbtq0BDkP0Hm%2FL2l03RrUxkUvo3Owtw4vv1%2Fimg.gif)
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
sidebar_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
sidebar_main : true
---
31 changes: 31 additions & 0 deletions _posts/2024-10-02-first.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: single
title: "첫 포스팅 입니다."
toc: true
---

# 오늘 블로그 첫 오픈했어요!
열심히 기록하겠습니다.


toc- 포스팅 안에 스크롤 할때마다 목차 변하는 거
샵 두개 넣으면 세컨헤딩이 됨.
샵 세개 넣으면 세부 목차가 됨.

# 샵 하나는 제일 큰 목차
와우

## 큰 목차 1번
### 작은 세부 목차 1번
됐나?
### 작은 세부 목차 2번
됐을까
### 작은 세부 목차 3번
됐기를
# 와우 2
와우 2


**실시간으로 반영이 되는거냐?**

![pouyo](../images/2024-10-02-first/pouyo.jpg)
Loading
Loading