jekyll-datapage_gen
jekyll-datapage_gen copied to clipboard
Generate one page per yaml record in Jekyll sites.
I have a case like the following one: ```yaml customers: - name: Amazing Customer foo: bar projects: - name: P1 bar: foo - name: P2 bar: fizz - name: Brilliant...
I've been using datapage gen for a long time now, and it's always been working easily. I've created some pages based on a YAML array. They are rendered by jekyll,...
Hi, your plugin is a lifesaver. I'm new to Jekyll and Ruby so please pardon my ignorance. I'm getting this error, and failed output: ``` (eval):1:in `+': no implicit conversion...
First of all: thanks for the great plugin! I was building complicated workflows combining collections and a data file, but this is way easier and quicker. I did run into...
Let's say I want to generate pages on the following URLs: /animal/mammal/1/whale /animal/mammal/2/tiger /animal/reptile/3/snake The directory pattern would have to be /animal/{group}/{id}/{name} where input data is an array of animals....
move main branch from master to main
So I can see that there is a `paginatehook` property that can be enabled in the options (but not noted in the documentation). I'm just curious if there's a good...
I am creating a product site. I need to use category/tag pages built into Jekyll. Ideas?
1. Thanks @avillafiorita for finishing up this gem into ruby gems! I wish I could hand solutions before presenting new problems but all in good time. 2. Surprisingly, liquid can...
Hello, Is it possible to use custom data mapping? For example I would like to be able to control other elements - specifically the `subtitle`, and perhaps `show_sidebar` which is...