This commit is contained in:
Trance-0
2025-11-24 16:11:57 -06:00
parent 8b579a7873
commit 1c54bf0b26
25 changed files with 2185 additions and 90 deletions

10
docker/prebuild.sh Normal file
View File

@@ -0,0 +1,10 @@
# This is pre-build script that cleans up resources and compiles for selected pages, then finally you may combine those subdirectories into one via nginx.
# double check you are using LF instead of CRLF
# please run this script in project root directory
echo "restore docker build _meta.js file"
cp "./docker/_meta.js" "./content/_meta.js"