Skip to content

Commit

Permalink
Update critical file(s) according to Chirpy v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
traviscibot committed Aug 9, 2021
1 parent 8bc728c commit e4cfc5d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "jekyll-theme-chirpy", "~> 4.1", ">= 4.1.0"
gem "jekyll-theme-chirpy", "~> 4.1", ">= 4.1.1"

group :jekyll_plugins do
# If you have any plugins, put them here!
Expand Down
8 changes: 0 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ baseurl: ''
# Go to folder '_data/locales' to check the available language options
lang: en

# The lang attribute of HTML › http://www.lingoes.net/en/translator/langcode.htm
# We can specify a language different from the layout of the content.
# If it is not assigned, the site will use the value of 'lang' instead.
content_lang: ''

# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
timezone: Asia/Shanghai

Expand Down Expand Up @@ -173,6 +168,3 @@ jekyll-archives:
permalinks:
tag: /tags/:name/
category: /categories/:name/

# Outdated configuration warning
outdated: '-- Missing configuration options! --'
6 changes: 3 additions & 3 deletions _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ post:
published: 'on'
updated: Updated
timeago:
day: d ago
hour: hr ago
minute: min ago
day: days ago
hour: hours ago
minute: minutes ago
just_now: just now
words: words
pageview_measure: views
Expand Down
4 changes: 2 additions & 2 deletions _data/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ search:
panel:
lastmod: 最近更新
trending_tags: 热门标签
toc: 目录
toc: 文章内容

# The liquid date format › http://strftime.net/
date_format:
tooltip: '%a, %F, %R %z'
tooltip: '%F, %R %z'
post:
long: '%F'
short: '%m-%d'
Expand Down

0 comments on commit e4cfc5d

Please sign in to comment.