Adding rust experience and hobbies

This commit is contained in:
paul
2024-04-05 15:52:57 -04:00
committed by paul
parent c371512e50
commit 9437c75e12
4 changed files with 15 additions and 31 deletions

View File

@@ -19,8 +19,8 @@ resume: .docker-build
--name ${CONTAINER_NAME} \
${NAME} \
pandoc ${FILE_NAME}.md -f markdown+yaml_metadata_block --template templates/jb2resume.latex -o ${FILE_NAME}.pdf \
&& docker stop ${CONTAINER_NAME} \
&& docker rm ${CONTAINER_NAME}
; docker stop ${CONTAINER_NAME} \
&& docker rm ${CONTAINER_NAME}
.docker-build:
if [ ${CONTAINER_EXISTS} -ne 1 ]; then docker build -t ${NAME} . && echo "" > .docker-build; fi