A static platform to share Lindy Hop videos
- Rust 56.2%
- JavaScript 24.1%
- Jinja 15.7%
- CSS 3.3%
- Dockerfile 0.6%
- Other 0.1%
| 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 -4 sitegui@ssh.sitegui.dev ./deploy sitegui/lindy-hop'
then simply run git deploy to push and deploy.