Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
17 changes: 0 additions & 17 deletions .github/DISCUSSION_TEMPLATE/general.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/DISCUSSION_TEMPLATE/ideas.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/DISCUSSION_TEMPLATE/q-a.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

2 changes: 0 additions & 2 deletions .github/codeql/codeql-config.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/dependabot.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/starter/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- master
paths-ignore:
- .gitignore
- README.md
Expand Down
26 changes: 13 additions & 13 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ theme: jekyll-theme-chirpy
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en
lang: ko-KR

# Change to your timezone › https://zones.arilyn.cc
timezone: Asia/Shanghai
timezone: Asia/Seoul

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: 배기의 기술 블로그 # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: 코딩, 배움, 춤 추듯 # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
코딩, 배움, 춤 추듯

# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: 'https://JINOJ37.github.io'

github:
username: github_username # change to your GitHub username
username: JINOJ37 # change to your GitHub username

twitter:
username: twitter_username # change to your Twitter username
#twitter:
# username: twitter_username # change to your Twitter username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
email: example@domain.com # change to your email address
name: Nam Jin
email: jinoj0423@gmail.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your Twitter homepage
- https://github.com/username # change to your GitHub homepage
# https://twitter.com/username # change to your Twitter homepage
- https://github.com/JINOJ37 # change to your GitHub homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand Down
Loading
Loading