Explicit commit v2
This commit is contained in:
@@ -1,29 +1,63 @@
|
||||
#Update all the sections by editing the data.yml file inside _data folder.
|
||||
|
||||
baseurl: '.' #change it according to your repository name
|
||||
|
||||
# Style will be applied only after restarting the build or serve. Just choose one of the options.
|
||||
theme_skin: ceramic # blue turquoise green berry orange ceramic
|
||||
|
||||
# uncomment the next line, if you want the education section displayed in main instead of the sidebar
|
||||
#education_in_main: True
|
||||
|
||||
# Tracker
|
||||
analytics: UA-83979019-1
|
||||
|
||||
# Sass/SCSS
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
|
||||
# Site settings
|
||||
title: "Jekyll Resume Template"
|
||||
description: "A resume template for Jekyll and GitHub Pages sites."
|
||||
|
||||
# Build settings
|
||||
encoding: "utf-8"
|
||||
compress_html: # - http://jch.penibelst.de/
|
||||
clippings: all
|
||||
ignore:
|
||||
envs: development
|
||||
markdown: kramdown
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
style: compressed
|
||||
|
||||
# Development Settings
|
||||
port: 3000
|
||||
host: 0.0.0.0
|
||||
safe: false
|
||||
# Resume settings
|
||||
resume_avatar: "true"
|
||||
resume_name: "Lisa M. Simpson"
|
||||
resume_title: "VP of Global Communications"
|
||||
|
||||
# used for the contact button in _layouts/resume.html
|
||||
resume_contact_email: "lisasimpson@youremailaddress.com"
|
||||
|
||||
# the next two items are used for schema itemprops in _layouts/resume.html
|
||||
resume_contact_telephone: "555-7334"
|
||||
resume_contact_address: "742 Evergreen Terrace, Springfield"
|
||||
|
||||
resume_header_contact_info: "742 Evergreen Terrace, Springfield • 555-7334 • lisasimpson@youremailaddress.com"
|
||||
display_header_contact_info: "false"
|
||||
|
||||
resume_header_intro: "<p>This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but keep it brief and concise</p>"
|
||||
|
||||
# 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"
|
||||
|
||||
# Decide which sections to use
|
||||
# comment out to hide
|
||||
resume_section_experience: true
|
||||
resume_section_education: true
|
||||
resume_section_projects: true
|
||||
resume_section_skills: true
|
||||
resume_section_recognition: true
|
||||
resume_section_links: true
|
||||
resume_section_associations: true
|
||||
# resume_section_interests: true
|
||||
|
||||
# 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"
|
||||
resume_medium_url: "https://medium.com/@jglovier"
|
||||
resume_print_social_links: true
|
||||
|
||||
# Design settings
|
||||
resume_theme: default
|
||||
|
||||
# Note: when editing locally, remember to restart
|
||||
# your Jekyll server when you edit this file. Changes
|
||||
# to _config.yml are only recognized when the server starts
|
||||
|
||||
Reference in New Issue
Block a user