sunziping2016 / oak-tree-house

My New Personal Homepage
MIT License
13 stars 6 forks source link

vuepress-plugin-encrypt Documentation | 橡树屋 #52

Open sunziping2016 opened 4 years ago

sunziping2016 commented 4 years ago

https://szp15.com/2020/02/04/plugin-encrypt-doc/

imaegoo commented 4 years ago

🎉It works for me! Very useful plugin!

One problem is that...

encrypt --source-dir <YOUR_SOURCE_DIR> --key-file keys.json --temp .temp-encrypt encrypt

has an error error: unknown option '--source-dir' for me

I change it to

encrypt encrypt --source-dir <YOUR_SOURCE_DIR> --key-file keys.json --temp .temp-encrypt

Then it works.