kopia lustrzana https://github.com/robinmoisson/staticrypt
16 wiersze
426 B
Bash
Executable File
16 wiersze
426 B
Bash
Executable File
# Build the website files
|
|
# Should be run with "npm run build" - npm handles the pathing better (so no "#!/usr/bin/env" bash on top)
|
|
|
|
# build the index.html file
|
|
node ./scripts/buildIndex.js
|
|
|
|
# encrypt the example file
|
|
cd example
|
|
node ../cli/index.js example.html \
|
|
-p test \
|
|
--short \
|
|
--salt b93bbaf35459951c47721d1f3eaeb5b9 \
|
|
--config false \
|
|
--template-instructions "Enter \"test\" to unlock the page"
|
|
|