mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
add i18n && padding-left: 0.3rem && annotation
This commit is contained in:
20
_config.yml
20
_config.yml
@@ -136,7 +136,7 @@ error_img:
|
|||||||
# A simple 404 page
|
# A simple 404 page
|
||||||
error_404:
|
error_404:
|
||||||
enable: false
|
enable: false
|
||||||
subtitle: 'Page Not Found'
|
subtitle: "Page Not Found"
|
||||||
background: https://i.loli.net/2020/05/19/aKOcLiyPl2JQdFD.png
|
background: https://i.loli.net/2020/05/19/aKOcLiyPl2JQdFD.png
|
||||||
|
|
||||||
post_meta:
|
post_meta:
|
||||||
@@ -199,8 +199,10 @@ reward:
|
|||||||
# Easily browse and edit blog source code online.
|
# Easily browse and edit blog source code online.
|
||||||
post_edit:
|
post_edit:
|
||||||
enable: false
|
enable: false
|
||||||
url: https://github.com/user-name/repo-name/tree/branch-name/subdirectory-name/ # Link for view source
|
# Link for view source
|
||||||
#url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/ # Link for fork & edit
|
# url: https://github.com/user-name/repo-name/tree/branch-name/subdirectory-name/
|
||||||
|
# Link for fork & edit
|
||||||
|
# url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/
|
||||||
|
|
||||||
# Related Articles
|
# Related Articles
|
||||||
related_post:
|
related_post:
|
||||||
@@ -542,7 +544,7 @@ canvas_fluttering_ribbon:
|
|||||||
# https://github.com/hustcc/canvas-nest.js
|
# https://github.com/hustcc/canvas-nest.js
|
||||||
canvas_nest:
|
canvas_nest:
|
||||||
enable: false
|
enable: false
|
||||||
color: '0,0,255' #color of lines, default: '0,0,0'; RGB values: (R,G,B).(note: use ',' to separate.)
|
color: "0,0,255" #color of lines, default: '0,0,0'; RGB values: (R,G,B).(note: use ',' to separate.)
|
||||||
opacity: 0.7 # the opacity of line (0~1), default: 0.5.
|
opacity: 0.7 # the opacity of line (0~1), default: 0.5.
|
||||||
zIndex: -1 # z-index property of the background, default: -1.
|
zIndex: -1 # z-index property of the background, default: -1.
|
||||||
count: 99 # the number of lines, default: 99.
|
count: 99 # the number of lines, default: 99.
|
||||||
@@ -587,7 +589,7 @@ beautify:
|
|||||||
enable: false
|
enable: false
|
||||||
field: post # site/post
|
field: post # site/post
|
||||||
title-prefix-icon: '\f0c1'
|
title-prefix-icon: '\f0c1'
|
||||||
title-prefix-icon-color: '#F47466'
|
title-prefix-icon-color: "#F47466"
|
||||||
|
|
||||||
# Global font settings
|
# Global font settings
|
||||||
# Don't modify the following settings unless you know how they work (非必要不要修改)
|
# Don't modify the following settings unless you know how they work (非必要不要修改)
|
||||||
@@ -729,9 +731,9 @@ translate:
|
|||||||
# Time delay
|
# Time delay
|
||||||
translateDelay: 0
|
translateDelay: 0
|
||||||
# The text of the button when the language is Simplified Chinese
|
# The text of the button when the language is Simplified Chinese
|
||||||
msgToTraditionalChinese: '繁'
|
msgToTraditionalChinese: "繁"
|
||||||
# The text of the button when the language is Traditional Chinese
|
# The text of the button when the language is Traditional Chinese
|
||||||
msgToSimplifiedChinese: '簡'
|
msgToSimplifiedChinese: "簡"
|
||||||
|
|
||||||
# Read Mode (閲讀模式)
|
# Read Mode (閲讀模式)
|
||||||
readmode: true
|
readmode: true
|
||||||
@@ -814,8 +816,8 @@ aplayerInject:
|
|||||||
snackbar:
|
snackbar:
|
||||||
enable: false
|
enable: false
|
||||||
position: bottom-left
|
position: bottom-left
|
||||||
bg_light: '#49b1f5' # The background color of Toast Notification in light mode
|
bg_light: "#49b1f5" # The background color of Toast Notification in light mode
|
||||||
bg_dark: '#121212' # The background color of Toast Notification in dark mode
|
bg_dark: "#121212" # The background color of Toast Notification in dark mode
|
||||||
|
|
||||||
# https://instant.page/
|
# https://instant.page/
|
||||||
# prefetch (預加載)
|
# prefetch (預加載)
|
||||||
|
|||||||
@@ -30,12 +30,13 @@ post:
|
|||||||
copyright_notice: Copyright Notice
|
copyright_notice: Copyright Notice
|
||||||
copyright_content: 'All articles in this blog are licensed under <a href="%s">%s</a> unless stating additionally.'
|
copyright_content: 'All articles in this blog are licensed under <a href="%s">%s</a> unless stating additionally.'
|
||||||
recommend: Related Articles
|
recommend: Related Articles
|
||||||
|
edited: Edited on
|
||||||
|
|
||||||
search: Search
|
search: Search
|
||||||
algolia_search:
|
algolia_search:
|
||||||
input_placeholder: Search for Posts
|
input_placeholder: Search for Posts
|
||||||
hits_empty: "We didn't find any results for the search: ${query}."
|
hits_empty: "We didn't find any results for the search: ${query}."
|
||||||
hits_stats: '${hits} results found in ${time} ms'
|
hits_stats: "${hits} results found in ${time} ms"
|
||||||
|
|
||||||
local_search:
|
local_search:
|
||||||
label: Local search
|
label: Local search
|
||||||
|
|||||||
@@ -30,12 +30,13 @@ post:
|
|||||||
copyright_notice: Copyright Notice
|
copyright_notice: Copyright Notice
|
||||||
copyright_content: 'All articles in this blog are licensed under <a href="%s">%s</a> unless stating additionally.'
|
copyright_content: 'All articles in this blog are licensed under <a href="%s">%s</a> unless stating additionally.'
|
||||||
recommend: Related Articles
|
recommend: Related Articles
|
||||||
|
edited: Edited on
|
||||||
|
|
||||||
search: Search
|
search: Search
|
||||||
algolia_search:
|
algolia_search:
|
||||||
input_placeholder: Search for Posts
|
input_placeholder: Search for Posts
|
||||||
hits_empty: "We didn't find any results for the search: ${query}."
|
hits_empty: "We didn't find any results for the search: ${query}."
|
||||||
hits_stats: '${hits} results found in ${time} ms'
|
hits_stats: "${hits} results found in ${time} ms"
|
||||||
|
|
||||||
local_search:
|
local_search:
|
||||||
label: Local search
|
label: Local search
|
||||||
|
|||||||
@@ -31,17 +31,18 @@ post:
|
|||||||
copyright_content: '本博客所有文章除特别声明外,均采用
|
copyright_content: '本博客所有文章除特别声明外,均采用
|
||||||
<a href="%s" target="_blank">%s</a> 许可协议。转载请注明来自 <a href="%s" target="_blank">%s</a>!'
|
<a href="%s" target="_blank">%s</a> 许可协议。转载请注明来自 <a href="%s" target="_blank">%s</a>!'
|
||||||
recommend: 相关推荐
|
recommend: 相关推荐
|
||||||
|
edit: 编辑
|
||||||
|
|
||||||
search: 搜索
|
search: 搜索
|
||||||
algolia_search:
|
algolia_search:
|
||||||
input_placeholder: 搜索文章
|
input_placeholder: 搜索文章
|
||||||
hits_empty: '找不到您查询的内容:${query}'
|
hits_empty: "找不到您查询的内容:${query}"
|
||||||
hits_stats: '找到 ${hits} 条结果,用时 ${time} 毫秒'
|
hits_stats: "找到 ${hits} 条结果,用时 ${time} 毫秒"
|
||||||
|
|
||||||
local_search:
|
local_search:
|
||||||
label: 本地搜索
|
label: 本地搜索
|
||||||
input_placeholder: 搜索文章
|
input_placeholder: 搜索文章
|
||||||
hits_empty: '找不到您查询的内容:${query}'
|
hits_empty: "找不到您查询的内容:${query}"
|
||||||
|
|
||||||
pagination:
|
pagination:
|
||||||
prev: 上一篇
|
prev: 上一篇
|
||||||
|
|||||||
@@ -31,17 +31,18 @@ post:
|
|||||||
copyright_content: '本部落格所有文章除特別聲明外,均採用
|
copyright_content: '本部落格所有文章除特別聲明外,均採用
|
||||||
<a href="%s" target="_blank">%s</a> 許可協議。轉載請註明來自 <a href="%s" target="_blank">%s</a>!'
|
<a href="%s" target="_blank">%s</a> 許可協議。轉載請註明來自 <a href="%s" target="_blank">%s</a>!'
|
||||||
recommend: 相關推薦
|
recommend: 相關推薦
|
||||||
|
edit: 編輯
|
||||||
|
|
||||||
search: 搜尋
|
search: 搜尋
|
||||||
algolia_search:
|
algolia_search:
|
||||||
input_placeholder: 搜尋文章
|
input_placeholder: 搜尋文章
|
||||||
hits_empty: '找不到您查詢的內容:${query}'
|
hits_empty: "找不到您查詢的內容:${query}"
|
||||||
hits_stats: '找到 ${hits} 條結果,用時 ${time} 毫秒'
|
hits_stats: "找到 ${hits} 條結果,用時 ${time} 毫秒"
|
||||||
|
|
||||||
local_search:
|
local_search:
|
||||||
label: 本地搜尋
|
label: 本地搜尋
|
||||||
input_placeholder: 搜尋文章
|
input_placeholder: 搜尋文章
|
||||||
hits_empty: '找不到您查詢的內容:${query}'
|
hits_empty: "找不到您查詢的內容:${query}"
|
||||||
|
|
||||||
pagination:
|
pagination:
|
||||||
prev: 上一篇
|
prev: 上一篇
|
||||||
|
|||||||
@@ -49,5 +49,5 @@ header#page-header(class=isHomeClass style=bg_img)
|
|||||||
#page-site-info
|
#page-site-info
|
||||||
h1#site-title=site_title
|
h1#site-title=site_title
|
||||||
if theme.post_edit.enable
|
if theme.post_edit.enable
|
||||||
a.post-edit-link(href=post_edit(page.source) title="编辑")
|
a.post-edit-link(href=post_edit(page.source) title=_p('post.edit'))
|
||||||
i.fa.fa-pen-nib
|
i.fa.fa-pen-nib
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#post-info
|
#post-info
|
||||||
h1.post-title= page.title || _p('no_title')
|
h1.post-title= page.title || _p('no_title')
|
||||||
if theme.post_edit.enable
|
if theme.post_edit.enable
|
||||||
a.post-edit-link(href=post_edit(page.source) title="编辑")
|
a.post-edit-link(href=post_edit(page.source) title=_p('post.edit'))
|
||||||
i.fa.fa-pen-nib
|
i.fa.fa-pen-nib
|
||||||
|
|
||||||
#post-meta
|
#post-meta
|
||||||
|
|||||||
@@ -84,6 +84,9 @@
|
|||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
top: 7rem
|
top: 7rem
|
||||||
|
|
||||||
|
.post-edit-link
|
||||||
|
padding-left: 0.3rem
|
||||||
|
|
||||||
// post
|
// post
|
||||||
&.post-bg
|
&.post-bg
|
||||||
height: 20rem
|
height: 20rem
|
||||||
@@ -143,7 +146,7 @@
|
|||||||
font-size: 1.72em
|
font-size: 1.72em
|
||||||
|
|
||||||
.post-edit-link
|
.post-edit-link
|
||||||
float: inline-end
|
padding-left: 0.3rem
|
||||||
|
|
||||||
#post-meta
|
#post-meta
|
||||||
color: var(--light-grey)
|
color: var(--light-grey)
|
||||||
|
|||||||
Reference in New Issue
Block a user