Notes

ox-hugo

ox-hugo is Emacs mode that can convert org to hugo md format.

1 Automate export

add this to the .dir-locals.el file in the project root:

((org-mode . ((org-hugo-default-section-directory . "notes")
              (eval . (org-hugo-auto-export-mode)))))

2