Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
[Unmaintained] A Markdown based resume generator. It looks great on mobile/desktop and can be saved as PDF.

A Hugo theme for developers and creatives to showcase multiple distinct portfolio sections on a single static website.

Free open-source HTML5 one-page template by HTML5Up; uses Skel framework, mobile-first, with gallery, banner, and spotlight sections.

Free Bootstrap 4 HTML5 multi-page portfolio template with mega menu, lightbox gallery, and contact form UI.

Free one-page Tailwind CSS v4 and Next.js portfolio template with hero header, CV download button, gallery, contact form UI, and social media icons.

A React-based personal resume template with animated particle background, hot-reload workflow, and deployable static build.

Gatsby-based team homepage with automated CI/CD deployment to GitHub Pages via GitHub Actions.
ResumeCards is a Markdown-based resume generator built with Jekyll that produces a single-page resume viewable on mobile and desktop and savable as a PDF. Created by Elle Kasai, the project is released under the MIT License but is no longer maintained.
ResumeCards turns Markdown files into a styled resume page. You write your resume content as YAML front matter and Markdown inside Jekyll post files named _posts/card-[1-9].md, and ResumeCards renders them as a card-style layout. The template runs on Jekyll and uses the github-pages gem, meaning it can be hosted for free on GitHub Pages. The project is authored by Elle Kasai and was designed with guidance from Shu Uesugi.
color section of _data/resume.yml._data/resume.yml, with a demo flag that hides extra navigation when set to false._includes/nav.html file controls contact links, and _includes/script.html includes default Google Analytics code that can be changed or removed.bundle install to install the github-pages gem, and starting the server with jekyll serve --watch._posts/card-[1-9].md and see it rendered as a styled card on a single page.color values in _data/resume.yml; eight swatches are provided.baseurl and url in _config.yml, push the repo, and host the resume for free on GitHub Pages.After forking and cloning the repository, run bundle install to install the github-pages gem, then start the local server with jekyll serve --watch. Because the default baseurl is set to "/resumecards", the site initially runs at http://localhost:4000/resumecards/; change baseurl to "" in _config.yml to serve at the root. Editing resume content means modifying the Markdown files in _posts/ and updating personal data in _data/resume.yml; both changes take effect on page reload.
No. The README states the project is no longer maintained; the author has other priorities and no longer has time to update the library.
ResumeCards runs on Jekyll and requires the github-pages gem. You need Ruby and Bundler installed to run bundle install and start the local server with jekyll serve --watch.
Yes. A CNAME file is included in the repository. Change the CNAME contents to your domain and configure your DNS accordingly.
Edit the color section in _data/resume.yml. The README shows eight pre-built color options: red, pink, brown, blue, purple, teal, green, and the default.
Yes. In _data/resume.yml, set demo to false to hide everything except the resume itself.
