mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Nuovi bottoni, fix vecchie pagine, aggiornamento Raccolta siti web
This commit is contained in:
@ -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 $@
|
||||
|
Reference in New Issue
Block a user