This blog is organized into two categories:
📢 What's New (Root Level)
Location: /blog/*.md
Manual blog posts written by the NPS team about:
- Major feature announcements
- Product releases
- Company news
- Tutorials and guides
- Industry insights
Example:
blog/
2025-11-28-new-electronic-invoicing-features.md
2025-12-01-year-end-payroll-guide.md
🔧 Issue Updates (Subfolder)
Location: /blog/updates/*.md
Automatically generated posts from closed GitHub issues in NPS-Support:
- Bug fixes
- Feature implementations
- Tasks completed
- Product-specific updates (LOC, EIN, PyR, TRO, MFM, TRL)
Example:
blog/updates/
2025-11-20-issue-265-payment-comparison-issue.md
2025-11-21-issue-294-salary-setup-configuration.md
RSS Feeds
Both categories are included in the main RSS feed:
- RSS:
/blog/rss.xml - Atom:
/blog/atom.xml
Creating Manual Posts
To create a "What's New" post, add a markdown file to the root blog/ directory:
---
slug: your-post-slug
title: Your Post Title
authors: [author_id]
tags: [tag1, tag2]
---
Your content here...
Issue updates are created automatically - do not edit files in /blog/updates/ manually.