mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-08 12:07:06 +08:00
feat: 增加導航欄顯示文章標題的選項,並更新懶加載設置
This commit is contained in:
@@ -13,6 +13,7 @@ nav:
|
||||
# Navigation bar logo image
|
||||
logo:
|
||||
display_title: true
|
||||
display_post_title: true
|
||||
# Whether to fix navigation bar
|
||||
fixed: false
|
||||
|
||||
@@ -999,6 +1000,8 @@ instantpage: false
|
||||
# https://github.com/verlok/vanilla-lazyload
|
||||
lazyload:
|
||||
enable: false
|
||||
# Use browser's native lazyload instead of vanilla-lazyload
|
||||
native: false
|
||||
# Specify the field to use lazyload (site or post)
|
||||
field: site
|
||||
placeholder:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hexo-theme-butterfly",
|
||||
"version": "5.4.0",
|
||||
"version": "5.4.1",
|
||||
"description": "A Simple and Card UI Design theme for Hexo",
|
||||
"main": "package.json",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user