adding renderer, etc.
This commit is contained in:
parent
f05f736214
commit
835db4cc5c
2
cv.adoc
2
cv.adoc
@ -26,6 +26,8 @@ include::includes/values.adoc[]
|
||||
|
||||
include::includes/accomplish.adoc[]
|
||||
|
||||
include::includes/skills.adoc[]
|
||||
|
||||
include::includes/exp.adoc[]
|
||||
|
||||
include::includes/exp2.adoc[]
|
||||
|
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
|
@ -1,5 +1,10 @@
|
||||
= Résumé
|
||||
ifeval::["{filetype}" == "pdf"]
|
||||
Brent Saner <bts@square-r00t.net> | +1 (504) 338-1513 | Lehigh Valley area, PA
|
||||
endif::[]
|
||||
ifeval::["{filetype}" != "pdf"]
|
||||
Brent Saner <bts@square-r00t.net>
|
||||
endif::[]
|
||||
Last updated {localdatetime}
|
||||
:doctype: book
|
||||
:data-uri:
|
||||
@ -20,7 +25,7 @@ include::includes/intro.adoc[]
|
||||
|
||||
include::includes/accomplish.adoc[]
|
||||
|
||||
//include::includes/exp.adoc[]
|
||||
include::includes/skills.adoc[]
|
||||
|
||||
include::includes/exp2.adoc[]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user