changing urls
This commit is contained in:
parent
235bf577f6
commit
762e3549df
@ -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: <<cv.adoc#technical_experience, technical experience>>
|
||||
@ -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: <<cv.adoc#technical_experience, technical experience>>
|
||||
|
@ -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
|
||||
|
@ -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[]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user