adding renderer, etc.
This commit is contained in:
8
render.sh
Executable file
8
render.sh
Executable 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
|
||||
Reference in New Issue
Block a user