hexo首页隐藏部分文章

https://github.com/Jamling/hexo-generator-index2

安装使用方法

1
2
npm install hexo-generator-index2 --save
npm uninstall hexo-generator-index --save

配置文件

1
2
3
4
5
6
7
8
9
10
11
# whether the hexo-generator-index2 include the offical hexo-generator-index, default is true
index2_include_index: true

# the custom index2 generator, can be array or object
index2_generator:
- layout: 'index'
per_page: 10
order_by: -date
exclude:
- tag 日记 # 隐藏日记tag
- category hide
  • 本人使用用途为借个hexo-blog-encrypt加密插件,对日记进行隐藏且加密