File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,13 @@ ignore:
99
99
# # Themes: https://hexo.io/themes/
100
100
theme : next
101
101
102
+ # search
103
+ path : search.xml
104
+ per_page : 10
105
+ order_by : -date
106
+ field : posts
107
+ limit : 10000
108
+
102
109
# Deployment
103
110
# # Docs: https://hexo.io/docs/one-command-deployment
104
111
deploy :
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ back2top:
368
368
# Back to top in sidebar.
369
369
sidebar : false
370
370
# Scroll percent label in b2t button.
371
- scrollpercent : false
371
+ scrollpercent : true
372
372
373
373
# Reading progress bar
374
374
reading_progress :
@@ -739,7 +739,7 @@ algolia_search:
739
739
# Local Search
740
740
# Dependencies: https://github.com/theme-next/hexo-generator-searchdb
741
741
local_search :
742
- enable : false
742
+ enable : true
743
743
# If auto, trigger search by changing input.
744
744
# If manual, trigger search by pressing enter key or search button.
745
745
trigger : auto
You can’t perform that action at this time.
0 commit comments