Commit graph

7 commits

Author SHA1 Message Date
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