avillafiorita / jekyll-datapage_gen

Generate one page per yaml record in Jekyll sites.
371 stars 80 forks source link

Uppercase filenames #125

Open captn3m0 opened 1 year ago

captn3m0 commented 1 year ago

I'm working on an API, and the filenames should match the identifiers, which are all-caps. It would be nice to have an option to disable the downcase feature to keep the identifiers as-is, instead of converting them to lowercase.

jmillanacosta commented 1 year ago

Hi, any plans to fix this issue?