Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Responsive Jekyll resume template for programmers with Bootstrap, SCSS, and data files.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
Programmers Online Resume Template is a responsive, Jekyll-based resume website theme for programmers, built with Bootstrap, JavaScript/jQuery, and SCSS, that turns simple data files into a static online CV ready for GitHub Pages hosting.
It is a Jekyll theme for programmers who want a hosted online resume without running a server or database. The template takes a directory of Markdown and Liquid templating files, runs them through Jekyll, and outputs a complete static website. It was created by blackode (Ankanna) and is available on GitHub. The design relies on Bootstrap and SCSS for responsive layout and customization.
_data folder YAML/JSON files; editing those files automatically updates the rendered site.bundle exec jekyll serve in the project root to preview the site at localhost:4000 (or 0.0.0.0:4000).bundle install after cloning the repository._data folder files to change your bio, experience, projects, and other resume details.First, clone the repository and run bundle install to install dependencies. Then edit the files inside the _data folder to replace placeholder resume information with your own. Finally, run bundle exec jekyll serve to preview the site locally at localhost:4000; when you are satisfied, push the repository to GitHub Pages for public hosting.
The template is free and open source on GitHub, with a PayPal donation link for supporting the author.
Yes, the repository is publicly available on GitHub with no stated license restrictions in the README, and the author accepts donations via PayPal.
Clone the repository, run bundle install from the project root, then run bundle exec jekyll serve. The site will be available at localhost:4000.
Yes, because the template uses Jekyll, which is the engine behind GitHub Pages. You can host the generated resume website for free on GitHub's servers.
It uses Jekyll with Ruby/Gems, Bootstrap, JavaScript/jQuery, and SCSS/SASS. The content is written in Markdown and edited through _data folder files.
The template is created and maintained by blackode (Ankanna), who can be contacted at [email protected].