Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An online resume template built with Eleventy and TailwindCSS, driven by JSON data files.

A timeline-based Hugo theme for tech professionals to showcase talks, projects, certifications, and career milestones.

A minimalist Hugo theme for your resume.

Gatsby starter for a personal website/resume blog using Markdown, TypeScript, styled-components, Tailwind CSS, and Framer Motion.

A love story photo wall website template built with HTML, CSS, and JavaScript that you can customize and deploy in under 10 minutes.
The 11ty Resume Template is an open-source, static-site resume template built with Eleventy (11ty) that turns your JSON career data into a single, accessible, self-contained HTML page.
The 11ty Resume Template is a resume website starter project that runs on the Eleventy static site generator. It takes structured JSON files from the src/data folder as input and produces a static HTML resume page as output. The template is maintained by GitHub user learnwithgurpreet and was inspired by the weeby.studio Intro theme. It is built with TailwindCSS, includes dark/light theme support, and is designed to be fully self-contained so the generated page loads no external CSS or JavaScript resources.
author.json for personal details and career history, projects.json for recent projects, and site.json for site-level metadata like locale and theme color.site.json; set themeColor and backgroundColor to adjust the site.webmanifest appearance.npm start launches a development server with live reloading, while npm run build produces a production-ready static site in the dist folder.lang and locale properties in site.json to control the HTML language attributes and locale metadata for your audience.worksFor, hasCredential, publishes, and alumniOf arrays in author.json to display work history, certifications, publications, and education.The workflow is JSON-first. After running npm install, you start the dev server with npm start, then edit the JSON data files under src/data. All page content is generated from those files, so you don't need to touch the templates for basic updates. When you're done, run npm run build to generate the static site, then deploy the output folder to any static host, or use the provided Netlify deploy button.
Yes, the repository is public on GitHub and the template is freely usable. No pricing information is listed, and there are no licensing fees mentioned in the README.
No — for normal content changes you only edit JSON files: author.json, projects.json, and site.json. To change the visual design you would edit the TailwindCSS classes in the source templates.
No. Unless you add a remote profile picture URL in author.json, the generated page references no external CSS, JavaScript, or fonts. This makes the resume fully self-contained and fast.
author.json contains required fields like name, email, location, title, and connect for social links, plus optional arrays for work experience (worksFor), certifications (hasCredential), publications (publishes), and education (alumniOf). projects.json holds project entries with industry, details, role, status, and technologies. site.json provides site metadata such as name, url, lang, and locale.
Click the Deploy to Netlify button in the README, or connect the repository to Netlify manually. The build command is npm run build, and the publish directory is the dist folder.