-
Notifications
You must be signed in to change notification settings - Fork 34
make jekyll-strapi plugin work with strapi-v4 #21
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
Conversation
without ```?populate=*``` I didn't get any image data.
Ways to use the Jekyll Strapi pluginposts.html _config.yaml |
|
The jekyll plugin works with this PR, but the permalinks feature still isn't working. You can see more details here: https://talk.jekyllrb.com/t/jekyll-strapi-v4-plugin-ruby-help/7387/3 |
|
Update: This plugin with this PR has been working, but still needs more complete testings with production websites. One thing that is needed is adding the remote images to local assets when developing. @bluszcz added a image filter I haven't tested yet; this isn't critical, but beneficial to have for debugging and designing. |
|
Hi @csharpee Please share the source code to the Jekyll site seen in the screenshots. I want to test out your plugin.
|
|
@Marktawa This plugin as it is works, but I don't have anything else as of now. I am working on more complex features I won't disclose here. If you want, you could merge this PR into your Jekyll environment. The instructions are provided in this PR |
|
We have merged our (@mkrajewski90) changes into this repo, making this PR obsolete. Thank you for this PR and we encourage the contribution for this new repo - we have Unittests and other hot things ;) |

this update allows strapi v4 api to work with jekyll.
🙌