jekyll-datapage_gen
jekyll-datapage_gen copied to clipboard
Generate one page per yaml record in Jekyll sites.
Hi thank you for that great and very useful plugin. jekyll serve --trace produce the following error: ``` _plugins/data_page_generator.rb:14:in `sanitize_filename': undefined method `tr' for ["BW", "-", "B"]:Array (NoMethodError) ``` ###...
As with most of us using your plugin, thanks for creating it and saving us hours of work having to process pages manually like some crazy person. I'm new to...
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...
I love the flexibility this plugin offers and I hope I can use it for our website! One real problem I found so far though. Our layouts are nested, roughly...
My templates have the `.liquid` extension, so my editor can apply the appropriate syntax highlighting. The data page generator doesn't seem to like that: ``` Error reading file /[project path]/_layouts/test.liquid/test.liquid:...
You're project license is only mentioned in the README, I think it would be a good idea to add a `LISENCE` file and a definition in the repo's metadata.
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...