rendercv init
This commit is contained in:
parent
2c7c63b22e
commit
db074edafa
25 changed files with 835 additions and 0 deletions
1
markdown/BulletEntry.j2.md
Normal file
1
markdown/BulletEntry.j2.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
- <<entry.bullet>>
|
||||
9
markdown/EducationEntry.j2.md
Normal file
9
markdown/EducationEntry.j2.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## <<entry.institution>>, ((* if entry.degree *))<<entry.degree>> in ((* endif *))<<entry.area>>
|
||||
|
||||
((* if entry.date_string *))- <<entry.date_string>>
|
||||
((* endif *))
|
||||
((* if entry.location *))- <<entry.location>>
|
||||
((* endif *))
|
||||
((* for item in entry.highlights *))
|
||||
- <<item>>
|
||||
((* endfor *))
|
||||
9
markdown/ExperienceEntry.j2.md
Normal file
9
markdown/ExperienceEntry.j2.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## <<entry.company>>, <<entry.position>>
|
||||
|
||||
((* if entry.date_string *))- <<entry.date_string>>
|
||||
((* endif *))
|
||||
((* if entry.location *))- <<entry.location>>
|
||||
((* endif *))
|
||||
((* for item in entry.highlights *))
|
||||
- <<item>>
|
||||
((* endfor *))
|
||||
19
markdown/Header.j2.md
Normal file
19
markdown/Header.j2.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# <<cv.name>>'s CV
|
||||
|
||||
((* if cv.phone *))
|
||||
- Phone: <<cv.phone|replace("tel:", "")|replace("-"," ")>>
|
||||
((* endif *))
|
||||
((* if cv.email *))
|
||||
- Email: [<<cv.email>>](mailto:<<cv.email>>)
|
||||
((* endif *))
|
||||
((* if cv.location *))
|
||||
- Location: <<cv.location>>
|
||||
((* endif *))
|
||||
((* if cv.website *))
|
||||
- Website: [<<cv.website|replace("https://","")|replace("/","")>>](<<cv.website>>)
|
||||
((* endif *))
|
||||
((* if cv.social_networks *))
|
||||
((* for network in cv.social_networks *))
|
||||
- <<network.network>>: [<<network.username>>](<<network.url>>)
|
||||
((* endfor *))
|
||||
((* endif *))
|
||||
9
markdown/NormalEntry.j2.md
Normal file
9
markdown/NormalEntry.j2.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## <<entry.name>>
|
||||
|
||||
((* if entry.date_string *))- <<entry.date_string>>
|
||||
((* endif *))
|
||||
((* if entry.location *))- <<entry.location>>
|
||||
((* endif *))
|
||||
((* for item in entry.highlights *))
|
||||
- <<item>>
|
||||
((* endfor *))
|
||||
1
markdown/NumberedEntry.j2.md
Normal file
1
markdown/NumberedEntry.j2.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
- <<entry.number>>
|
||||
1
markdown/OneLineEntry.j2.md
Normal file
1
markdown/OneLineEntry.j2.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
- <<entry.label>>: <<entry.details>>
|
||||
9
markdown/PublicationEntry.j2.md
Normal file
9
markdown/PublicationEntry.j2.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## <<entry.title>> ((* if entry.doi *))([<<entry.doi>>](<<entry.doi_url>>))((* elif entry.url *))([<<entry.url>>](<<entry.clean_url>>))((* endif *))
|
||||
|
||||
((* if entry.date_string *))
|
||||
- <<entry.date_string>>
|
||||
((* endif *))
|
||||
- <<entry.authors|join(", ")>>
|
||||
((* if entry.journal *))
|
||||
- <<entry.journal>>
|
||||
((* endif *))
|
||||
1
markdown/ReversedNumberedEntry.j2.md
Normal file
1
markdown/ReversedNumberedEntry.j2.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
- <<entry.reversed_number>>
|
||||
1
markdown/SectionBeginning.j2.md
Normal file
1
markdown/SectionBeginning.j2.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# <<section_title>>
|
||||
2
markdown/TextEntry.j2.md
Normal file
2
markdown/TextEntry.j2.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<<entry>>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue