A Next.js hub for all your online links Styled with TailwindCSS
LinkFolio is a sleek and minimalist landing page that allows users to connect with all of their online presences. It is built with Next.js for optimal performance and styled using TailwindCSS for a modern look. The theme offers easy configuration to add or remove links, making it a versatile option for personal or professional use.
There are two methods to get started with LinkFolio:
Integrating into an existing Next.js project:
npm install linkfolio
or using Yarn / Pnpm:
yarn add linkfolio
import LinkFolio from 'linkfolio';
// Inside your component
<LinkFolio links={linksConfig} />
// Inside your configuration file
const linksConfig = [
{
title: 'Github',
url: 'https://github.com',
icon: <GithubIcon />,
},
{
title: 'LinkedIn',
url: 'https://linkedin.com',
icon: <LinkedInIcon />,
},
// Add more links as needed
];
Starting with the LinkFolio template:
LinkFolio is a stylish and minimalist landing page built with Next.js and styled using TailwindCSS. It offers easy configuration to add or remove links, making it a versatile option for personal or professional use. With its optimal performance and modern look, LinkFolio is a great choice for connecting with your online presences.