39 lines
1.4 KiB
YAML
39 lines
1.4 KiB
YAML
# Site settings
|
|
title: "Jekyll Resume Template"
|
|
description: "A resume template for Jekyll and GitHub Pages sites."
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
sass:
|
|
sass_dir: _sass
|
|
style: compressed
|
|
|
|
# Resume settings
|
|
resume_avatar: "true"
|
|
resume_name: "Homer J. Simpson"
|
|
resume_title: "Nuclear Safety Inspector"
|
|
resume_contact_email:
|
|
"homerjsimpson@youremailaddress.com"
|
|
# use "yes" to display the email contact button,
|
|
# "no" to display an "I'm not looking for work" message,
|
|
# or remove the resume_looking_for_work option entirely
|
|
# to leave blank
|
|
resume_looking_for_work: "yes"
|
|
|
|
# Resume social links
|
|
# uncomment the options you wish to display, and add your own URL
|
|
resume_social_links:
|
|
resume_github_url: "https://github.com/jglovier/resume-template"
|
|
resume_twitter_url: "http://twitter.com/jglovier"
|
|
resume_dribbble_url: "https://dribbble.com/jag"
|
|
# resume_facebook_url: "insert Facebook URL here"
|
|
resume_linkedin_url: "https://www.linkedin.com/in/joelglovier"
|
|
# resume_instagram_url: "insert your Instagram URL here"
|
|
resume_website_url: "http://joelglovier.com"
|
|
|
|
# Design settings
|
|
resume_theme: default
|
|
|
|
# Note: when editing locally, remember to restart
|
|
# your Jekyll server when you edit this file. Changes
|
|
# to _congif.yml are only recognized when the server starts |