chore: migrate non-blog content to YAML frontmatter

Convert all content files to use YAML (---) instead of TOML (+++)
for consistent parsing:

- content/_index.md (homepage)
- content/about.md, content/collab.md
- content/blog/_index.md
- content/projects/_index.md + 14 project cards

Enables unified gray_matter YAML parser across all content.
This commit is contained in:
Timothy DeHerrera
2026-01-24 19:15:16 -07:00
parent e07a9e87e6
commit 0cee5325d3
19 changed files with 99 additions and 152 deletions

View File

@@ -1,9 +1,6 @@
+++
title = "standard"
description = "A Nix-centric devops framework."
weight = 1
[extra]
link_to = "https://std.divnix.com/"
+++
---
title: standard
description: "A Nix-centric devops framework."
weight: 1
link_to: "https://std.divnix.com/"
---