Update bootstrap

Add targets for build
This commit is contained in:
Balakrishnan Balasubramanian 2023-07-26 18:24:05 -04:00
parent cebeaf6fdd
commit 4aef9c3d46
4 changed files with 10 additions and 5 deletions

View File

@ -14,3 +14,8 @@ update-asciinema:
deploy: deploy:
rsync -av public desk:/var/www/balki.me rsync -av public desk:/var/www/balki.me
build:
hugo --logLevel debug
serve:
hugo server -D --bind "0.0.0.0" --navigateToChanged

2
public

@ -1 +1 @@
Subproject commit 693f91dabd186687a33d5c6f8f94db3b560a3c50 Subproject commit 8dd7754be93a62d187e1adab37258a62a1facefa

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long