adding renderer, etc.

This commit is contained in:
2020-05-19 18:20:34 -04:00
parent f05f736214
commit 835db4cc5c
3 changed files with 16 additions and 1 deletions

8
render.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# asciidoctor -B /opt/dev/resume -D /tmp/resume -n /opt/dev/resume/cv.adoc
asciidoctor -D /srv/http/resume -n cv.adoc
asciidoctor -D /srv/http/resume -n resume.adoc
asciidoctor-pdf -D /srv/http/resume/pdf -n -d article cv.adoc
asciidoctor-pdf -D /srv/http/resume/pdf -n -d article resume.adoc