avillafiorita / jekyll-datapage_gen

Generate one page per yaml record in Jekyll sites.
367 stars 79 forks source link

Prefix keys #91

Closed Gibbo3771 closed 3 years ago

Gibbo3771 commented 3 years ago

It would be nice to have the ability to prefix keys. I have a json file that contains the key name, by default this is reserved for the name of the page.

It would be nice if we could prefix every key with something so there is no conflicts with Jeklly defaults

avillafiorita commented 3 years ago

sorry for taking so long.

This is indeed already supported, thanks to a pull request (see https://github.com/avillafiorita/jekyll-datapage_gen/pull/75).

What you want to use is: page_data_prefix

Closing the issue, we can reopen it if you need further support.