JI
jigglycrumb/personal-landing-page
Easy to customize personal landing page, similar to linktr.ee
personal-landing-page
Simple landing page similar to linktr.ee
Includes a dark mode with automatic detection
NOTE
This repository moved to Codeberg.
New repo: https://codeberg.org/jiggly/personal-landing-page
Installation
- Fork this repository
Customization
-
/src/components/Headline.astrois the site headline -
/src/components/Blurb.astrois your bio/welcome text -
/site.config.jscontains the browser tab title and link collection.Your link collection is an array of objects:
content: [{ headline: "My websites", links: [ { title: "zaps.lol", href: "https://zaps.lol", icon: "/pages/zaps-lol.png", // emoji: '⚡', body: "Free nostr address provider", }, … ] }, …]Every link can have these properties:
title: Link titlehref: Link URLicon: Link icon - add your icon to/publicand add icon path as/.
Example: Image path is/public/github.svg-iconproperty is/github.svgemoji: String of an emoji which will be displayed as icon.
Copy e.g. from emojipedia.
You should use either an icon or an emoji, not both!body: Short descriptive text
Deployment
This project deploys to Github pages by default.
Just enable it in the repository settings.
Edit CNAME to fit your domain name if you want to use one.
Built with Astro