Skip to content

Commit

Permalink
data: update sample_content.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Jul 23, 2024
1 parent 06a8ac9 commit 418d28b
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions rendercv/data/sample_content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,32 @@ social_networks:
username: yourusername
sections:
welcome_to_RenderCV!:
- '[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX-based CV/resume
- "[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX-based CV/resume
framework. It allows you to create a high-quality CV or resume as a PDF file
from a YAML file, with **full Markdown syntax support** and **complete control
over the LaTeX code**.'
over the LaTeX code**."
- The boilerplate content was inspired by [Gayle McDowell](https://github.com/dnl-blkv/mcdowell-cv).
quick_guide:
- bullet: Each section title is arbitrary and each section contains a list of
- bullet:
Each section title is arbitrary and each section contains a list of
entries.
- bullet: 'There are 7 unique entry types: *BulletEntry*, *TextEntry*, *EducationEntry*,
*ExperienceEntry*, *NormalEntry*, *PublicationEntry*, and *OneLineEntry*.'
- bullet:
"There are 7 unique entry types: *BulletEntry*, *TextEntry*, *EducationEntry*,
*ExperienceEntry*, *NormalEntry*, *PublicationEntry*, and *OneLineEntry*."
- bullet: Select a section title, pick an entry type, and start writing your section!
- bullet: '[Here](https://docs.rendercv.com/user_guide/), you can find a comprehensive
user guide for RenderCV.'
- bullet:
"[Here](https://docs.rendercv.com/user_guide/), you can find a comprehensive
user guide for RenderCV."
education:
- institution: University of Pennsylvania
area: Computer Science
degree: BS
start_date: 2000-09
end_date: 2005-05
highlights:
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
- '**Coursework:** Computer Architecture, Comparison of Learning Algorithms,
Computational Theory'
- "GPA: 3.9/4.0 ([a link to somewhere](https://example.com))"
- "**Coursework:** Computer Architecture, Comparison of Learning Algorithms,
Computational Theory"
experience:
- company: Apple
position: Software Engineer
Expand Down Expand Up @@ -65,18 +68,18 @@ sections:
using SQL and Perl scripts
publications:
- title: 3D Finite Element Analysis of No-Insulation Coils
authors: [Frodo Baggins, '***John Doe***', Samwise Gamgee]
authors: [Frodo Baggins, "***John Doe***", Samwise Gamgee]
doi: 10.1109/TASC.2023.3340648
date: 2004-01
projects:
- name: Multi-User Drawing Tool
date: '[github.com/name/repo](https://github.com/sinaatalay/rendercv)'
date: "[github.com/name/repo](https://github.com/sinaatalay/rendercv)"
highlights:
- Developed an electronic classroom where multiple users can simultaneously
view and draw on a "chalkboard" with each person's edits synchronized
- "Tools Used: C++, MFC"
- name: Synchronized Desktop Calendar
date: '[github.com/name/repo](https://github.com/sinaatalay/rendercv)'
date: "[github.com/name/repo](https://github.com/sinaatalay/rendercv)"
highlights:
- Developed a desktop calendar with globally shared and synchronized calendars,
allowing users to schedule meetings with other users
Expand Down

0 comments on commit 418d28b

Please sign in to comment.