A Linktree-style landing page for DjangoCon US conference resources. The goal is to provide a simple, single-page hub for all important DjangoCon US links including current and past conference websites, social media, and community resources.
Based on @jefftriplett's Linktree-clone theme.
- Clone the repository
- Run setup to pull and build Docker images:
just setup
- Start the development server:
just server
- Visit http://localhost:4000 in your browser
Run just to see all available commands. Common ones include:
just server- Start the Jekyll dev server (port 4000)just start- Start server in detached modejust stop- Stop the serverjust restart- Restart the serverjust lint- Format HTML and sort Tailwind classes
All links are defined in _data/links.yml. Each link has:
title- Display texturl- Link destinationcss_class- FontAwesome icon class (e.g.,fas fa-ticket-alt)nofollow(optional) - Set totruefor external links
Links are organized into groups: current, connect, past, and defna.