Skip to content

Commit 95bd7eb

Browse files
committed
Fix YAML frontmatter quoting in blog posts
Quote frontmatter values containing colons to ensure Hugo can parse post metadata during site builds. Made-with: Cursor
1 parent 0e9b16d commit 95bd7eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/posts/taubyte-explained-own-your-cloud-with-git-native-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
- cloud
1010
- developer-experience
1111
- architecture
12-
summary: A plain-English explanation of Taubyte's core philosophy: infrastructure ownership, Git-native operations, local-first validation, and automated workflows.
12+
summary: "A plain-English explanation of Taubyte's core philosophy: infrastructure ownership, Git-native operations, local-first validation, and automated workflows."
1313
date: 2026-01-09T09:24:00Z
1414
categories: [Hand-on Learning]
1515
---

content/posts/vanilla-raft-vs-taubyte-raft-what-changes-and-why-it-matters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Vanilla Raft vs Taubyte Raft: What Changes and Why It Matters
2+
title: "Vanilla Raft vs Taubyte Raft: What Changes and Why It Matters"
33
author: Samy Fodil
44
featured: true
55
draft: false

0 commit comments

Comments
 (0)