Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Hugo CV theme for developers to build a responsive resume site with Bootstrap 3, FontAwesome icons, and shields.io badges.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
DevLite CV is a Hugo theme that turns a developer's details into a single-page CV website, packing a responsive resume layout with Bootstrap 3, FontAwesome icons, and shields.io badges.
DevLite CV is an open-source Hugo theme created by GitHub user oborshch. It serves as a starter template for developers who want to publish an online resume without writing HTML from scratch. The theme accepts Hugo site content and configuration as input and generates a static, fully responsive CV page as output. It runs on Hugo, a static site generator, and is a direct port of the Orbit-Theme HTML resume template by Xiaoying Riley.
DevLite CV targets developers who want a clean, static CV site without heavy design work. It is especially suited to Hugo users who already know how to structure content and want a theme that uses the tools they recognize, such as Bootstrap and LESS. The theme also appeals to job seekers who need a mobile-friendly resume they can host anywhere, including GitHub Pages.
The theme follows a simple Hugo workflow. First install Hugo and create a new site with hugo new site examplesite. Then clone the DevLite CV repository into that site's themes/devlite-cv/ directory. After adding your content and setting the theme in the site configuration, run Hugo to generate a static CV site.
The DevLite CV repository is publicly hosted on GitHub, and the theme page lists no price or paid tier. You can clone the repo directly into a Hugo site's themes folder. Since no license file is displayed in the provided content, check the repository for licensing terms before commercial use.
First install Hugo, then create a new Hugo site with hugo new site examplesite. Next, clone the DevLite CV repository into the theme folder: git clone https://github.com/oborshch/devlite-cv.git themes/devlite-cv/. After that, configure the site and build.
DevLite CV is built on Hugo, uses the Bootstrap 3 CSS framework, and includes HTML5 and CSS3 output. It also integrates FontAwesome icons and shields.io badges, and the theme's styles are provided as LESS source files, so you can recompile custom styles.
Yes, the official demo is live at oborshch.github.io/devlite-cv/, which suggests the theme works with GitHub Pages. Because it is a static Hugo site, you can deploy the generated output to GitHub Pages or any static hosting service.
