安装插件

1.登陆到 hexo 服务器,进入 hexo 根目录,执行命令:

1
npm install hexo-hide-posts

插件使用

在编写 md 文章的时候,在文章的头部信息里面加入参数 hidden: true 即可,如下:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: XXX
author: XXX
tags:
-
categories:
-
date:
cover:
discription:
keywords:
password:
message:
hidden: true
---