forked from jglovier/resume-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jglovier#63 from jglovier/jglovier/add-address-phone
Simpler way to display contact info in header
- Loading branch information
Showing
3 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,17 @@ sass: | |
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: "[email protected]" | ||
|
||
# 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 | [email protected]" | ||
|
||
resume_header_contact_info: "742 Evergreen Terrace, Springfield • 555-7334 • [email protected]" | ||
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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters