2024-10-05 19:56:14 +00:00
|
|
|
#!/bin/bash
|
|
|
|
rm -r public/
|
|
|
|
hugo
|
2024-10-15 08:09:14 +00:00
|
|
|
#shopt -s globstar
|
|
|
|
#tidy -mq public/**/*.html
|
|
|
|
#npx prettier@3.3.3 "public/**/*.html" --parser html --write
|
|
|
|
#npx prettier@3.3.3 "public/**/*.json" --parser json --write
|
2024-10-05 19:56:14 +00:00
|
|
|
rsync -avz --delete public/ a@trwnh.com:/srv/http/trwnh.com
|