Welcome to the cycling company blog! Here we’ll share:

  • Cycling tips and tricks
  • Gear reviews and recommendations
  • Updates from our community rides
  • Maintenance guides
  • Local cycling event announcements

Check back soon for more content!

Creating New Posts

To create a new blog post:

  1. Create a new file in _posts/ with the filename format: YYYY-MM-DD-post-title.md
  2. Add the front matter (metadata) at the top:
    ---
    layout: post
    title: "Your Post Title"
    date: 2026-03-04 10:00:00 -0500
    categories: category-name
    ---
    
  3. Write your content in Markdown below the front matter
  4. Commit and push to GitHub

Happy writing!