Hi,
I've tried your plugin and it works well!
The only thing is that it renders with the site default template, with HTML all around it.
My goal would be to have a plain JSON, i.e. first byte is '['. This is meant to be machine readable (for a search engine). How would you do that?
I've configured the GEM in the _config.yml file with:
posts_json_path: post-list.json # jekyll-posts-json plugin
Hence I've put the JSON in the root... I don't mind if it's not in the root as long as I could have a pure JSON...
Thank you!
Hi,
I've tried your plugin and it works well!
The only thing is that it renders with the site default template, with HTML all around it.
My goal would be to have a plain JSON, i.e. first byte is '['. This is meant to be machine readable (for a search engine). How would you do that?
I've configured the GEM in the _config.yml file with:
posts_json_path: post-list.json # jekyll-posts-json plugin
Hence I've put the JSON in the root... I don't mind if it's not in the root as long as I could have a pure JSON...
Thank you!