Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Add minor updates including comments by Giscus
  • Loading branch information
iloveonsen committed Oct 19, 2023
1 parent f191d87 commit 6684d0a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 15 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source "https://rubygems.org"
gemspec
gem "webrick", "~> 1.8"
gem 'tzinfo'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
29 changes: 15 additions & 14 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
minimal_mistakes_skin : "contrast" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
locale : "ko-KR"
title : "iloveonsen.blog"
title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
title_separator : "|"
subtitle : "hot and warm"
name : "jayhwang"
description : "A building blog"
description : "블로그 제작 중입니다."
url : "https://iloveonsen.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
Expand All @@ -30,7 +30,7 @@ masthead_title : # overrides the website title displayed in the masthe
# breadcrumbs : false # true, false (default)
words_per_minute : 200
comments:
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
provider : "giscus" # 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-
discourse:
Expand All @@ -44,12 +44,12 @@ comments:
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"
repo_id : "R_kgDOKihMDQ" # Shown during giscus setup at https://giscus.app
category_name : "Announcements" # Full text name of the category
category_id : "DIC_kwDOKihMDc4CaRxt" # Shown during giscus setup at https://giscus.app
discussion_term : "pathname" # "pathname" (default), "url", "title", "og:title"
reactions_enabled : "1" # '1' for enabled (default), '0' for disabled
theme : "light_high_contrast" # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
staticman:
branch : # "master"
endpoint : # "https://{your Staticman v3 API}/v3/entry/github/"
Expand Down Expand Up @@ -105,9 +105,9 @@ analytics:
# Site Author
author:
name : "jayhwang"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "The tech **enthusiast**"
location : "Republic of Korea"
avatar : "/assets/images/ginzan_onsen_01.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "온천을 사랑하는 개발자"
location : "Seoul, Korea, Republic of"
email :
links:
- label: "Email"
Expand Down Expand Up @@ -290,3 +290,4 @@ defaults:
comments: # true
share: true
related: true
show_date: true
6 changes: 5 additions & 1 deletion _posts/2023-10-20-hello-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ title: "Welcome to my blog!"

**Hello world**, this is my first blog post.

I hope you like it!
I hope you like it!

Testing real time server update...

Comments by Giscus update...
Binary file added assets/images/ginzan_onsen_01.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/sakura_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6684d0a

Please sign in to comment.