Create a linktree like webpage from yaml https://tyrel.dev/links
Go to file
Tyrel Souza 4dc5c1c29d Merge pull request 'mini jinja templates not tera' (#1) from minijinja into main
Reviewed-on: #1
2023-10-14 17:13:26 +00:00
src mini jinja templates not tera 2023-10-14 13:06:56 -04:00
static initial commit 2023-07-03 00:21:14 -04:00
templates mini jinja templates not tera 2023-10-14 13:06:56 -04:00
.gitignore mini jinja templates not tera 2023-10-14 13:06:56 -04:00
Cargo.lock mini jinja templates not tera 2023-10-14 13:06:56 -04:00
Cargo.toml mini jinja templates not tera 2023-10-14 13:06:56 -04:00
README.md credit wallpaper 2023-07-03 01:07:58 -04:00
links.yaml mini jinja templates not tera 2023-10-14 13:06:56 -04:00

README.md

RustyLinks

Create a LinkTree page for free from a yaml template.

Demo

See my implementation at https://tyrel.dev/links/.

Acknowledgements

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
  • Don't hardcode links.yaml
  • Add tests
  • Add Github Action support
  • Add SSH copying support