Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple and minimal Hexo resume theme

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
Vita is a minimal Hexo theme for generating a static resume website, taking structured resume data from YAML configuration and rendering it into a single-page personal site. It runs on the Hexo static site generator with Node.js (version 1.x or higher), and it is published on GitHub by harendra1993 under the MIT license.
Vita is a Hexo theme designed to present resume information as a clean, static website. It takes your resume content — contact details, education, skills, experience, and projects — defined as structured data under the resume key in the Hexo _config.yml file, and outputs a simple single-page resume site. The theme requires NodeJS 1.x or higher and Hexo 1.x or higher, and it includes a live demo linked from the repository.
hexo server for local preview and the standard Hexo project structure._config.yml under the resume key, so you update content without editing templates.themes/vita in your Hexo project, and set theme: vita in _config.yml.hexo server runs a local development server so you can see and debug your resume before deploying.resume section of _config.yml, then generate a clean static resume page.themes/vita if you need to go beyond the default minimal style.Install Hexo globally with yarn global add hexo-cli, create a new project with hexo new your-resume, clone the Vita repository and copy it to the themes/vita directory, then set theme: vita in your project's _config.yml. After adding your resume data under the resume key, run hexo server to preview the site locally or hexo generate to build the static files for deployment.
Yes, Vita is released under the MIT license, so it is free to use and modify for both personal and commercial projects.
No — the README shows that resume content is defined in YAML in _config.yml. You would only touch HTML templates if you want to customize the theme's design beyond the default.
The README lists contact information, education, skills, experience, and projects as the resume data sections you configure under the resume key.
The prerequisites state NodeJS version 1.x or higher and Hexo version 1.x or higher.
Yes, the README notes that the baseurl is required in _config.yml if you serve the page as part of a larger website, so the theme can be used in a subpath.
