valine: enable: true appid: *** # Your leancloud application appid appkey: *** # Your leancloud application appkey notify: true # Mail notifier verify: false # Verification code placeholder: Just go go # Comment box placeholder avatar: mm # Gravatar style guest_info: nick,mail,link # Custom comment header pageSize: 10 # Pagination size language: zh-cn # Language, available values: en, zh-cn visitor: true # 文章阅读数量统计 comment_count: true # If false, comment count will only be displayed in post page, not in home page recordIP: false # Whether to record the commenter IP serverURLs: # When the custom domain name is enabled, fill it in here (it will be detected automatically by default, no need to fill in) #post_meta_order: 0
添加本地搜索
安装 hexo-generator-search
1
$ npm install hexo-generator-search --save
然后在hexo配置文件中_config.yml修改
1 2 3 4 5
search: path: search.xml field: post format: html limit: 10000