Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A clean, customizable, responsive Linktree-style landing page built as a Hugo theme with Tailwind CSS and Font Awesome.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
LucentLink is a clean, customizable, and responsive Linktree-style landing page template built as a Hugo theme with Tailwind CSS and Font Awesome, designed to manage your profile, social links, messaging guidelines, About section, and link cards entirely from a single Markdown front matter file.
LucentLink is an open-source Hugo theme that produces a single-page link-in-bio website. It takes YAML front matter from content/_index.md as input and renders a fully styled landing page with a profile image, name, description, social icons, optional messaging etiquette tips, an optional About section, and a set of link cards. The theme runs on Hugo (Extended version 0.115.0 or higher) and is distributed via GitHub under the MIT License.
links array of front matter.assets/css or static/css.profile, messaging, about, link-card) that you can override from your project's layouts/partials/ folder.LucentLink is built for individuals and creators who want a self-hosted alternative to Linktree. It suits developers who prefer to manage content in Markdown and deploy via static hosting, as well as non-developers who can edit one YAML file to publish their links. Freelancers and professionals can use it to present a personal brand, share contact guidelines, and highlight current projects. It also fits open-source contributors who want a clean, MIT-licensed theme they can fork and customize.
LucentLink is a Hugo theme, so you start by creating a new Hugo site and cloning the theme into the themes/ directory. Enable the theme in your config file, then edit content/_index.md — the only content file you need — filling in the front matter fields for profile, socials, messaging, about, and links. Run hugo server -D to preview locally, and build with hugo --gc --minify for production.
The theme is deployable for free to Vercel or GitHub Pages. On Vercel, set the Framework Preset to Hugo, use the build command hugo --gc --minify, and set the output directory to public. For GitHub Pages, set a suitable baseURL in the config, build the site, and push the public/ folder to a gh-pages branch using git subtree.
All content is front matter–driven, so adding a link means appending to the links array; toggling sections means commenting out the messaging: or about: blocks. Layout changes are handled by editing partials or overriding them from your own project. The theme supports Font Awesome icon classes for full icon flexibility.
Yes, LucentLink is released under the MIT License, so you can use, modify, and redistribute it freely, including for commercial projects.
Yes, LucentLink is a Hugo theme and requires Hugo Extended version 0.115.0 or higher. You also need Git to clone the theme repository.
Yes, the documentation explains exactly how to build the site and push the public/ folder to a gh-pages branch, and it also supports Vercel deployment with the Hugo preset.
All content is managed in content/_index.md via YAML front matter. The theme's HTML partials live in the theme folder and can be overridden by copying them to your site's layouts/partials/.
