A static platform to share Lindy Hop videos
| legacy | ||
| src | ||
| web | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| default.env | ||
| deploy.sh | ||
| Dockerfile | ||
| README.md | ||
| rust-toolchain | ||
Lindy Hop videos
This is a personal platform to host and share videos from my classes and camps of Lindy Hop.
TODO
- Add a search bar
- Add the custom video player
Deploy
Set git alias with:
git config alias.deploy '!git push && ssh sitegui@ssh.sitegui.dev ./deploy sitegui/lindy-hop'
then simply run git deploy to push and deploy.