Commit graph

9 commits

Author SHA1 Message Date
Marty Oehme 05302ff8dc
Separate client from title
Now we can sort and display per-client and not only chronologically
2024-09-12 17:39:47 +02:00
Marty Oehme f8ee96970a
Make work experience bulletpoints optional
By supplying `bulletpoints_show = False` to the experience function,
the bullet points under each work experience heading will be
entirely removed so only the work experience names themselves
remain. Good for a general CV, or non-american style listings.
2024-05-29 09:05:23 +02:00
Marty Oehme b6302e0ca6
Fix empty sections in cv
Whenever an empty section was encountered we returned `None`
which lead to display artifacts as Quarto tried to interpret
what we actually wanted to display.
Instead, we simply return an empty string which is to be
'displayed' so nothing will be shown.
2023-07-31 09:33:57 +02:00
Marty Oehme d6270773c9
Add processing for thesis content into document 2023-06-27 18:17:25 +02:00
Marty Oehme 0433985cd6
Add subdued coloring for publications 2023-06-27 18:02:01 +02:00
Marty Oehme 14c6c8ccfb
Fix printing None if no publication for entry
No adding an empty string to the resulting markdown instead of the
actual content of the dict ('None') to the text.
2023-06-27 10:38:56 +02:00
Marty Oehme 61f5d0d2ff
Fix work experience heading line breaks 2023-06-26 17:09:23 +02:00
Marty Oehme a1d41cc2ac
Add dynamic qualification content 2023-06-22 18:03:59 +02:00
Marty Oehme 14be4ea1ca
Prepare structure for inserting dynamic content 2023-06-22 15:52:33 +02:00