Aloha all,

1) Is this the correct way to get an image in the homepage branch bundle?

I have this in the org file:

* Homepage
 :PROPERTIES:
 :EXPORT_HUGO_SECTION:
 :EXPORT_FILE_NAME: index
 :END:

[[/bldg-1-5-sequence-distance-1332+-small.png]]

This is the markdown export:

+++
title = "Homepage"
author = ["Thomas S. Dye"]
lastmod = 2018-06-09T09:32:43-10:00
draft = false
+++

{{< figure src="/bldg-1-5-sequence-distance-1332+-small.png" >}}

I don't see an image on the home page. Perhaps this is an issue with the theme I'm using (material-docs)?

2) Can I have links in figure captions?

I have this in the org file:

#+name: fig-12-sequence
#+caption: Stratigraphic DAG for the information on Figure [[fig-12-section]].
[[file:/fig-12-sequence.png][file:/fig-12-sequence-small.png]]

This is the markdown export:

{{< figure src="/fig-12-sequence-small.png" caption="Figure 2: Stratigraphic DAG for the information on Figure [1](#org1658d1e)." link="/fig-12-sequence.png" >}}

All the best,
Tom

--
Thomas S. Dye
http://www.tsdye.com

Reply via email to