English | 中文
Add a lock for your Hexo article.
- In your blog root directory, execute command beblow:
$ npm i hexo-encrypted-plugin
- Set password in the article which you want it to get locked
---
title: Transfer to Chrome Manifest V3
urlname: chrome-extension-move-to-manifest-v3
tag: chrome-extension
date: 2022-06-15
password: 123456
---
Click here to see the presentation(password: 1234)
-
Do NOT use version of 0.0.7 - 0.0.9
-
If you found this plugin was broken after updated to the lateset version
please try to remove folder "public/" and "db.json", then regenerate them
$ rm -rf public/
$ rm db.json
$ hexo g