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 #4993

Closed
wants to merge 36 commits into from
Closed

Update #4993

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
0f408f3
Update _config.yml
KyungbinKo Aug 31, 2024
8c99986
Create 2024-09-01-first.md
KyungbinKo Aug 31, 2024
c2d2796
Update _config.yml
KyungbinKo Aug 31, 2024
811ed75
Update _config.yml
KyungbinKo Aug 31, 2024
0b6e98e
Rename 2024-09-01-first.md to 2024-09-01-first-post.md
KyungbinKo Aug 31, 2024
04265d6
Update 2024-09-01-first.md
KyungbinKo Aug 31, 2024
ee7ac68
Update 2024-09-01-first-post.md
KyungbinKo Aug 31, 2024
df84d68
Update _config.yml
KyungbinKo Aug 31, 2024
455babc
Rename 2024-09-01-first-post.md to 2024-08-31-first-post.md
KyungbinKo Aug 31, 2024
44b75ed
Update _config.yml
KyungbinKo Aug 31, 2024
70b022e
Update _config.yml
KyungbinKo Aug 31, 2024
0624104
Update _config.yml
KyungbinKo Aug 31, 2024
3906204
Update _config.yml
KyungbinKo Aug 31, 2024
a19ccde
Update _config.yml
KyungbinKo Aug 31, 2024
f7e4f0a
Update _config.yml
KyungbinKo Aug 31, 2024
6d0ee60
Update _config.yml
KyungbinKo Aug 31, 2024
57384a7
Update _config.yml
KyungbinKo Aug 31, 2024
61321c1
Update _config.yml
KyungbinKo Aug 31, 2024
d35782f
Update _config.yml
KyungbinKo Aug 31, 2024
40e2d41
Image update
KyungbinKo Aug 31, 2024
fa43e4f
Image Update
KyungbinKo Aug 31, 2024
c18bccf
Delete image.png
KyungbinKo Aug 31, 2024
986e7c6
수정
KyungbinKo Sep 1, 2024
e111199
add comment
KyungbinKo Sep 5, 2024
b4f05b9
구글 애널리틱스 추가
KyungbinKo Sep 23, 2024
fc8d6f6
테마 변경, SNS 링크 삽입, Pagination 설정
KyungbinKo Sep 23, 2024
4cdc420
카테고리 추가
KyungbinKo Sep 23, 2024
69d423f
#태그 추가
KyungbinKo Sep 23, 2024
c2141bc
목차 설정, 404 페이지 수정, SEO 등록
KyungbinKo Sep 30, 2024
5c49a48
네이버 등록
KyungbinKo Sep 30, 2024
d71300a
블로그 내 검색 기능 추가, 폰트 변경
KyungbinKo Oct 1, 2024
2d5f51a
공지사항, 버튼, 유튜브 영상 추가
KyungbinKo Oct 1, 2024
c8aff41
테스트 커밋
KyungbinKo Oct 1, 2024
7df3934
Pull request test
KyungbinKo Oct 1, 2024
61b9ddc
Merge pull request #1 from KyungbinKo/gh-pages
KyungbinKo Oct 1, 2024
8a9dda0
Merge branch 'mmistakes:master' into update
KyungbinKo Oct 1, 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: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"mushan.vscode-paste-image"
]
}
6 changes: 6 additions & 0 deletions .vscode/setting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pasteImage.path": "${projectRoot}/images/",
"pasteImage.basePath": "${projectRoot}/images/",
"pasteImage.forceUnixStyleSeparator": true,
"pasteImage.prefix": "/images/"
}
11 changes: 9 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
source "https://rubygems.org"
gemspec
source 'https://rubygems.org'

gem "jekyll", "~> 4.3.3"
gem "minimal-mistakes-jekyll"
gem 'wdm', '>= 0.1.0' if Gem.win_platform?

