A clean and elegant Linktree alternative that offers customizable links and a user-friendly design
Powered by Zola. Styled with Tailwind CSS & Font Awesome.
“Bel” in French means beautiful — this is your Beautiful Linktree!
BelTree can be deployed for free using GitHub Pages or Vercel
Install Zola: https://getzola.org/documentation/getting-started/installation/
Clone repository:
git clone https://github.com/cx48/BelTree
cd BelTree
Serve locally:
zola serve
After making necessary changes to HTML files present under partials/
visit http://127.0.0.1:1111
Build static site:
zola build
All files output to /public
Deploy to GitHub Pages
Run Zola build:
zola build
Commit and push the contents of the public/
folder to your gh-pages
branch
In GitHub repo settings, enable Pages from the /public
folder or gh-pages
branch
Your site will be live at https://yourusername.github.io/BelTree/
Deploy to Vercel
Login to Vercel and import your GitHub repo
Set Build Command to:
zola build
Set Output Directory to:
public
Set Framework Preset to Other
Click Deploy
Zola will build and serve from the public/
folder automatically on every push
Have feedback, questions, or just want to say hello?
Feel free to open an issue or reach out directly:
Check my GitHub profile for contact links