文章加密插件:https://github.com/D0n9X1n/hexo-blog-encrypt/blob/master/ReadMe.zh.md
在文章md文件头插入
1 2 3
| title: Hello World date: 2016-03-30 21:18:02 password: hello
|
文章信息头
1 2 3 4 5 6 7 8 9 10 11
| --- title: Hello World tags: - 作为日记加密 date: 2016-03-30 21:12:21 password: mikemessi abstract: 有东西被加密了, 请输入密码查看. message: 您好, 这里需要密码. wrong_pass_message: 抱歉, 这个密码看着不太对, 请再试试. wrong_hash_message: 抱歉, 这个文章不能被校验, 不过您还是能看看解密后的内容. ---
|
_config.yml
示例
1 2 3 4 5 6 7 8 9
| # Security encrypt: # hexo-blog-encrypt abstract: 有东西被加密了, 请输入密码查看. message: 您好, 这里需要密码. tags: - {name: tagName, password: 密码A} - {name: tagName, password: 密码B} wrong_pass_message: 抱歉, 这个密码看着不太对, 请再试试. wrong_hash_message: 抱歉, 这个文章不能被校验, 不过您还是能看看解密后的内容.
|
如图
所用主题
1 2
| password: hello theme: xray
|
主题