mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Fixes to search, local-file-tweaks, test ajax-navigation, update Buttons, add offline.zip packaging
This commit is contained in:
@@ -11,8 +11,10 @@ cp -r \
|
||||
../hugo.toml ../static \
|
||||
./
|
||||
|
||||
if [ "${sitocttEnv}" = GitHub ]
|
||||
then cp ./layouts/partials/assetsRoot.GitHub.html ./layouts/partials/assetsRoot.html
|
||||
if [ -n "${sitocttEnv}" ]
|
||||
then
|
||||
sed -i -e "s|#${sitocttEnv}:||g" ./hugo.toml
|
||||
mv "./layouts/partials/assetsRoot.${sitocttEnv}.html" ./layouts/partials/assetsRoot.html || true
|
||||
fi
|
||||
|
||||
sh "${swd}/Translate/Get.sh"
|
||||
|
Reference in New Issue
Block a user