_config.yml
此配置为个人使用,仅供参考。
为方便维护,fork了Yelee并改名为Velee。
在themes/yelee/layout/_partial/head.ejs中,注意到search: <%= theme.search.on %>,所以:
在以下配置中打开on选项才可以正常使用主题。1
2
3
4
5
6
7
8# Local Site Search | 本地站内搜索
## Insatall below plugin to take effect | 使用搜索需先安装对应插件
## https://github.com/PaicHyperionDev/hexo-generator-search
search:
on: true
onload: false
## true: get search.xml file when the page has loaded
## false: get the file when search box gets focus
1 | # Theme Version | 当前版本 |