ox-hugo
ox-hugo copied to clipboard
A carefully crafted Org exporter back-end for Hugo
## Actual Behavior Similar to #470, inline SVG is broken for me. I use [excalidraw](https://excalidraw.com/) export. There are two issues with that: ox-hugo produces the following markdown: ``` @font-face {...
This could possibly be the bug in the Org function used to retrieve the heading elements. But I can reproduce this error only in Org stable (version on Org ELPA),...
Idea by @pdcawley > It's literally a matter of having a front-matter-special-blocks-alist, initially containing '(("description" . :description))' and rejigging the first clause of the main cond to look at the...
There's a small chance that the user might need to tweak their site CSS for this change. - [ ] Do not default to `nav` element. The TOC looks weird...
Ref: https://github.com/xu-cheng/texlive-action/issues/6
See https://github.com/itf/org-export-head. /cc @takaxp
Probably copy that to a sub-directory in static/ and link to that from the exported Markdown post.
## Actual Behavior I'm using org-attach as image and document references in the org notes. It works fine with ox-latex and ox-html, and it gets correct link, but with ox-hugo...
## Actual Behavior Currently I'm using the following custom front matter: ``` #+HUGO_CUSTOM_FRONT_MATTER: :featured_image "/images/filename.jpg" ``` and I need to manually put the image in the `/static/images/` directory. With the...
Ref (based on a question via email on how ox-hugo auto weight calculation worked): > I did encounter one problem while testing out ox-hugo regarding the auto-weight calculations and since...