-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Populate collection items from JSON or a remote API #113
Comments
Jigsaw doesn't support anything like this at the moment, but after digging into the concept of JamStack (something that's new to me), it's definitely a very intriguing idea. It might be worthwhile putting together a proof of concept, and sharing a little more the value that you envision and some possible use cases. We'd also have to refine the automated build process end of things, which is pretty bare-bones and outdated at the moment. There's an open PR on migrating from gulp to webpack, which I'm hoping to take another look at in the coming days. |
@kawikaconnell |
Similar proposal was made on #117 :
|
This feature has been implemented on #187. Any further discussion can take place on that PR. |
So I have recently taken an interest in JamStack, and I was wondering if Jigsaw supported this, and if not, if you guys would take interest in such a feature.
Ideally, Jigsaw would need to query an API at build time, and process the data as a collection.
I am considering implementing this myself as my first open source contribution.
The text was updated successfully, but these errors were encountered: