changing urls

This commit is contained in:
brent s 2020-11-25 17:23:29 -05:00
parent 235bf577f6
commit 762e3549df
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
== Professional Skills == Professional Skills
ifeval::["{filetype}" == "pdf"] ifeval::["{filetype}" == "pdf"]
ifeval::["{ftype}" == "resume"] ifeval::["{ftype}" == "resume"]
:explink: https://resume.r00t2.io/cv.html#technical_experience[technical experience^] :explink: https://cv.r00t2.io/#technical_experience[technical experience^]
endif::[] endif::[]
ifeval::["{ftype}" == "cv"] ifeval::["{ftype}" == "cv"]
:explink: <<cv.adoc#technical_experience, technical experience>> :explink: <<cv.adoc#technical_experience, technical experience>>
@ -9,7 +9,7 @@ endif::[]
endif::[] endif::[]
ifeval::["{filetype}" != "pdf"] ifeval::["{filetype}" != "pdf"]
ifeval::["{ftype}" == "resume"] ifeval::["{ftype}" == "resume"]
:explink: https://resume.r00t2.io/cv.html#technical_experience[technical experience^] :explink: https://cv.r00t2.io/#technical_experience[technical experience^]
endif::[] endif::[]
ifeval::["{ftype}" == "cv"] ifeval::["{ftype}" == "cv"]
:explink: <<cv.adoc#technical_experience, technical experience>> :explink: <<cv.adoc#technical_experience, technical experience>>

View File

@ -9,8 +9,8 @@ fi


# Use -n to number sections. # Use -n to number sections.


asciidoctor -D ${DESTDIR} -o cv.html cv.adoc asciidoctor -D ${DESTDIR}/cv -n -o index.html cv.adoc
asciidoctor -D ${DESTDIR} -n -o resume.html resume.adoc asciidoctor -D ${DESTDIR}/resume -n -o index.html resume.adoc


#asciidoctor-pdf -a filetype=pdf -D ${DESTDIR} -d article cv.adoc #asciidoctor-pdf -a filetype=pdf -D ${DESTDIR} -d article cv.adoc
asciidoctor-pdf -a filetype=pdf -D ${DESTDIR} cv.adoc asciidoctor-pdf -a filetype=pdf -D ${DESTDIR} cv.adoc

View File

@ -21,7 +21,7 @@ endif::[]
:source-highlighter: highlightjs :source-highlighter: highlightjs
:ftype: resume :ftype: resume
:ftypef: résumé :ftypef: résumé
:techexp: https://resume.r00t2.io/cv.html#technical_experience :techexp: https://cv.r00t2.io/#technical_experience


include::includes/header.adoc[] include::includes/header.adoc[]