Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Jekyll based resume template for GitHub Pages.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
Remple is a minimal Jekyll resume template that turns a Markdown profile into a static website hosted on GitHub Pages, requiring only edits to two files to go live.
Remple is a simple resume template built for Jekyll, the static site generator. It takes resume content written in Markdown (index.md) and site settings from _config.yml, and produces a static HTML resume website. The template is distributed as a GitHub repository and is designed to be deployed via GitHub Pages, with a live demo available at tahanima.github.io/remple. It is licensed under the MIT License, so it can be freely reused and modified.
[username].github.io/[repo-name].Remple is aimed at developers and job seekers who want a straightforward, no-frills personal resume site without building one from scratch. It is particularly suitable for:
Remple runs as a Jekyll site. After forking the repository, you edit _config.yml to set your title, description, email, and social links. Next, edit index.md with your resume details and replace the default photo with your own. Finally, enable GitHub Pages in the repository settings, choosing the master branch and root folder, and the site is built by Jekyll and hosted automatically.
Yes, Remple is open source under the MIT License, which allows free use, modification, and distribution. You only need a free GitHub account to host the site via GitHub Pages.
No. The content is written in Markdown (index.md) and configuration is done in YAML (_config.yml). The template's styling is handled by Jekyll, so no direct HTML/CSS editing is required for basic customization.
If you fork and rename the repository, you must update the baseurl value in _config.yml from "/remple/" to "/your-preferred-name/" so that the site's links work correctly under the new path. The site will then be accessible at username.github.io/your-preferred-name/.
Yes. The template expects a file named my-photo.jpg by default, but you can set the photo_url setting in _config.yml to any filename or extension, then upload that file to the repository root.
The project is licensed under the MIT License, as stated in the repository. This means you can use the template in personal or commercial projects, modify it, and redistribute it, as long as the license notice is preserved.
