-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
type: feature requestRequest to add a new featureRequest to add a new featureversion: nextPlanned to do or already included in the next(1.0.0) versionPlanned to do or already included in the next(1.0.0) version
Description
Wanted to seed up a recipe:
- Install staticrypt
- After
vuepress build
, runfind <<dist>> -type f -name "*.html" -exec staticrypt {} mypassword \;
on your dist folder
This creates stand-alone encrypted pages that require password on each refresh. This works well to lock down a Github Pages deployment.
This technique seems to be compatible with all of the various deployment environments supported and could potentially be an option on the config API down the road (relative to deployment types that support it).
Enjoy!
Akimyou
Metadata
Metadata
Assignees
Labels
type: feature requestRequest to add a new featureRequest to add a new featureversion: nextPlanned to do or already included in the next(1.0.0) versionPlanned to do or already included in the next(1.0.0) version