Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YetAnotherLinktree

A simple personal link page and currently used on my own linktree page, inspired by Material You. It is static, so it can be hosted on Vercel without a backend or build command.

Customize

Open config.js and edit:

  • name — display name
  • bio — short description
  • avatar — optional image path
  • footer — footer text
  • primary — main theme color
  • links — add, remove, or reorder link cards

Example:

{
  title: "Discord",
  description: "Join my community",
  url: "https://discord.com/",
  icon: "DC"
}

You can add as many links as you want.

For a custom icon image:

{
  title: "My Site",
  description: "Personal website",
  url: "https://example.com/",
  iconImage: "assets/site-icon.png"
}

This project uses plain HTML, CSS, and JavaScript. There is no database, login system, or server-side code.

About

Just a simple personal link page inspired by Material You.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages