-
I have an existing Is there a way to make I also noticed that a block such as |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Yes, you want to use Hugo page bundles (as described here: https://quarto.org/docs/output-formats/hugo.html#creating-a-page). This basically means putting each post in its own directory. Note that Hugo doesn't have native support for math (it requires one or more special hacks). For example, you may need to write your math within code blocks (as is done in blogdown). All of those margin features are particular to Quarto HTML so indeed don't work with Hugo. |
Beta Was this translation helpful? Give feedback.
-
@harrelfe How exactly do you get Hugo to pick up the Hugo-specific frontmatter? I'm trying to use Quarto to write Hugo posts myself and find I can't use Hugo-specific frontmatter in the Quarto documents (well, unless I edit the resulting |
Beta Was this translation helpful? Give feedback.
Yes, you want to use Hugo page bundles (as described here: https://quarto.org/docs/output-formats/hugo.html#creating-a-page). This basically means putting each post in its own directory.
Note that Hugo doesn't have native support for math (it requires one or more special hacks). For example, you may need to write your math within code blocks (as is done in blogdown).
All of those margin features are particular to Quarto HTML so indeed don't work with Hugo.