Use this skill when building or refactoring the static blog architecture.
Guidelines:
- •Keep content in Markdown under a clear content directory structure.
- •Define stable slugs and route patterns for posts, categories, and tags.
- •Prefer deterministic routing based on frontmatter and file paths.
- •Keep the build static and predictable for Netlify deployments.
- •Provide real category/tag archive routes (not just query params) and include them in sitemap/prerender.
- •Align internal links and canonicals with the chosen trailing-slash style.
- •After changes, always run
npm run build, review the output, and fix any build errors before reporting completion.