Giter Club home page Giter Club logo

hexo-mtics-resume's Introduction

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: [email protected]
    - 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

hexo-mtics-resume's People

Contributors

crispgm avatar mtics avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.