-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Org subtree as Markdown Headline 1 #712
Comments
Hello, this is the expected behavior. Markdown doesn't have a "title" syntax. So the Org mode title gets converted to Hugo markdown's The Hugo template usually renders the |
Here's a workaround.. but I really really do NOT recommend going this route.
Markdown export: ---
title: "Dummy title – Make sure you don't render the title front-matter in Hugo templates"
draft: true
---
# My first docs {#my-first-docs}
## H1 {#h1}
### S1 {#s1}
### S2 {#s2}
## H2 {#h2}
### Sub {#sub}
## H3 {#h3} |
Thank you @kaushalmodi |
Thank you. I was not aware of that.
I am severely restricted on my time for this project as I still need to fix the GHA CI before I make any changes. I would believe that any Hugo project should respect the title in the |
Thanks, some frameworks treat docs and blog types differently, |
I hope it is easy to fix that inconsistency in the framework's Hugo template. Pseudocode:
|
Actual Behavior
Expected Behavior
How to Reproduce the Issue
Example Org File
Generated Markdown File or Error
Ox-Hugo Debug Information
Debug Info
The text was updated successfully, but these errors were encountered: