# Securityencrypt:# hexo-blog-encryptabstract:有东西被加密了,请输入密码查看.message:您好,这里需要密码.tags:-{name:tagName,password:密码A}-{name:tagName,password:密码B}wrong_pass_message:抱歉,这个密码看着不太对,请再试试.wrong_hash_message:抱歉,这个文章不能被校验,不过您还是能看看解密后的内容. ...
在博客根目录下的_config.xml中添加: encrypt: # hexo-blog-encrypt abstract: 这里有东西被加密了,需要输入密码查看哦。 message: 您好, 这里需要密码. tags: - {name: tagName, password: 密码A} - {name: tagName, password: 密码B} template: {{hbeMessage}}...
# Security encrypt: # hexo-blog-encrypt abstract: Here's something encrypted, password is required to continue reading. message: Hey, password is required here. tags: - {name: encryptAsDiary, password: passwordA} - {name: encryptAsTips, password: passwordB} theme: xray wrong_pass_message:...
https://github.com/xaoxuu/hexo-theme-volantis/blob/master/layout/post.ejs 应该是hexo-blog-encrypt先加密了文章内容,导致文章锚点“丢失”,所以右侧目录内容为空。 我看了hexo-blog-encrypt的一些说明,感觉是volantis侧边栏toc的生成逻辑的问题。 所以能不能修复一下,或者提供一个可以动态加载侧边栏的javascript...
解决方案:更改网站为https协议 具体请查看: https://github.com/MikeCoder/hexo-blog-encrypt/issues/114 __EOF__
Yet, just another blog encrypt plugin for hexo. Contribute to daodaoliang/hexo-blog-encrypt development by creating an account on GitHub.
可以生成证书,但是不能部署证书。由于你有域名的所有权,所以证书可以签发,但是无法将这个证书部署到...
在Hexo 根目录的 _config.yml 启用插件:# Security ## encrypt: enable: true 在你需要加密的 Hexo 博文头部添加: password , abstract , message 。--- password: PassWord abstract: This blog is encrypted. message: You must enter the password to read. --- ...
h e x o hexo hexo 插件hexo-blog-encrypt 实现对文章的加密 1.下载插件. npm install --save hexo-blog-encrypt 2.快速使用 文章配置里面添加 --- title: Hello World date: 2020-12-18 20:44:18 password: (填写你想设置的密码) ...
# Security encrypt: # hexo-blog-encrypt silent: trueThis would disable the logging like INFO hexo-blog-encrypt: encrypting "{Blog Name}" based on Tag: "EncryptedTag"..Encrypt ThemePreviously, we use template to let users modify their own themes. Turn out that it's not a simple way. So...