Welcome to anhgelus's logs. anhgelus.world
standard-site go markdown indie brutalist small-web atproto
1

Configure Feed

Select the types of activity you want to include in your feed.

build(frontend): remove dist folder if present

+3 -2
+1
justfile
··· 3 3 go run . -dev 4 4 5 5 build: 6 + rm -fr dist || echo "ok" 6 7 bun run build 7 8 GOAMD64=v3 go build -ldflags "-s" .
+1 -1
pull.sh
··· 1 1 #!/usr/bin/bash 2 2 3 - rsync -riz "vps:~/small-web-data/*" ./ 3 + rsync -riz "vps:~/anhgelus.world/*" ./
+1 -1
push.sh
··· 1 1 #!/usr/bin/bash 2 2 3 - rsync -riz ./{public,data,config.toml,*.sh} vps:~/small-web-data/ 3 + rsync -riz ./{public,data,config.toml,*.sh} vps:~/anhgelus.world/