0.7.5 • Published 3 years ago

hexo-encrypted-package-html v0.7.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

hexo-encrypted-package-html

这是一款用于文章正文内容加密的hexo插件,而在hexo插件市场里,已经有hexo-blog-encrypt hexo插件珠玉在前了,这个插件是本人在学习hexo插件的练手之作,对其中缘由感兴趣的可访问开发一款用于正文加密的Hexo插件

在线演示

安装

npm install --save hexo-encrypted-package-html

快速使用

在md文件的文件头上添加password的配置,如下所示:

title: About
date: 2021-03-25
password: test
---

content text

重新执行hexo clean && hexo g && hexo s即可


如果需要更加高级的加密功能,建议采用hexo-blog-encrypt

0.7.5

3 years ago

0.6.5

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.0.1

3 years ago