Create a LinkTree page for free from a yaml template.
See my implementation at https://tyrel.dev/links/.
- 100% inspired by Ho0ber's Links while helping him make it in Python.
- My "moroccan-flower-dark.png" file is from SubtlePatterns
Install my-project with cargo
cargo installClone the project
git clone https://gitea.tyrel.dev/tyrel/rustylinksGo to the project directory
cd rustylinksInstall dependencies
cargo buildRun
cargo run
Optionally install to get rustylinks on path.
cargo install --path ./
rustylinks
- Add command line options for directories
- Don't hardcode
links.yaml - Add tests
- Add Github Action support
- Add SSH copying support