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.
30 lines
379 B
30 lines
379 B
# https://jonathan.is
|
|
|
|
develop
|
|
|
|
zs serve --debug
|
|
|
|
run
|
|
|
|
podman compose up --build
|
|
|
|
deploy
|
|
|
|
neocities push --prune .pub
|
|
|
|
## 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
|