School holiday blog — how posts are created
Adding or editing posts
Create or edit files under src/content/blog/ using the same frontmatter shape as the other articles (title, description, pubDate, keyword), then run npm run build.
After deployment, you can notify search engines of new URLs with npm run indexnow:submit (requires INDEXNOW_KEY in .env). See IndexNow.