adding renderer, etc.

This commit is contained in:
brent s. 2020-05-19 18:20:34 -04:00
parent f05f736214
commit 835db4cc5c
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
3 changed files with 16 additions and 1 deletions

View File

@ -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
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

View File

@ -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[]