feat: Create a quarto-based manpage of the resume

Requires quarto for the manpage creation and pandoc for the html
conversion, if required.
This commit is contained in:
Marty Oehme 2025-05-10 22:14:30 +02:00
commit 3be4db8c16
Signed by: Marty
GPG key ID: 4E535BC19C61886E
22 changed files with 1249 additions and 3542 deletions

6
main.py Normal file
View file

@ -0,0 +1,6 @@
def main():
print("Hello from resume!")
if __name__ == "__main__":
main()