• Stars
    star
    1,830
  • Rank 25,368 (Top 0.5 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 9 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ“„πŸ’ΌπŸŽ© A simple Jekyll + GitHub Pages powered resume template.

Resume template

A simple Jekyll + GitHub Pages powered resume template.

img

Docs

Running locally

To test locally, run the following in your terminal:

  1. Clone repo locally
  2. bundle install
  3. bundle exec jekyll serve
  4. Open your browser to localhost:4000

Running locally with Docker

To test locally with docker, run the following in your terminal after installing docker into your system:

  1. docker image build -t resume-template .
  2. docker run --rm --name resume-template -v "$PWD":/home/app --network host resume-template

Customizing

First you'll want to fork the repo to your own account. Then clone it locally and customize, or use the GitHub web editor to customize.

Options/configuration

Most of the basic customization will take place in the /_config.yml file. Here is a list of customizations available via /_config.yml:

[...write these out...]

Editing content

Most of the content configuration will take place in the /_layouts/resume.html file. Simply edit the markup there accordingly

Publishing to GitHub Pages for free

GitHub Pages will host this for free with your GitHub account. Just make sure you're using a gh-pages branch, and the site will automatically be available at yourusername.github.io/resume-template (you can rename the repo to resume for your own use if you want it to be available at yourusername.github.io/resume). You can also add a CNAME if you want it to be available at a custom domain...

Configuring with your own domain name

To setup your GH Pages site with a custom domain, follow the instructions on the GitHub Help site for that topic.

Themes

Right now resume-template only has one theme. More are coming πŸ”œ though. ❀️

Roadmap

A feature roadmap is available here. If you features suggestions, please open a new issue.

Contributing

If you spot a bug, or want to improve the code, or even make the dummy content better, you can do the following:

  1. Open an issue describing the bug or feature idea
  2. Fork the project, make changes, and submit a pull request

License

The code and styles are licensed under the MIT license. See project license. Obviously you should not use the content of this demo repo in your own resume. πŸ˜‰

Disclaimer: Use of Homer J. Simpson image and name used under Fair Use for educational purposes. Project license does not apply to use of this material.

More Repositories

1

gifs

πŸ˜‚ πŸ“· πŸŽ‡ Storage place for all mah gifs.
HTML
1,643
star
2

microframe

πŸ”¬ πŸ“ ✏️ Microframe is a micro (<200px wide), grid based wireframe PSD template for UI and UX designers mocking up website and app layouts.
298
star
3

jekyll-new

πŸ“ πŸ’» πŸ“± Work on the default theme for Jekyll 2.0. Preview current progress at:
CSS
180
star
4

jglovier.github.io

πŸ““ Source for joelglovier.com. Built with Jekyll and hosted on GitHub Pages.
HTML
112
star
5

dotfiles-logo

🎨 I created a logo for your dotfiles. Well, for @pengwynn's [dotfiles](http://dotfiles.github.io/), but you can use it too.
69
star
6

fizzy

πŸ‡ πŸ“ 🍊 A lovely, bright and lively syntax theme for Atom.
CSS
29
star
7

jekyll-boilerplate

My boilerplate Jekyll setup. Design agnostic. Mostly just for file structure.
CSS
28
star
8

galaxy-theme-iterm

πŸ’» 🎨 πŸ’„ My OS X iTerm color profile.
22
star
9

coloring-book

🎨 ✏️ An open source collection of illustrations I've made for you to color!
16
star
10

jekyll-dummy-content

A repo for testing jekyll themes with real (dummy) content.
8
star
11

speaking

🎀 πŸ“’ A place to store all my talks and assets, both polished and in-progress.
6
star
12

sass-boilerplate

A Sass boilerplate for your new projects, based on SMACSS.
CSS
5
star
13

project-car

This repo is where I'm tracking progress on the project car I've always wanted to build: a 2000 Honda Civic Si.
5
star
14

depart

A simple departure time calculator 🚧 WIP 🚧
CSS
3
star
15

ohsnap

πŸ“· A photo gallery theme for Jekyll sites. [WIP] 🚧
CSS
2
star
16

github-for-developers-squares-conf-2016

This is our workspace for the GitHub for Developers workshop at Squares Conference 2016
2
star
17

programming-exercises

A place to store exercises I'm doing as I learn new languages.
JavaScript
1
star
18

getting-started-with-github

A GitHub tutorial workshop repository.
HTML
1
star
19

website-2011

πŸ’€ My old website (circa 2011-2014) exported from WordPress to a static site.
CSS
1
star
20

funnystuff

JavaScript
1
star
21

ooo-avatar

Add a simple out of office banner to your avatar when you need people to see you are going to be away from GitHub for a while.
1
star
22

cardboard-projects

A collection of projects you can make with cardboard!
1
star
23

page-count

A chrome extension for counting web pages visited per day. [WIP]
JavaScript
1
star