thomas10011 / 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 一个简洁的hexo简历主题

此仓库是在原作的基础之上汉化而成,并修改了部分样式。

在线预览

环境:

安装

  1. 安装Hexo

    yarn global add hexo-cli
  2. 初始化一个Hexo目录

    hexo new your-resume
  3. 使用主题

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

    另外,请确认已经安装了hexo-renderer-swig,否则可能会导致无法渲染layout/index.swig。 若未安装,可以运行以下命令:

    npm install hexo-renderer-swig --save
    
  4. 在配置文件中选择vita

    并按照如下设置:

    theme: vita

    如果你将此页面设置为你的网站的一部分,请在_config.yml中设置baseurl的值。在配置文件中的resume标签下设置你的 EDUCATION, SKILLS, EXPERIENCE, 和 PROJECTS 等信息。

  5. 关于头像的使用

    请准备1: 1的头像,命名为avatar.jpg,存放在hexo的source/images目录下。

  6. Run and Debug

    hexo server

许可

MIT

About

A simple and minimal Hexo resume theme

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


Languages

Language:CSS 100.0%