Skip to content

Expand blog catalog with 22 new human-style running posts#32

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/create-additional-blog-posts
Draft

Expand blog catalog with 22 new human-style running posts#32
Copilot wants to merge 2 commits intomainfrom
copilot/create-additional-blog-posts

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 4, 2026

This update addresses the request for an additional 20–30 blog posts written in a human-like voice. It expands the existing blog dataset with 22 new entries while keeping the current content model and routing (/blog, /blog/:slug) unchanged.

  • Content expansion

    • Added 22 new posts to vite-project/src/data/blog-posts.json (total now 32).
    • New topics span training, race strategy, recovery, nutrition, gear, beginner, and advanced categories.
    • Writing style follows the existing first-person, experience-based tone used across current posts.
  • Schema and integration compatibility

    • Preserved the existing post schema (slug, title, excerpt, date, author, category, tags, readingTime, featured, content).
    • Added unique slugs and valid metadata so posts are immediately consumable by existing blog utilities/components without code changes.
  • Representative entry format

    {
      "slug": "negative-split-half-marathon-guide",
      "title": "How to Run a Negative Split Half Marathon",
      "excerpt": "Going out controlled and finishing strong gave me my best half marathon. Here’s how to structure your pacing.",
      "date": "2025-09-30",
      "category": "race-strategy",
      "tags": ["negative split", "half marathon", "pacing", "race execution"],
      "readingTime": 7,
      "featured": false
    }

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 4, 2026

Deploy Preview for trainpace ready!

Name Link
🔨 Latest commit 58148a5
🔍 Latest deploy log https://app.netlify.com/projects/trainpace/deploys/69a7ebfb13572e0008562cd7
😎 Deploy Preview https://deploy-preview-32--trainpace.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 76
Accessibility: 89
Best Practices: 100
SEO: 100
PWA: 60
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
trainpace Ready Ready Preview, Comment Mar 4, 2026 8:24am

Co-authored-by: aleexwong <65264501+aleexwong@users.noreply.github.com>
Copilot AI changed the title [WIP] Add 20-30 new blog posts with human-like writing Add 22 new human-style blog posts to expand TrainPace content library Mar 4, 2026
Copilot AI changed the title Add 22 new human-style blog posts to expand TrainPace content library Expand blog catalog with 22 new human-style running posts Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants