Conversation
…Add Q1 2026 post - Modify `posts/posts.11tydata.js` to exclude posts with future dates (or scheduled dates) from collections, while keeping their pages generated. - Add `posts/blog/2026/q1-2026.md` with content for Q1 2026, dated 2026-04-01. Co-authored-by: si <18108+si@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
11ty | 42942fe | Feb 11 2026, 08:25 AM |
✅ Deploy Preview for sijobling ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Modify `_data/isdevelopment.js` to check for `process` existence before accessing `process.argv`, preventing ReferenceError in non-Node environments (like Cloudflare Workers). - Update `posts/posts.11tydata.js` to robustly convert `date` and `scheduled` to Date objects before comparison, and handle undefined values gracefully. Co-authored-by: si <18108+si@users.noreply.github.com>
✅ Deploy Preview for si-jobling ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Modify `_data/isdevelopment.js` to use try-catch and check for existence of `process`, `process.argv`, and `Array.isArray(process.argv)` to prevent crashes in non-standard environments (like Cloudflare Workers). - Update `posts/posts.11tydata.js` to guard against missing `data` or invalid date values in `eleventyComputed` functions, and ensure `scheduled` date handling is safe. Co-authored-by: si <18108+si@users.noreply.github.com>
… issues - Inline the logic from `_data/isdevelopment.js` directly into `posts/posts.11tydata.js` to remove the file dependency. - This ensures that `posts/posts.11tydata.js` is self-contained and avoids potential module resolution or bundling issues in CI environments (like Cloudflare Workers builds). - Maintain robustness checks for `process` and date handling. Co-authored-by: si <18108+si@users.noreply.github.com>
This change updates the post data logic to filter out future posts from collections (like recent posts, archives, feeds) so they are not publicly listed before their date, but still allows the individual pages to be generated and accessible via direct link. It also adds a new blog post for Q1 2026 as requested.
PR created automatically by Jules for task 4199223611821539083 started by @si