Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Hugo theme for building a responsive links page with Tailwind CSS.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
Lynx is a simple, responsive links-page theme for Hugo, built with Tailwind CSS 3.0, that generates a Linktree-style page from a TOML configuration file. It is developed and maintained by jpanther and distributed as an open-source Hugo theme on GitHub.
Lynx is a Hugo theme that creates a single-page links hub, similar to services like Linktree. It takes a config.toml file that defines the author, links, and optional Markdown content, and outputs a static HTML page featuring icons, dark mode, and analytics support. The theme is designed specifically for Hugo sites and is installed via Hugo Modules, a git submodule, or a manual copy.
assets/icons folder and override theme styles with assets/css/custom.css.Installation is done via Hugo Modules, a git submodule, or a manual copy. With Hugo Modules, you initialize your project with hugo mod init, add an import for github.com/jpanther/lynx in module.toml, then replace the default config.toml with Lynx's sample config. Running hugo server downloads the theme automatically, and updates are applied with hugo mod get -u. Links are defined in the config as a mapping of link names to either a simple URL string or a table of parameters such as href, icon, text, target, and title.
Yes, Lynx is an open-source Hugo theme available on GitHub, and its repository is public.
Yes, it supports both Fathom Analytics and Google Analytics through its configuration.
Yes, you can place your own SVG icons in the assets/icons folder and style them with custom CSS that overrides the default theme.
Yes, dark mode switches automatically based on the user's browser setting.
You can install it as a Hugo Module, a git submodule, or manually. The quick start uses Hugo Modules with hugo mod init and an import line in module.toml.
