在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:lilykonings/jekyll-password-protect开源软件地址:https://github.com/lilykonings/jekyll-password-protect开源编程语言:JavaScript 48.8%开源软件介绍:jekyll-firewallPassword protect Jekyll posts. DisclaimersBefore using, keep the following in mind:
InstallationTo begin a new site, build on top of this repository by forking or cloning. To integrate with an existing Jekyll site, below are the necessary files:
UsageSite Structure & PasswordThe gulp.task('encrypt', () => {
return gulp.src('SRC-FOLDER')
.pipe(encrypt('PASSWORD'))
.pipe(gulp.dest('DEST-FOLDER'));
}); Heads up that if you write public posts to Protect PostsTo encrypt a post, simply save it in your desinated CreditLibrariesContributors |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论