bbaovanc.com/staging.sh
BBaoVanC 7420561514
Update bobatheme - minor lazy loading performance tweaks
- Rename config.yaml to hugo.yaml
- Load syntax CSS async
- Load bobastyle.css async too
- Lazy load images
- Fix async loading of bobastyle.css
2023-11-05 01:12:21 -05:00

6 lines
266 B
Bash
Executable File

#!/bin/sh -x
rm -rf public/
HUGO_ENABLEMISSINGTRANSLATIONPLACEHOLDERS=true hugo --printI18nWarnings --printPathWarnings --baseURL "https://demo.bbaovanc.com/staging/$1"
./compress.sh
rsync -avPzc --delete-delay public/ bbaosrv:/var/www/demo.bbaovanc.com/staging/$1/