gem "webrick", "~> 1.8"
gem 'tzinfo'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
98 changes: 41 additions & 57 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 : "contrast" # "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 : "Keib's Blog"
title_separator : "|"
subtitle : "Always Novice"
name : "Keib"
description : "Keib의 블로그입니다."
url : "https://KyungbinKo.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/Koala_Logo.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 : "keib"
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 : "2990a38d692cdaa7a90790ecf1cd005dcef322d4"
yandex_site_verification :
baidu_site_verification :

Expand All @@ -105,60 +105,42 @@ 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-M3HLCR19M5"
anonymize_ip : false # true, false (default)


# Site Author
author:
name : "Your Name"
name : "Keib"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
email :
bio : "Keib의 블로그입니다."
location : "South Korea"
email : "[email protected]"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:your.name@email.com"
url: "mailto:bin990616@gmail.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://kyungbinko.github.io"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
url: "https://github.com/KyungbinKo"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
url: "https://www.instagram.com/keib0615"

# 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/KyungbinKo"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url:
url: "https://www.instagram.com/keib0615"


# Reading Files
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 @@ -309,7 +291,6 @@ compress_html:
ignore:
envs: development


# Defaults
defaults:
# _posts
Expand All @@ -320,6 +301,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"
21 changes: 19 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# 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"
children:
- title: "Tag"
url: /tags/



# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
Expand Down
10 changes: 10 additions & 0 deletions _pages/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Page Not Found"
excerpt: "Page not found. Your pixels are in another canvas."
sitemap: false
permalink: /404.html
---

<div style="text-align: center;">
<img src="../../assets/images/koala404.png" alt="Koala404" style="width: 50%; height: auto;">
</div>
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
---
49 changes: 49 additions & 0 deletions _posts/2024-08-31-first-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: single
title: "첫 블로그 포스팅입니다."
categories: coding
tags: [python, blog, jekyll]
toc: true
author_profile: false
sidebar:
nav: "docs"
search: true
---
**[공지사항]** [지킬 블로그 신규 업데이트 안내 드립니다.](https://mmistakes.github.io/minimal-mistakes/docs/utility-classes/#notices)
{: .notice--info}

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

[Git](https://github.com/KyungbinKo?tab=repositories){: .btn .btn--danger}

{% include video id="q0P3TSoVNDM" provider="youtube" %}


# 오늘 처음 블로그를 만들었어요
앞으로 열심히 해보겠습니다!!!
## 실시간 반영 Update
## Configuration 업데이트
```python
import random

secret_number = random.randint(1, 100)
while True:
guess = int(input("Guess the number between 1 and 100: "))

if guess == secret_number:
print("Congratulations! You guessed the number!")
break
elif guess < secret_number:
print("Too low! Try again.")
else:
print("Too high! Try again.")
```

![Koala](../../assets/images/Koala_Logo.png)
4 changes: 4 additions & 0 deletions _sass/minimal-mistakes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@
@import "minimal-mistakes/archive";
@import "minimal-mistakes/sidebar";
@import "minimal-mistakes/print";

/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Cute+Font&family=Do+Hyeon&display=swap');
// @import url('https://fonts.googleapis.com/css2?family=Cute+Font&display=swap');
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $indent-var: 1.3em !default;

/* system typefaces */
$serif: Georgia, Times, serif !default;
$sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
$sans-serif: -apple-system, BlinkMacSystemFont, "Do Hyeon", "Roboto", "Segoe UI", //"Cute Font"
"Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
$monospace: Monaco, Consolas, "Lucida Console", monospace !default;

Expand Down
Binary file added assets/images/Koala_Logo.png
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/koala404.png
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/panda404.png
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 google11475a3a4d606aaa.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google11475a3a4d606aaa.html
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "minimal-mistakes",
"name": "package.json",
"private": true,
"version": "4.26.2",
"description": "Minimal Mistakes 2 column Jekyll theme.",
"repository": {
"type": "git",
"url": "https://github.com/mmistakes/minimal-mistakes.git"
"url": "git+https://github.com/mmistakes/minimal-mistakes.git"
},
"keywords": [
"jekyll",
Expand All @@ -23,5 +23,13 @@
},
"devDependencies": {
"uglify-js": "^3.17.4"
},
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}
Loading