Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A LinkedIn-style resume template built with Jekyll, featuring a two-column A4 layout with logos and icons.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
Iconic Resume is a Jekyll-based, LinkedIn-style resume template that generates a two-column A4 CV with company logos and icons from a single YAML configuration file.
Iconic Resume is a CV/resume template written for the Jekyll static site framework. It takes your career details—such as work history, education, social media links, code repositories, papers, and projects—defined in a _config.yml file and renders them into a two-column A4 HTML page styled by style.scss. The template is distributed as a GitHub repository that you can fork, and you can be deployed to GitHub Pages or run it locally with bundle exec jekyll serve.
_config.yml, while all visual styling lives in style.scss, keeping content and presentation independent.gh-pages branch, and edit _config.yml to publish your resume at username.github.io._config.yml and publishing it online._config.yml; the page builds automatically through GitHub Actions, and no Ruby or Jekyll installation is needed.username.github.io address and link to it from your social profiles.style.scss.The template uses Jekyll to read the resume details from _config.yml and render them into a static HTML page styled by style.scss. To run it locally, you install Ruby and Jekyll, clone the repository, edit the config, and run bundle exec jekyll serve, viewing the result at localhost:4000. When deploying to GitHub Pages, you create a gh-pages branch and let GitHub Actions rebuild the site on every commit.
_config.yml; styles isolated in style.scss; works without local Ruby installation when using GitHub Pages; automatic rebuilds through GitHub Actions; free hosting on GitHub Pages.The template is free to use. You fork the GitHub repository and can host the resulting resume on GitHub Pages at no cost; there is no mention of paid tiers or licenses in the page content.
Yes, the template is free. It is a public GitHub repository that you can fork and use for your own resume, and hosting on GitHub Pages is free for public repositories.
No. You can use the template without installing Ruby or Jekyll by forking the repository, creating a gh-pages branch, and editing _config.yml directly on GitHub. GitHub Actions will build the site automatically. For local preview, however, you need to install Ruby and Jekyll.
Open the published page in your browser, right-click anywhere on the page, and choose "Print". In the print dialog, select "Save as PDF" and adjust margins as needed. This uses your browser's built-in print-to-PDF function.
The template notes that you should use square images, such as 512x512 pixels, for icons and logos. Place them in the imgs folder (or wherever you reference them) and reference them in _config.yml.
Fork the repository, create a branch named gh-pages, uncomment the baseurl: '/iconic-resume' line in _config.yml (or set it appropriately), and replace the dummy data with your own. Then go to Settings then Pages, choose the gh-pages branch as the source, and wait for your site to go live at https://username.github.io/iconic-resume/.
