Skip to content

CamStan/jekyll-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Resume

This resume is a reimplementation of gonsie/cthulu-resume for Jekyll.

Usage

Install the following 2 files into an existing Jekyll project.

  • resume.md: Markdown resume. See details below for formatting.
  • _layouts/resume.html: This file includes CSS styles for the resume.

Resume Markup

This resume assumes the following markdown / html:

  • Name at the top is a top-level heading (# / <h1>)
  • The objective statement is a block quote (> / <blockquote>)
  • Sections of the resume should 2nd level headings (## / <h2>)
  • Job titles should be 3rd level headings (### / <h3>), which can be combined with bold text (** / <bold>).
  • Dates can be added to 3rd level headings by directly using the html <span> tag.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published