hexo | A4支持文章密码访问
最近更新:2024-03-16
|
字数总计:180
|
阅读估时:1分钟
|
阅读量:次
- 效果演示
- 使用方法
效果演示
以下页面已加密,密码为:123456
点击访问
使用方法
你的网站文件夹,举例为website
。
命令行进入到webiste
目录。
执行命令安装hexo插件:
1
| npm install hexo-blog-encrypt
|
- 添加如下配置到
_config.yml
文件(注意不是A4主题的配置文件)
1 2 3 4 5 6 7
| encrypt: enable: true abstract: Here's something encrypted, password is required to continue reading. message: Hey, password is required here. wrong_pass_message: Oh, this is an invalid password. Check and try again, please. wrong_hash_message: Oh, these decrypted content cannot be verified, but you can still have a look.
|
- 在想要文章支持加密的post的
front-matter
中添加
- 执行命令查看效果
1
| hexo clean && hexo g && hexo s
|
引用: