Skip to content

mtics/hexo-mtics-resume

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Mtics Résumé for Hexo

Important Notice: Due to my study and limited abilities, it is difficult for me to continue to maintain this project on my own. I welcome all of you to help me maintain this project.

重要通知: 因为个人学业和能力有限的缘故,我很难自己继续维护这个项目。 欢迎各位大佬来帮助我维护这个项目。

A minimal resume theme for Hexo.

Why: There were some bugs in Crisp Minimal Résumé, so I forked it to fix and customize to my liking.

Demo

Live Demo

New Features

  • Version:1.1.1, Updates on 2020.07.27:
    • Now it supports en and zh-CN, you can use it by change the value of language in your-site\_config.yml

Installation

  1. Install Hexo

    $ yarn global add hexo-cli
  2. Init Hexo

    $ hexo new your-site
  3. Install dependency

    This step is not reall necessary. But if you have problem in rendering, please try this command:

    $ npm install hexo-render-swig
  4. Use Theme

    # Clone the repo in your-site/themes/
    $ cd your-site/themes/
    $ git clone https://github.com/mtics/hexo-mtics-resume.git
    
  5. Update

    $ cd themes/hexo-mtics-resume
    $ git pull
  6. Config your resume data

    Set theme in your-site/_config.yml:

    theme: hexo-mtics-resume

    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. See example in /hexo-mtics-resume/_config.yml.

  7. Run and Debug

    $ hexo s

Configuration

Mtics Resume comes with few configurations in hexo-mtics-resume/_config.yml.

# Write your site's title here.
title: Résumé

# Customize your site's footer here
footer:
  enable: true # decide where you want to show  your footer
  copyright:  # customize your copyright in footer, e.g. © 2019-2020 Jevis Li
    startYear: 
    currentYear: 
    author: 
    link: 
    beian: # Write your beian number here

Write your resume data in hexo-mtics-resume/_config.yml too.

################################
#     Write your resume Here   #
################################
resume:
  name: 
  jobtitle: 
  portrait: # author's portrait
  contact:
    - icon: fa-envelope
      text: youremail@example.com
    - icon: fa-phone-square
      text: your-phone-num
    - icon: fa-globe
      text: your-website.com
      link: 
    - icon: fa-github
      text: your-github
      link: 
  education:
    - university:
      duration:
      location:
      major: 
  experience:
    - title:
      duration:
      company:
      description:
  projects:
    - name: 
      description: 
      contribution: 
  skills:
    - title:
      items: 

If you want to add your own modules, first follow the format above to add your own configurations in theme/_config.yml.

Then follow the format in theme/_partial/resume.swig to add your modules.

Features

  • Simple and intuitive
  • Customizable

Contributing

Welcome and feel free to join the development of Mtics Resume.

License

license

About

A minimal simple resume for hexo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages