You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
554 B
31 lines
554 B
# https://jonathan.is
|
|
|
|
develop - using [zs](//git.mills.io/prologic/zs) built-in debug server
|
|
|
|
which zs || go install go.mills.io/zs@latest
|
|
zs serve --debug
|
|
|
|
test - runs a fresh build and serves with caddy
|
|
|
|
podman compose up --build
|
|
|
|
deploy - runs neocities cli
|
|
|
|
podman compose run deploy
|
|
|
|
## continuous integration
|
|
|
|
this will setup a post-receive hook, that does a fresh build + deploy
|
|
|
|
git push
|
|
|
|
## todo
|
|
|
|
### features
|
|
- [ ] generate rss feed
|
|
|
|
### usability
|
|
- [ ] test in chrome
|
|
- [ ] redirect jedahan.com
|
|
- [ ] redirect jonathan.is
|