All Projects → crispgm → Resume

crispgm / Resume

Licence: mit
A minimalist resume template for Jekyll and Hexo

Projects that are alternatives of or similar to Resume

Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-73.56%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, resume-template
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+393.68%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, resume-template
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+398.85%)
Mutual labels:  jekyll, jekyll-theme, resume-template
Jekyll Theme Scribbles
A minimalistic Jekyll theme recreating the look of plain Markdown file (with some extras)
Stars: ✭ 15 (-91.38%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Wu Kan.github.io
✨ my homepage & template for jekyll-theme-WuK
Stars: ✭ 171 (-1.72%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (+302.87%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+351.72%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (-16.67%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+201.15%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-68.39%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Mzlogin.github.io
Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog
Stars: ✭ 1,060 (+509.2%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Autm Rb
Jekyll theme
Stars: ✭ 80 (-54.02%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Text Theme
💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
Stars: ✭ 2,150 (+1135.63%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+277.59%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Jekyll Uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
Stars: ✭ 559 (+221.26%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Bay
🐟 A simple theme for Jekyll. Live at https://eliottvincent.github.io/bay/
Stars: ✭ 37 (-78.74%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (+131.03%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (+157.47%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Blog
博客
Stars: ✭ 103 (-40.8%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes
Starving Artist Jekyll Theme
A portfolio theme for Jekyll for artists to display their work - http://chrisanthropic.github.io/starving-artist-jekyll-theme/
Stars: ✭ 83 (-52.3%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes

Crisp Minimal Résumé

GitHub CI Gem Version npm version

Introduction

English 简体中文

This is a responsive minimal résumé template made by Crisp, powered by Jekyll. And we also provide an official Hexo port for Hexo users.

You may config all the data in yaml and make it your own résumé. Then, you might use on GitHub Pages, your website, or wherever you want.

DEMO

Features

  • Simple, elegant, and minimal design
  • PC and mobile friendly, but it looks better on PC
  • PDF supports and print friendly
  • Flexible and extensible

Usage

Local Mode

  1. Clone the repo

    git clone https://github.com/crispgm/resume.git
    
  2. Install Jekyll

    gem install jekyll
    
  3. Config your résumé data

    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 will be set in _data/resume.yml.

  4. Run and Debug

    jekyll serve
    
  5. Build

    jekyll build
    

Gem-based Theme

  1. Create a Gemfile

    source "https://rubygems.org"
    
    gem "jekyll-theme-minimal-resume"
    

    And then,

    bundle install
    
  2. Init _config.yml

    title: Résumé Title
    baseurl: "/resume/"
    theme: "jekyll-theme-minimal-resume"
    
  3. Create a index.html

    ---
    layout: resume
    ---
    
    
  4. Create _data/resume.yml and fill in your resume data. Example data is available here.

Data Format

Contact

contact:
  - icon: fa-envelope
    text: [email protected]
  - icon: fa-phone-square
    text: your-phone-num
  - icon: fa-globe
    text: your-website.com
    link: https://crispgm.github.io/resume/resume.html

FontAwesome iconfont is embedded, so use the fa- class name as icon. link is optional, present if you want a link for your web version.

Colors

There are a set of colorscheme. color may be specified in _config.yml. The default colorscheme is gray.

color: gray

Colors powered by Open-Color:

  • red
  • pink
  • grape
  • violet
  • indigo
  • blue
  • cyan
  • teal
  • green
  • lime
  • yellow
  • orange

Colors powered by Nord:

  • nord

Extending Sections

  1. Add new section in _data/resume.yml

    languages:
      - name: English
        proficiency: Professional working proficiency
      - name: Mandarin Chinese
        proficiency: Native or bilingual proficiency
    
  2. Add section to _layouts/resume.html:

    <section id="languages">
      <div class="section-title">Language</div>
      <div class="section-content">
        {% for lang in site.data.resume.languages %}
        <div class="block">
          <div class="block-title">{{ lang.name }}</div>
          <div class="block-content">{{ lang.proficiency }}</div>
        </div>
        {% endfor %}
      </div>
    </section>
    

Showcases

Feel free to add yours here.

Donation

License

license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].