Frontmatter
| id | 8586 |
| title | Group Portal Blog posts by Year |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Jan 13, 2026, 10:46 AM |
| updatedAt | Jan 13, 2026, 10:55 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8586 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 13, 2026, 10:55 AM |
Group Portal Blog posts by Year

tobiu
Jan 13, 2026, 10:49 AM
Input from Gemini 3 Pro:
✦ I have grouped the blog posts in
apps/portal/resources/data/blog.jsonunder a new "2025" folder node. This allows for better organization by year.The changes have been pushed to
origin/dev.
tobiu assigned to @tobiu on Jan 13, 2026, 10:49 AM

tobiu
Jan 13, 2026, 10:51 AM
Input from Gemini 3 Pro:
✦ I have corrected the structure in
apps/portal/resources/data/blog.json.Changes:
- Removed the "Blog" root folder.
- Promoted "2025" to be a root folder (
parentId: null).The changes have been pushed to
origin/dev.
tobiu closed this issue on Jan 13, 2026, 10:55 AM
Group blog posts in
apps/portal/resources/data/blog.jsonby year (e.g. 2025). Currently, all posts are flat under the "Blog" root. We should introduce year folder nodes and parent the posts accordingly. This assumes existing posts are from 2025.Tasks:
apps/portal/resources/data/blog.jsonto include a "2025" folder.