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:
commit
3be4db8c16
22 changed files with 1249 additions and 3542 deletions
6
main.py
Normal file
6
main.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
print("Hello from resume!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue