Skip to content

Commit

Permalink
Add a test case (subtree-based exports) file template
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Feb 1, 2018
1 parent 2ca387c commit c799841
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions 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:

0 comments on commit c799841

Please sign in to comment.