A small, fast static site that consolidates my social profiles and useful links in one place.
- Minimal, accessible design built with Astro and Tailwind CSS
- Social links and quick contact actions
- SEO-friendly meta tags, Open Graph, Twitter cards, and JSON-LD structured data
- Lightweight, single-page layout optimized for mobile and desktop
Visit: https://links.dileepa.dev
- Astro (static site generator)
- Tailwind CSS
- Vanilla JS for small UI interactions
- Node.js 18 or later
- npm, yarn, or pnpm
git clone https://github.com/dileepadev/links-dileepa-dev.git
cd links-dileepa-dev
npm installnpm run dev
# or
pnpm dev
# or
yarn devOpen http://localhost:3000 to view locally.
npm run build
npm run previewStatic output will be in the dist/ directory after npm run build.
This site is a static site and can be deployed to Vercel, Netlify, GitHub Pages, or any static host. The site URL can be set via the SITE environment variable if needed.
- SEO is configured in
src/layouts/Layout.astro(canonical, OG/Twitter tags, JSON-LD). - Links are managed in
src/data/links.jsonfor easy updates.
Contributions are welcome — please open an issue or a PR. See CONTRIBUTING.md for guidelines.
MIT © Dileepa Bandara