Nuovi bottoni, fix vecchie pagine, aggiornamento Raccolta siti web

This commit is contained in:
2024-08-29 00:17:05 +02:00
parent 057750938f
commit 724bf1eb45
75 changed files with 593 additions and 316 deletions

View File

@ -6,11 +6,15 @@ mkdir -p ./build
cd ./build
cp -r \
../archetypes ../i18n \
../content ../static \
../content ../assets \
../layouts ../themes \
../hugo.toml \
../hugo.toml ../static \
./
if [ "${sitocttEnv}" = GitHub ]
then cp ./layouts/partials/assetsRoot.GitHub.html ./layouts/partials/assetsRoot.html
fi
sh "${swd}/Translate/Get.sh"
sh "${swd}/Translate/Apply.sh"
hugo $@