Create a linktree like webpage from yaml https://tyrel.dev/links
Go to file
Tyrel Souza c56b1a92dc
README
2023-07-03 00:47:51 -04:00
src links and some path checks 2023-07-03 00:43:41 -04:00
static initial commit 2023-07-03 00:21:14 -04:00
templates modules 2023-07-03 00:37:36 -04:00
.gitignore initial commit 2023-07-03 00:21:14 -04:00
Cargo.lock initial commit 2023-07-03 00:21:14 -04:00
Cargo.toml initial commit 2023-07-03 00:21:14 -04:00
links.yaml links and some path checks 2023-07-03 00:43:41 -04:00
README.md README 2023-07-03 00:47:51 -04:00

RustyLinks

Create a LinkTree page for free from a yaml template.

Acknowledgements

  • 100% inspired by Ho0ber's Links while helping him make it in Python.

Installation

Install my-project with cargo

  cargo install

Run Locally

Clone the project

  git clone https://gitea.tyrel.dev/tyrel/rustylinks

Go to the project directory

  cd rustylinks

Install dependencies

  cargo build

Run

  cargo run

Optionally install to get rustylinks on path.

   cargo install --path ./
   rustylinks

Roadmap

  • Add command line options for directories
  • Add tests
  • Add Github Action support
  • Add SSH copying support