diff --git a/.gitignore b/.gitignore index dbbd2e7..a72d426 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -out/ - /.quarto/ +/_output/ diff --git a/_quarto.yml b/_quarto.yml index dd85b44..add6a10 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -1,5 +1,15 @@ project: - title: "resume" - + output-dir: _output +format: + html: default + pdf: + latex-auto-mk: false + pdf-engine: tectonic + template: templates/jb2resume.latex + include-in-header: + - text: | + \usepackage{xcolor} +execute: + echo: false diff --git a/resume.qmd b/resume.qmd index 4a0fe4b..e0855df 100644 --- a/resume.qmd +++ b/resume.qmd @@ -1,12 +1,18 @@ --- -title: "resume" -jupyter: python3 +title: Marty Oehme +name: Marty Oehme +left-column: + - 'Email: [marty.oehme@gmail.com](mailto:marty.oehme@gmail.com)' + - 'Mobile: +49 177 377 4949' +right-column: + - 'Homepage: [http://martyoeh.me/](http://martyoeh.me/)' + - 'GitHub: [https://github.com/marty-oehme/](https://github.com/marty-oehme/)' + - 'Last Updated: \today' --- -## Quarto +## Summary + +## Berufserfahrung Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see . -```{python} -1 + 1 -```