Harendra1993 / vita

A simple and minimal Hexo resume theme

Home Page:https://harendra1993.github.io/vita/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vita is a simple and minimal Hexo resume theme

Online Demo

Prerequisites:

Installation

  1. Install Hexo

    yarn global add hexo-cli
  2. Init Hexo

    hexo new your-resume
  3. Use Theme

    # Clone the repo in a different folder
    # e.g. /path/to/resume
    git clone https://github.com/harendra1993/vita.git
    
    # Copy theme files
    cp -r /path/to/vita /path/to/your-resume/themes/vita
    
    # Then, change theme in `_config.yml`
    
  4. Config your resume data

    Set theme:

    theme: vita

    The baseurl is required in _config.yml if you serve this page as part of your website. And your contact information, EDUCATION, SKILLS, EXPERIENCE, and PROJECTS data under resume.

  5. Run and Debug

    hexo server

License

MIT

About

A simple and minimal Hexo resume theme

https://harendra1993.github.io/vita/


Languages

Language:CSS 100.0%