mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-15 11:08:30 +00:00
540 B
540 B
+++ title = "Markdown Hugo Exporter" author = ["Óscar Nájera"] draft = false weight = 1005 +++
If your target is not a PDF file but a website, this exporter extends the ox-hugo exporter backend. So be sure to install that too.
To export, there is nothing fancy to keep track of, but as an example I exclude some tags during export.
(let ((org-export-exclude-tags '("noexport" "latexonly")))
(org-export-to-file 'hugocv "hugocv.md"))
You are responsible for styling your website.