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
According to this, it seems that hugo can "shell out" to the pandoc command to get it to process markdown files whose extension is ".pandoc" or ".pdc".
Is it possible to get this working with docker? Should pandoc be installed alongside hugo, or should it be another image and then maybe mount the pandoc executable from the other image onto a directory in the PATH within the docker-hugo image?
The text was updated successfully, but these errors were encountered:
I think I would include pandoc in the same image for ease of use.
Since this is not the most common use case (am I wrong?) I would suggest you create your own Dockerfile and use the FROM directive to base it on this one. Then you would add the pandoc package and you should be good to go.
If you decide to do this, please report about your success, so that others can profit too :). Thank you!
If you have further questions or comments, please add them here too!
According to this, it seems that hugo can "shell out" to the
pandoc
command to get it to process markdown files whose extension is ".pandoc" or ".pdc".Is it possible to get this working with docker? Should pandoc be installed alongside hugo, or should it be another image and then maybe mount the pandoc executable from the other image onto a directory in the
PATH
within the docker-hugo image?The text was updated successfully, but these errors were encountered: