Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimalist Hugo resume theme for developers, featuring dark mode, automatic GitHub project cards, recent blog posts, and contact form integration.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
DevRes is a minimalist Hugo resume theme built for developers, turning a YAML data file into a static one-page resume site with automatic GitHub project cards and blog post integration. A live demo shows the theme in action with documentation content.
DevRes is a Hugo theme that generates a developer-focused resume website. It takes your resume data from a data/content.yaml file and produces a responsive static site with light and dark mode, project cards, and recent blog posts. The theme runs on Hugo version 0.72.0 or higher and is maintained by Nir Gal on GitHub. It is designed to be fast and SEO-friendly, scoring 90 or higher on Google PageSpeed Insights for both mobile and desktop.
config.toml.DevRes is aimed at software developers, tech job seekers, open-source contributors, and freelancers who want a clean online resume that showcases their coding work. Developers can list their skills, experience, and projects, and the theme automatically pulls in GitHub project cards and latest blog posts to keep the resume dynamic. Job seekers can use it to create a professional online presence without building a site from scratch. Freelancers can use the integrated contact form to turn their resume into a lead-generation page.
config.toml without touching SCSS files.The setup process is straightforward: clone the repository into the themes folder or add it as a Git submodule, then set theme = "devRes" in your config.toml. Your resume content is stored in data/content.yaml, and favicons go in an icons directory inside static. For local development, you can run hugo server --source=exampleSite -v --gc to preview the theme with the example content.
DevRes is free and open-source, released under the Creative Commons Attribution 4.0 license. There are no paid tiers or premium features — the full theme is available on GitHub.
Yes, DevRes is entirely free and open-source. It is released under the Creative Commons Attribution 4.0 license, so you can use, modify, and share it as long as you give appropriate credit.
DevRes requires Hugo version 0.72.0 or higher. The badge in the repository shows compatibility with Hugo 0.72.0 and above, so make sure your Hugo installation meets this minimum.
You can change the theme colors directly in the config.toml file. The exampleSite folder contains a sample configuration that shows exactly where to set the color values. There's no need to edit SCSS files for basic color changes.
Resume data goes in a file named content.yaml inside the data directory of your Hugo site. The exampleSite provides a working data/content.yaml that you can reference as a template for the expected structure.
