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

블로그 설정 업데이트 #5038

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

gem "webrick", "~> 1.9"
gem "csv"
gem "base64"
gem "faraday-retry"
gem 'wdm', '>= 0.1.0', platforms: [:mingw, :mswin]
gem 'tzinfo'
gem 'tzinfo-data'
110 changes: 51 additions & 59 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@

# 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" # "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 : "hidoKim"
title_separator : "|"
subtitle : "Hello world"# site tagline that appears below site title in masthead
name : "hido Kim"
description : "히도의 블로그입니다"
url : "https://hidoKim.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)
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 : "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 : "hidokim" # 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
facebook:
Expand Down Expand Up @@ -84,7 +84,7 @@ google:
# SEO Related
google_site_verification :
bing_site_verification :
naver_site_verification :
naver_site_verification : "6493d3565fc83f72b535a9652269fae6786e4a9e"
yandex_site_verification :
baidu_site_verification :

Expand All @@ -105,60 +105,49 @@ social:

# Analytics
analytics:
provider : # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id :
anonymize_ip : # true, false (default)
provider : "google-gtag" # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id : "G-X8DYZRK0FK"
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 :
links:
name : "김도연"
avatar : "/assets/images/jjangAa.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "가천대 컴퓨터공학과"
location : "South Korea"
email :
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:your.name@email.com"
url: "mailto:kimdoyeon0113@naver.com"
- 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://hidokim.github.io"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
url: "https://github.com/hidokim"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
url: "https://www.instagram.com/doyeon_ww"

# 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/hidokim"
# - label: "GitLab"
# icon: "fab fa-fw fa-gitlab"
# # url:
# - label: "Bitbucket"
# icon: "fab fa-fw fa-bitbucket"
# # url:
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url:
url: "https://www.instagram.com/doyeon_ww/"


# Reading Files
Expand Down Expand Up @@ -227,8 +216,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
paginate: 5 # amount of posts to show
Expand Down Expand Up @@ -290,16 +278,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 +308,10 @@ 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: "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"
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
---

Sorry, but the page you were trying to view does not exist.
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
---
56 changes: 56 additions & 0 deletions _posts/2024-11-11-first.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
layout: single
title: "첫번째 포스팅"
categories: coding
tags: [python, blog, jekyll]
toc : true
author_profile : false
sidebar :
nav: "docs"
# search : false
---
**[공지사항]** [신규 업데이트 안내] ()
{: .notice--danger}
<div class = "notice--success">
<h4>공지사항입니다</h4>
<ul>
<li>공지사항1</li>
<li>공지사항2</li>
<li>공지사항3</li>
</ul>
</div>

[구글로가기](http://google.com){: .btn .btn--danger}


# 오늘 처음 블로그를 만들었습니다
### 이미지 세부목차
```python
import sys
input = sys.stdin.readline


def sumNum (num) :
maxNum = num[0] #최댓값
result = num[0] #중간값

for i in range(1, len(num)) :
result = max(num[i], result + num[i])

maxNum = max(maxNum, result)

return maxNum #최댓값 반환


def main() :
N = int(input().strip())
num = list(map(int, input().split()))
print(sumNum(num))

main()
```


# 목차2
### 목차세부1
### 목차세부2
Binary file added assets/images/blogMain.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/jjangAa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions google9f551ec8a5393f59.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google9f551ec8a5393f59.html
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading