Kaushal Modi
8a433e9681
"Example" Site -> "Test" Site
9 years ago
Kaushal Modi
ca8be95e57
Move example-site into test/; Move Makefile to root
9 years ago
Kaushal Modi
d9da3b2605
Fix: No need to put empty tags list in front matter
...
When no tags were present, the internal tags variable got parsed to
white space instead of nil. This is fixed now.
9 years ago
Kaushal Modi
1f62a39101
Preserve line breaks when exporting from Org to Hugo md
...
That way if auto-filling is enabling in the Org document, the
generated Markdown will have a similar text filling.
9 years ago
Kaushal Modi
ae757b843d
Re-export example-site posts using C-u M-x org-hugo-publish-subtree
9 years ago
Kaushal Modi
065c6b0f13
Add parsing of post draft state and tags from TODO state & Org tags
...
Update example site with loads of examples.
9 years ago
Kaushal Modi
e8566709b1
Add interactive function org-hugo-export-current-subtree
...
This function tries to be intelligent; it will export only the current
or one of the parent subtrees that first is seen to contain the
EXPORT_FILE_NAME property. It does not simply export "the current"
subtree.
Also examples added to show how to exclude or comment out posts.
9 years ago