New keywords/properties:
#+HUGO_FRONT_MATTER_KEY_ORG_TAGS
:EXPORT_HUGO_FRONT_MATTER_KEY_ORG_TAGS:
#+HUGO_FRONT_MATTER_KEY_ORG_CATEGORIES
:EXPORT_HUGO_FRONT_MATTER_KEY_ORG_CATEGORIES:
Add test cases / examples for this new feature.
master
parent
31d17ee250
commit
e5e6e87e71
4 changed files with 42 additions and 2 deletions
@ -0,0 +1,9 @@ |
||||
+++ |
||||
title = "Alternative \"categories\" key" |
||||
tags = ["front-matter", "alternative", "keys", "categories"] |
||||
cats = ["test-cat-x"] |
||||
draft = false |
||||
+++ |
||||
|
||||
This post will have the `categories` key in front-matter renamed to |
||||
`cats`. |
||||
@ -0,0 +1,8 @@ |
||||
+++ |
||||
title = "Alternative \"tags\" key" |
||||
keywords = ["front-matter", "alternative", "keys", "tags"] |
||||
draft = false |
||||
+++ |
||||
|
||||
This post will have the `tags` key in front-matter renamed to |
||||
`keywords`. |
||||
Loading…
Reference in new issue