This is a customizable Link in Bio theme built with Astro and TailwindCSS.
- Clone this repository
- Run
npm install
- Run
npm run dev
to start the development server
To update your information, edit the config.js
file in the root directory. You can modify the following:
- User details (name, bio, profile image)
- Background color and image
- Social links
- Custom links
- Products
- Add your profile photo to the
/src/images/
directory - Update the
profileImage
path inconfig.js
Note - You can create a notion like profile photo here
- To change the background color, update the
background.color
value inconfig.js
- To use a background image, add the image to
src/images/backgrounds/
and update thebackground.image
path inconfig.js
NOTE - I've added a few sample background that you can use for free in the src/images/backgrounds/*
folder.
- Search the Font Awesome website for a free icon name
- Update whatever you would like in the
config.js
file
The order of links and products is determined by their order in the config.js
file. To change the order, simply rearrange the items in the links
and products
arrays.
Run npm run build
to create a production-ready build of your site.
You can deploy this site to any static site hosting platform. We recommend using Netlify or Vercel for easy deployment.