Welcome to Our Blog
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:
- Create a new file in
_posts/with the filename format:YYYY-MM-DD-post-title.md - 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 --- - Write your content in Markdown below the front matter
- Commit and push to GitHub
Happy writing!