linktree/README.md

13 lines
378 B
Markdown
Raw Normal View History

2025-06-16 13:37:14 +02:00
Each link is defined in src/assets/links.toml. The format should be:
2025-06-16 13:35:45 +02:00
2025-06-16 13:37:14 +02:00
```toml
[[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", ...]
```