Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A responsive resume/CV theme for Hugo, ported from the Orbit template by Xiaoying Riley.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
Orbit is a Hugo port of Xiaoying Riley's Orbit resume/CV template, built to turn a single TOML configuration file into a responsive HTML5 resume for developers.
Orbit is a Hugo theme that renders a one-page resume or CV website from data in a config.toml file. It is a direct port of the Orbit-Theme by Xiaoying Riley, adapted for the Hugo static site generator by the GitHub user aerohub. The theme takes your personal details, work experience, skills, and education entries from the config file and outputs a static HTML site that you can host anywhere. Because it's built on Hugo, the final site is fast and requires no server-side processing.
Orbit is aimed at developers who want an online resume that matches the look of a classic developer CV. It's also useful for job seekers who need a static, easily hostable resume page, and for Hugo users who want a minimal, config-driven theme without a CMS.
hugo server.The setup process is straightforward. First, clone the theme into your Hugo site's themes directory. Then copy the config.toml from the exampleSite folder to your site root and edit it with your data. Run hugo server -w to preview at localhost:1313, and hugo to generate the static site into the public folder.
The original Orbit template is released under the Creative Commons Attribution 3.0 License, which means you can use it freely as long as you keep the attribution link. The Hugo port follows the same terms — check the theme's README for details.
Inside your Hugo site folder, run mkdir themes, then cd themes, then git clone https://github.com/aerohub/hugo-orbit-theme. After that, copy the example config.toml into your site root and start editing.
All page content is controlled through a single config.toml file. You'll fill in personal details, sections like experience and education, and site-wide options such as the color scheme and Google Analytics ID.