diff --git a/test/site/content-org/template.org b/test/site/content-org/template.org new file mode 100644 index 0000000..004b1b7 --- /dev/null +++ b/test/site/content-org/template.org @@ -0,0 +1,25 @@ +#+HUGO_BASE_DIR: ../ +#+SEQ_TODO: TODO DRAFT DONE +#+PROPERTY: header-args :eval no + +#+STARTUP: indent + +#+MACRO: doc [[https://ox-hugo.scripter.co/doc/$1][$2]] +#+MACRO: oxhugoissue =ox-hugo= Issue #[[https://github.com/kaushalmodi/ox-hugo/issues/$1][$1]] +#+MACRO: hugoissue =hugo= Issue #[[https://github.com/gohugoio/hugo/issues/$1][$1]] +#+MACRO: bfissue /Blackfriday/ Issue #[[https://github.com/russross/blackfriday/issues/$1][$1]] + +#+AUTHOR: + +* Placeholder Post :noexport: +:PROPERTIES: +:EXPORT_FILE_NAME: placeholder-post +:END: + +* Footnotes +* COMMENT Local Variables :ARCHIVE: +# Local Variables: +# fill-column: 70 +# eval: (auto-fill-mode 1) +# eval: (add-hook 'after-save-hook #'org-hugo-export-wim-to-md-after-save :append :local) +# End: