Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Hugo resume/CV theme for developers — responsive, Bootstrap 4, FontAwesome icons, Google Analytics support.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
Hugo DevResume Theme is a free Hugo port of Xiaoying Riley's DevResume template that renders a developer's professional details as a static, single-page resume website.
The Hugo DevResume Theme is a Hugo theme that turns a developer's resume data into a responsive static website. It is a port of the DevResume theme by Xiaoying Riley, maintained by cowboysmall-tools on GitHub. The theme is configured through a config.toml file and produces a clean single-page layout.
The theme is aimed at software developers who need an online resume or CV site. Technical job seekers can present their skills, projects, and work history in a single page. Freelancers and consultants can use it as a lightweight personal landing page to attract clients.
You install the theme by cloning the repository into your Hugo project's themes directory. Then copy config.toml from the exampleSite folder to your site root and edit in your personal details. Run hugo server to preview locally at localhost:1313, and hugo to build the public website folder.
The theme is free to use as long as you keep the footer attribution link. A commercial license is available from the original DevResume theme page to remove the attribution, but the Hugo port itself does not state its own price.
The original DevResume theme by Xiaoying Riley, which is not Hugo-specific and is built directly with Bootstrap 4.
Yes, the theme is 100% free to use as long as you keep the footer attribution link. If you want to use it without that attribution, you can purchase a commercial license for the original DevResume theme.
You need Hugo installed on your computer. The theme uses standard Hugo project structure and expects a config.toml file for site settings. No other dependencies are required beyond a static host for the final site.
Add a [params.footer] section with a copyright value to your config.toml file to replace the "Ported for..." line. The theme supports this override, though the original DevResume attribution requirement remains.
Yes, the theme is fully responsive and uses Bootstrap 4's responsive grid. It is designed to work on mobile phones, tablets, and desktop screens.