Update Zola version for Cloudflare Pages
I have a zola blog hackberry.pages.dev (https://hackberry.xyz) and recently I have included authors name on each blog post with authors field in page. However older versions of zola does not support it. With 0.17 running locally, I can see the authors and build succeeds but pages running v0.14 always fails to build it. I tried updating the version to v0.17 with env variable but zola needs latest glibc.
Deployment ID: 96122e07-1e07-422f-9abe-a208efd2e4fc
Account ID: 181fc56e6f7cfbf6a78b5a9df588ed6f (Not sure if this is correct ID)
Can you please update Zola to the latest one or allow custom build scripts? Thank you.
4 Replies
Post your pages.dev in https://discord.com/channels/595317990191398933/1083706984949358692
We're testing a new image which should allow higher versions. Would love for you to test and confirm 🙂
(Also you're free to run anything during the build, there's no restrictions there. Write up a bash file which does what you want)
ah alright, thanks
How do I do that? The configuration has specific frameworks only
You don't need to pick a preset
You can just write whatever you want in the build command box
ah alright, makes sense. I will try beta first then try a custom script. Thanks for help