|
|
|
@ -1,16 +1,17 @@
|
|
|
|
|
# https://jonathan.is
|
|
|
|
|
|
|
|
|
|
develop
|
|
|
|
|
develop - using [zs](https://git.mills.io/prologic/zs) built-in debug server
|
|
|
|
|
|
|
|
|
|
which zs || go install go.mills.io/zs@latest
|
|
|
|
|
zs serve --debug
|
|
|
|
|
|
|
|
|
|
run
|
|
|
|
|
test - runs a fresh build and serves with caddy
|
|
|
|
|
|
|
|
|
|
podman compose up --build
|
|
|
|
|
|
|
|
|
|
deploy
|
|
|
|
|
deploy - runs neocities cli
|
|
|
|
|
|
|
|
|
|
neocities push --prune .pub
|
|
|
|
|
podman compose run deploy
|
|
|
|
|
|
|
|
|
|
## continuous integration
|
|
|
|
|
|
|
|
|
|