三 安装encrypt插件
在博客目录下执行下面的指令安装encrypt
1 |
npm install --save hexo-blog-encrypt
安装完成后,再package.json文件的dependecies依赖中看到encrypt插件
1 |
2
3
“dependencies”: {
“hexo-blog-encrypt”: “^3.0.13”,
}
四 快速入门
4.1 加密文章设置(password属性)
将"password"字段添加到文章信息头部:
1 |
2
3
4
5
6
7
8
9
10
11
—
title: WordPress站点之——博客搭建
categories:
-
站点
-
WordPress
tags:
- WordPress
abbrlink: cc7cba44
date: 2020-11-07 23:05:38</