rendercv init
This commit is contained in:
parent
2c7c63b22e
commit
db074edafa
25 changed files with 835 additions and 0 deletions
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 *))
|
||||
Loading…
Add table
Add a link
Reference in a new issue