Jekyll-Linktree is a simple and lightweight Jekyll plugin to create a customizable link tree for your personal or professional profiles. With minimal setup, you can add links to your social media, websites, or any other platforms effortlessly.
Features
- Easy setup with global variables
- Customizable to fit your style
- Supports multiple social platforms
Setup
Define Your Variables
Add the following variables to your Jekyll index.markdown
file or front matter of your page:
---
layout: default
avatar: /path/to/img
github:
- "yourusername"
instagram:
- "yourprofile"
linkedin:
- "yourprofile"
twitter:
- "yourhandle"
facebook:
- "yourprofile"
telegram:
- "yourhandle"
discord:
- name: "yourname"
id: "yourid"
youtube:
- "yourchannel"
twitch:
- "yourchannel"
matrix:
- "yourmatrix"
tiktok:
- "yourusername"
reddit:
- "yourusername"
site:
- "https://yourwebsite.com"
---
Hello, pls follow my social media accounts.
And then that’s the point, here it is your social media link pages. So simple and helpful.