Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A clean, single column, monospace resume template built for Jekyll.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
Researcher is a clean, single-column, monospace resume template for Jekyll that turns a forked repository into a personal academic-style homepage with a navigation bar, about page, and optional resume and contact pages. It is maintained on GitHub by Ankit Sultana under the bk2dcradle repository, licensed under GNU GPL v3, and works with GitHub Pages either by forking or through remote theme support.
Researcher is a Jekyll-based resume template with a single-column, monospace layout designed for academics and professionals. It takes a forked repository with markdown files and configuration settings, then produces a static website featuring a clean text-focused design. The template runs on Jekyll, outputs static HTML, and can be hosted for free on GitHub Pages.
nav list in _config.yml, with each entry specifying a name and link, such as About, Resume, or Contact.accent variable in _sass/vars.scss; note that changing it can cause merge conflicts when pulling updates from the original repository.tracking_id in _config.yml to attach Google Analytics to the site.profile-picture to display a profile photo on the page.ins_logo in _config.yml to show an institute or university logo at the top; adjust its size by changing max-height in the #ins-logo rule in _sass/_style.scss.foo.md in the repository root and it becomes accessible at /foo, while undesired pages like contact.md can be deleted.remote_theme: ankitsultana/researcher@gem._config.yml to set the site title, navigation links, tracking ID, and optionally an institute logo._config.yml file plus markdown files.Researcher is free to use; it is published under the GNU GPL v3 open-source license, and hosting on GitHub Pages is free for public repositories.
Fork the repository and edit away. The template runs on Jekyll and works with GitHub Pages directly. Alternatively, you can set remote_theme: ankitsultana/researcher@gem in _config.yml, though local testing in that mode is not documented.
Edit the accent variable in _sass/vars.scss. Note that changing the accent color can cause merge conflicts if you later try to merge updates from the original repository.
Add an image tag with the class profile-picture in your markdown or HTML, for example using an img tag with src pointing to your image file.
Yes, Researcher is licensed under GNU GPL v3, which allows free use, modification, and redistribution. Hosting on GitHub Pages is also free.
Yes, you can set remote_theme: ankitsultana/researcher@gem in _config.yml to use it as a remote GitHub Pages theme.
