Skip to content

EVINK/hexo-encrypted-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 中文

Add a lock for your Hexo article.

Easy to use

  1. In your blog root directory, execute command beblow:
$ npm i hexo-encrypted-plugin
  1. 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)

Warning

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published