mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-07-01 20:08:55 +10:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
4abf09ed60 |
2
Gemfile
2
Gemfile
@ -1,6 +1,6 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "jekyll-theme-chirpy", "~> 4.2", ">= 4.2.0"
|
gem "jekyll-theme-chirpy", "~> 4.2", ">= 4.2.1"
|
||||||
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
# If you have any plugins, put them here!
|
# If you have any plugins, put them here!
|
||||||
|
@ -76,7 +76,11 @@ post:
|
|||||||
button:
|
button:
|
||||||
next: Newer
|
next: Newer
|
||||||
previous: Older
|
previous: Older
|
||||||
copy: Copied!
|
copy_code:
|
||||||
|
succeed: Copied!
|
||||||
|
share_link:
|
||||||
|
title: Copy link
|
||||||
|
succeed: Link copied successfully!
|
||||||
# pinned prompt of posts list on homepage
|
# pinned prompt of posts list on homepage
|
||||||
pin_prompt: Pinned
|
pin_prompt: Pinned
|
||||||
|
|
||||||
|
@ -76,7 +76,11 @@ post:
|
|||||||
button:
|
button:
|
||||||
next: Terbaru
|
next: Terbaru
|
||||||
previous: Terlama
|
previous: Terlama
|
||||||
copy: Disalin!
|
copy_code:
|
||||||
|
succeed: Disalin!
|
||||||
|
share_link:
|
||||||
|
title: Salin tautan
|
||||||
|
succeed: Tautan berhasil disalin!
|
||||||
# pinned prompt of posts list on homepage
|
# pinned prompt of posts list on homepage
|
||||||
pin_prompt: Disematkan
|
pin_prompt: Disematkan
|
||||||
|
|
||||||
|
@ -75,7 +75,11 @@ post:
|
|||||||
button:
|
button:
|
||||||
next: 下一篇
|
next: 下一篇
|
||||||
previous: 上一篇
|
previous: 上一篇
|
||||||
copy: 已复制!
|
copy_code:
|
||||||
|
succeed: 已复制!
|
||||||
|
share_link:
|
||||||
|
title: 分享链接
|
||||||
|
succeed: 链接已复制!
|
||||||
# pinned prompt of posts list on homepage
|
# pinned prompt of posts list on homepage
|
||||||
pin_prompt: 顶置
|
pin_prompt: 顶置
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user