A beautiful Linktree app. Written in Preact
links | ||
node_modules | ||
src | ||
compose.yml | ||
Dockerfile | ||
flake.lock | ||
flake.nix | ||
index.html | ||
LICENSE | ||
nginx.conf | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js |
Each link is defined in src/assets/links.toml. The format should be:
[[links]]
id = "Name of Website"
icon = "local Icon link (src/assets/icons) or link to picture"
[links.config]
title = "Title of the Link"
link = "local redirect (e.g. /jupyter -> <window.origin>/jupyter)"
description = "Description of the link"
tags = [ "Tag1", "Tag2", ...]