feat: update config and locale

This commit is contained in:
2023-06-25 17:58:07 +09:00
parent d4823c7191
commit 46364090e5
2 changed files with 104 additions and 11 deletions

View File

@@ -13,14 +13,14 @@ baseurl: ""
lang: en
# Change to your timezone http://www.timezoneconverter.com/cgi-bin/findzone/findzone
timezone:
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: Life Log # the main title
tagline: A text-focused Jekyll theme # it will display as the sub-title
tagline: Recording Life # it will display as the sub-title
description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
@@ -29,20 +29,19 @@ description: >- # used by seo meta and the atom feed
url: ""
github:
username: github_username # change to your github username
username: calofmijuck # change to your github username
twitter:
username: twitter_username # change to your twitter username
username: calofmijuck # 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: Sungchan Yi
email: calofmijuck@snu.ac.kr # 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://github.com/calofmijuck # change to your github homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
@@ -70,7 +69,7 @@ google_analytics:
# light - Use the light color scheme
# dark - Use the dark color scheme
#
theme_mode: # [light|dark]
theme_mode: light
# The CDN endpoint for images.
# Notice that once it is assigned, the CDN url
@@ -80,7 +79,7 @@ theme_mode: # [light|dark]
img_cdn:
# the avatar on sidebar, support local or CORS resources
avatar:
avatar: assets/img/avatar.png
# boolean type, the global switch for TOC in posts.
toc: true
@@ -197,3 +196,6 @@ jekyll-archives:
permalinks:
tag: /tags/:name/
category: /categories/:name/
plugins:
- jekyll-include-cache