diff --git a/includes/skills.adoc b/includes/skills.adoc index b3f4516..842f032 100644 --- a/includes/skills.adoc +++ b/includes/skills.adoc @@ -1,7 +1,7 @@ == Professional Skills ifeval::["{filetype}" == "pdf"] ifeval::["{ftype}" == "resume"] -:explink: https://resume.r00t2.io/cv.html#technical_experience[technical experience^] +:explink: https://cv.r00t2.io/#technical_experience[technical experience^] endif::[] ifeval::["{ftype}" == "cv"] :explink: <> @@ -9,7 +9,7 @@ endif::[] endif::[] ifeval::["{filetype}" != "pdf"] ifeval::["{ftype}" == "resume"] -:explink: https://resume.r00t2.io/cv.html#technical_experience[technical experience^] +:explink: https://cv.r00t2.io/#technical_experience[technical experience^] endif::[] ifeval::["{ftype}" == "cv"] :explink: <> @@ -34,4 +34,4 @@ to see technical specifics. * Incorporating best practices to ensure interoperability, safety/security, stability ** Implementing RFC recommendations (e.g. `MUST` and `MAY` directives) ** Seeking current advisement from upstream documentation and notices -** Applying new security discoveries as applicable to already deployed projects \ No newline at end of file +** Applying new security discoveries as applicable to already deployed projects diff --git a/render.sh b/render.sh index b68d244..2b0c04a 100755 --- a/render.sh +++ b/render.sh @@ -9,8 +9,8 @@ fi # Use -n to number sections. -asciidoctor -D ${DESTDIR} -o cv.html cv.adoc -asciidoctor -D ${DESTDIR} -n -o resume.html resume.adoc +asciidoctor -D ${DESTDIR}/cv -n -o index.html cv.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} cv.adoc diff --git a/resume.adoc b/resume.adoc index 1e1a670..6bb00cd 100644 --- a/resume.adoc +++ b/resume.adoc @@ -21,7 +21,7 @@ endif::[] :source-highlighter: highlightjs :ftype: resume :ftypef: résumé -:techexp: https://resume.r00t2.io/cv.html#technical_experience +:techexp: https://cv.r00t2.io/#technical_experience include::includes/header.adoc[]