-
Notifications
You must be signed in to change notification settings - Fork 29
Add article to index for rendering. #11
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,32 @@ | ||
| { | ||
| "articles": [ | ||
| { | ||
| <<<<<<< HEAD | ||
| "slug": "sustainable-living-tips", | ||
| "title": "10 Simple Tips for Sustainable Living", | ||
| "author": "Emma Green", | ||
| "date": "2024-01-15", | ||
| "image": "/images/sustainable-living.jpg", | ||
| "excerpt": "Discover practical ways to reduce your environmental footprint and live more sustainably without breaking the bank.", | ||
| "featured": false | ||
|
Comment on lines
+5
to
+11
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chainDuplicate article slug requires resolution. The slug Also applies to: 14-20 I'll verify the claims in the review comment by examining the actual JSON file. Length of output: 8015 Resolve merge conflict before addressing duplicate slug issue. The file contains unresolved merge conflict markers (lines 1-20). The JSON is currently invalid and must be resolved first. Once resolved, the duplicate 🧰 Tools🪛 Biome (2.1.2)[error] 5-5: expected Remove "slug" (parse) [error] 5-5: expected Remove : (parse) [error] 5-5: expected Remove "sustainable-living-tips" (parse) [error] 6-6: expected Remove : (parse) [error] 6-6: expected Remove "10 Simple Tips for Sustainable Living" (parse) [error] 7-7: expected Remove : (parse) [error] 7-7: expected Remove "Emma Green" (parse) [error] 8-8: expected Remove : (parse) [error] 8-8: expected Remove "2024-01-15" (parse) [error] 9-9: expected Remove : (parse) [error] 9-9: expected Remove "/images/sustainable-living.jpg" (parse) [error] 10-10: expected Remove : (parse) [error] 10-10: expected Remove "Discover practical ways to reduce your environmental footprint and live more sustainably without breaking the bank." (parse) [error] 11-11: expected Remove : (parse) [error] 11-11: expected Remove false (parse) |
||
| }, | ||
| { | ||
| "slug": "sustainable-living-tips", | ||
| "title": "10 Simple Tips for Sustainable Living", | ||
| "author": "Emma Green", | ||
| "date": "2024-01-15", | ||
| "image": "/images/sustainable-living.jpg", | ||
| "excerpt": "Discover practical ways to reduce your environmental footprint and live more sustainably without breaking the bank.", | ||
| "featured": true | ||
| ======= | ||
| "slug": "common-treasuries-governance", | ||
| "title": "Common Treasuries and their Governance", | ||
| "author": "Zahnentferner", | ||
| "date": "2025-10-24", | ||
| "image": "/images/governance.jpg", | ||
| "excerpt": "A surgical reflection on how shared treasuries and governance systems inevitably enable power imbalances, deception, and political extraction.", | ||
| "featured": false | ||
| >>>>>>> b0adf3a (Set featured false for Common Treasuries and their Governance) | ||
|
Comment on lines
+4
to
+29
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Resolve unresolved merge conflict before merging. The file contains unresolved git merge conflict markers that prevent the JSON from being parsed or rendered. The file must be resolved to valid JSON before this PR can be merged. - <<<<<<< HEAD
- {
- "slug": "sustainable-living-tips",
- "title": "10 Simple Tips for Sustainable Living",
- "author": "Emma Green",
- "date": "2024-01-15",
- "image": "/images/sustainable-living.jpg",
- "excerpt": "Discover practical ways to reduce your environmental footprint and live more sustainably without breaking the bank.",
- "featured": false
- },
- {
- "slug": "sustainable-living-tips",
- "title": "10 Simple Tips for Sustainable Living",
- "author": "Emma Green",
- "date": "2024-01-15",
- "image": "/images/sustainable-living.jpg",
- "excerpt": "Discover practical ways to reduce your environmental footprint and live more sustainably without breaking the bank.",
- "featured": true
- =======
- "slug": "common-treasuries-governance",
- "title": "Common Treasuries and their Governance",
- "author": "Zahnentferner",
- "date": "2025-10-24",
- "image": "/images/governance.jpg",
- "excerpt": "A surgical reflection on how shared treasuries and governance systems inevitably enable power imbalances, deception, and political extraction.",
- "featured": false
- >>>>>>> b0adf3a (Set featured false for Common Treasuries and their Governance)Clarify the intended resolution: should both articles be added (requiring removal of the duplicate
🧰 Tools🪛 Biome (2.1.2)[error] 4-4: unexpected character (parse) [error] 4-4: unexpected character (parse) [error] 4-4: unexpected character (parse) [error] 4-4: unexpected character (parse) [error] 4-4: unexpected character (parse) [error] 4-4: unexpected character (parse) [error] 4-4: expected Remove HEAD (parse) [error] 5-5: expected Remove "slug" (parse) [error] 5-5: expected Remove : (parse) [error] 5-5: expected Remove "sustainable-living-tips" (parse) [error] 6-6: expected Remove : (parse) [error] 6-6: expected Remove "10 Simple Tips for Sustainable Living" (parse) [error] 7-7: expected Remove : (parse) [error] 7-7: expected Remove "Emma Green" (parse) [error] 8-8: expected Remove : (parse) [error] 8-8: expected Remove "2024-01-15" (parse) [error] 9-9: expected Remove : (parse) [error] 9-9: expected Remove "/images/sustainable-living.jpg" (parse) [error] 10-10: expected Remove : (parse) [error] 10-10: expected Remove "Discover practical ways to reduce your environmental footprint and live more sustainably without breaking the bank." (parse) [error] 11-11: expected Remove : (parse) [error] 11-11: expected Remove false (parse) [error] 12-12: expected Remove } (parse) [error] 12-12: End of file expected Use an array for a sequence of values: (parse) [error] 13-20: End of file expected Use an array for a sequence of values: (parse) [error] 20-21: unexpected character (parse) [error] 21-21: unexpected character (parse) [error] 21-21: unexpected character (parse) [error] 21-21: unexpected character (parse) [error] 21-21: unexpected character (parse) [error] 21-21: unexpected character (parse) [error] 21-21: unexpected character (parse) [error] 22-22: End of file expected Use an array for a sequence of values: (parse) [error] 22-22: End of file expected Use an array for a sequence of values: (parse) [error] 22-22: End of file expected Use an array for a sequence of values: (parse) [error] 22-22: End of file expected Use an array for a sequence of values: (parse) [error] 23-23: End of file expected Use an array for a sequence of values: (parse) [error] 23-23: End of file expected Use an array for a sequence of values: (parse) [error] 23-23: End of file expected Use an array for a sequence of values: (parse) [error] 23-23: End of file expected Use an array for a sequence of values: (parse) [error] 24-24: End of file expected Use an array for a sequence of values: (parse) [error] 24-24: End of file expected Use an array for a sequence of values: (parse) [error] 24-24: End of file expected Use an array for a sequence of values: (parse) [error] 24-24: End of file expected Use an array for a sequence of values: (parse) [error] 25-25: End of file expected Use an array for a sequence of values: (parse) [error] 25-25: End of file expected Use an array for a sequence of values: (parse) [error] 25-25: End of file expected Use an array for a sequence of values: (parse) [error] 25-25: End of file expected Use an array for a sequence of values: (parse) [error] 26-26: End of file expected Use an array for a sequence of values: (parse) [error] 26-26: End of file expected Use an array for a sequence of values: (parse) [error] 26-26: End of file expected Use an array for a sequence of values: (parse) [error] 26-26: End of file expected Use an array for a sequence of values: (parse) [error] 27-27: End of file expected Use an array for a sequence of values: (parse) [error] 27-27: End of file expected Use an array for a sequence of values: (parse) [error] 27-27: End of file expected Use an array for a sequence of values: (parse) [error] 27-27: End of file expected Use an array for a sequence of values: (parse) [error] 28-28: End of file expected Use an array for a sequence of values: (parse) [error] 28-28: End of file expected Use an array for a sequence of values: (parse) [error] 28-28: End of file expected Use an array for a sequence of values: (parse) [error] 28-29: unexpected character (parse) [error] 29-29: unexpected character (parse) [error] 29-29: unexpected character (parse) [error] 29-29: unexpected character (parse) [error] 29-29: unexpected character (parse) [error] 29-29: unexpected character (parse) [error] 29-29: unexpected character (parse) [error] 29-29: String values must be double quoted. (parse) [error] 29-29: unexpected character (parse) [error] 29-29: String values must be double quoted. (parse) [error] 29-29: String values must be double quoted. (parse) [error] 29-29: End of file expected Use an array for a sequence of values: (parse) [error] 29-29: String values must be double quoted. (parse) [error] 29-29: String values must be double quoted. (parse) [error] 29-29: String values must be double quoted. (parse) [error] 29-29: String values must be double quoted. (parse) [error] 29-29: String values must be double quoted. (parse) [error] 29-29: String values must be double quoted. (parse) [error] 29-29: unexpected character (parse) 🤖 Prompt for AI Agents |
||
| }, | ||
| { | ||
| "slug": "future-of-renewable-energy", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These values are referring to the wrong article, @john-walter-munene .
Maybe you forgot to push the commit where you replaced the values here?