Compare commits

...

2 Commits

Author SHA1 Message Date
BBaoVanC 8f6722215e
Update bobatheme - revert lazy loading bobastyle.css 2023-11-05 01:20:48 -05:00
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
2 changed files with 6 additions and 1 deletions

5
staging.sh Executable file
View File

@ -0,0 +1,5 @@
#!/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/

@ -1 +1 @@
Subproject commit 88adfbdf89e8aea37a897df8ae8216e7b2e67bc4
Subproject commit 9ca15a198fd9953f491ee99fc814b7402597c197