Overview:
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.
Features:
- Built with Next.js: Ensures optimal performance and a smooth website experience.
- Styled using TailwindCSS: Provides a modern and visually appealing aesthetic.
- Easy configuration: Allows users to easily add or remove links as needed.
Installation:
There are two methods to get started with LinkFolio:
Integrating into an existing Next.js project:
- Install LinkFolio in your Next.js / Tailwind project:
npm install linkfolioor using Yarn / Pnpm:
yarn add linkfolio- Import and utilize the LinkFolio component in your project:
import LinkFolio from 'linkfolio'; // Inside your component <LinkFolio links={linksConfig} />- Add your configuration:
// 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:
- Deploy LinkFolio page with Vercel using the provided template.
Summary:
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.