diff --git a/rendercv/themes/main.j2.md b/rendercv/themes/main.j2.md new file mode 100644 index 0000000..09e21d0 --- /dev/null +++ b/rendercv/themes/main.j2.md @@ -0,0 +1,9 @@ +<
> + +((* for section_beginning, entries in sections*)) +<> + + ((* for entry in entries *)) +<> + ((* endfor *)) +((* endfor *)) diff --git a/rendercv/themes/markdown/EducationEntry.j2.md b/rendercv/themes/markdown/EducationEntry.j2.md new file mode 100644 index 0000000..70909f6 --- /dev/null +++ b/rendercv/themes/markdown/EducationEntry.j2.md @@ -0,0 +1,7 @@ +## <>, <> in <> + +((* if entry.date_string *))- <> ((* endif *)) +((* if entry.location *))- <> ((* endif *)) +((* for item in entry.highlights *)) +- <> +((* endfor *)) diff --git a/rendercv/themes/markdown/ExperienceEntry.j2.md b/rendercv/themes/markdown/ExperienceEntry.j2.md new file mode 100644 index 0000000..c998edd --- /dev/null +++ b/rendercv/themes/markdown/ExperienceEntry.j2.md @@ -0,0 +1,9 @@ +## <>, <> + +((* if entry.date_string *))- <> ((* endif *)) + +((* if entry.location *))- <> ((* endif *)) + +((* for item in entry.highlights *)) +- <> +((* endfor *)) diff --git a/rendercv/themes/markdown/Header.j2.md b/rendercv/themes/markdown/Header.j2.md new file mode 100644 index 0000000..b897996 --- /dev/null +++ b/rendercv/themes/markdown/Header.j2.md @@ -0,0 +1,19 @@ +# <>'s CV + +((* if cv.phone *)) +- Phone: <> +((* endif *)) +((* if cv.email *)) +- Email: [<>](mailto:<>) +((* endif *)) +((* if cv.location *)) +- Location: <> +((* endif *)) +((* if cv.website *)) +- Website: [<>](<>) +((* endif *)) +((* if cv.social_networks *)) + ((* for network in cv.social_networks *)) +- <>: [<>](<>) + ((* endfor *)) +((* endif *)) diff --git a/rendercv/themes/markdown/NormalEntry.j2.md b/rendercv/themes/markdown/NormalEntry.j2.md new file mode 100644 index 0000000..cfa1860 --- /dev/null +++ b/rendercv/themes/markdown/NormalEntry.j2.md @@ -0,0 +1,7 @@ +## <> + +((* if entry.date_string *))- <> ((* endif *)) +((* if entry.location *))- <> ((* endif *)) +((* for item in entry.highlights *)) +- <> +((* endfor *)) diff --git a/rendercv/themes/markdown/OneLineEntry.j2.md b/rendercv/themes/markdown/OneLineEntry.j2.md new file mode 100644 index 0000000..33d622f --- /dev/null +++ b/rendercv/themes/markdown/OneLineEntry.j2.md @@ -0,0 +1 @@ +- <>: <> \ No newline at end of file diff --git a/rendercv/themes/markdown/PublicationEntry.j2.md b/rendercv/themes/markdown/PublicationEntry.j2.md new file mode 100644 index 0000000..1edff20 --- /dev/null +++ b/rendercv/themes/markdown/PublicationEntry.j2.md @@ -0,0 +1,5 @@ +## <> ([<>](<>)) + +- <> +- <> +((* if entry.journal *))- <> ((* endif *)) diff --git a/rendercv/themes/markdown/SectionBeginning.j2.md b/rendercv/themes/markdown/SectionBeginning.j2.md new file mode 100644 index 0000000..5d2a0c8 --- /dev/null +++ b/rendercv/themes/markdown/SectionBeginning.j2.md @@ -0,0 +1 @@ +# <> \ No newline at end of file diff --git a/rendercv/themes/markdown/TextEntry.j2.md b/rendercv/themes/markdown/TextEntry.j2.md new file mode 100644 index 0000000..68019b1 --- /dev/null +++ b/rendercv/themes/markdown/TextEntry.j2.md @@ -0,0 +1 @@ +<>