# Extensions ## Plugins: https://hexo.io/plugins/ ## Themes: https://hexo.io/themes/ theme: next
添加加密功能
npm install --save hexo-blog-encrypt
文件头这样设置
1 2 3 4 5
password: mikemessi 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 andtry again, please. wrong_hash_message: Oh, these decrypted content cannot be verified, but you can still have a look.