Skip to content

Commit

Permalink
Allow concatenating multiple tags, categories and aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Jul 6, 2017
1 parent 7c1899c commit a4ebee6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ox-hugo.el
Expand Up @@ -91,13 +91,12 @@ directory where all Hugo posts should go by default."
;; "date" is parsed from the Org #+DATE or subtree property EXPORT_HUGO_DATE
(:hugo-description "HUGO_DESCRIPTION" nil nil)
(:hugo-date "HUGO_DATE" nil nil)
(:hugo-categories "HUGO_CATEGORIES" nil nil)
(:hugo-tags "HUGO_TAGS" nil nil) ;TODO: Also parse the Org tags as post tags
(:date "DATE" nil nil)
(:keywords "KEYWORDS" nil nil 'space)
(:hugo-tags "HUGO_TAGS" nil nil 'space) ;TODO: Also parse the Org tags as post tags
(:hugo-categories "HUGO_CATEGORIES" nil nil 'space)
;; Optional front matter variables
(:hugo-aliases "HUGO_ALIASES" nil nil)
(:hugo-aliases "HUGO_ALIASES" nil nil 'space)
(:hugo-draft "HUGO_DRAFT" nil nil)
(:hugo-publishdate "HUGO_PUBLISHDATE" nil nil)
(:hugo-expirydate "HUGO_EXPIRYDATE" nil nil)
Expand Down

0 comments on commit a4ebee6

Please sign in to comment.