You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use JBake version 2.6.4 and adoc to write some blog. JBake has two configuration properties to fix relative image src. And they are img.path.update and img.path.prepend.host.
In adoc, I add an image in the doc using image::images/Apache_Thrift_Architecture.png[Thrift], the two properties mentioned above and fix the image src to work fine, especially the blog content is add into the index page.
So in adoc, we also can add a reference to another doc by xref:a-gentle-introduction-to-multithreading.adoc[introduction] , like image , this will generate a <a href='''>...</> tag with relative path. This need fix too.
I am not sure if there are more links to fix in adoc or other type like markdown.
I also found #143 , but it's different from this. So this may need a fix.
The text was updated successfully, but these errors were encountered:
I use JBake version 2.6.4 and adoc to write some blog. JBake has two configuration properties to fix relative image src. And they are
img.path.update
andimg.path.prepend.host
.In adoc, I add an image in the doc using
image::images/Apache_Thrift_Architecture.png[Thrift]
, the two properties mentioned above and fix the image src to work fine, especially the blog content is add into the index page.So in adoc, we also can add a reference to another doc by
xref:a-gentle-introduction-to-multithreading.adoc[introduction]
, like image , this will generate a<a href='''>...</>
tag with relative path. This need fix too.I am not sure if there are more links to fix in adoc or other type like markdown.
I also found #143 , but it's different from this. So this may need a fix.
The text was updated successfully, but these errors were encountered: