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,4 +1,3 @@
+++ ---
[extra] title: nrd.sh
section_path = "blog/_index.md" ---
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "About" title: About
path = "about" ---
[extra]
repo_view = false
+++
I'm Tim DeHerrera (nrdxp), an engineer at [IOG](https://iog.io) where I help develop interoperable blockchain infrastructure for the Cardano ecosystem. I'm Tim DeHerrera (nrdxp), an engineer at [IOG](https://iog.io) where I help develop interoperable blockchain infrastructure for the Cardano ecosystem.

View File

@@ -1,5 +1,3 @@
+++ ---
title = "Blog" title: Blog
sort_by = "date" ---
insert_anchor_links = "heading"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "Collaborate" title: Collaborate
path = "collab" ---
[extra]
repo_view = false
+++
## Support Open Source ## Support Open Source

View File

@@ -1,5 +1,3 @@
+++ ---
title = "Projects" title: Projects
sort_by = "weight" ---
template = "cards.html"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "atom" title: atom
description = "A deterministic source packaging format built on Git's object model." description: "A deterministic source packaging format built on Git's object model."
weight = 0 weight: 0
link_to: "https://github.com/ekala-project/atom"
---
[extra]
link_to = "https://github.com/ekala-project/atom"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "atomix" title: atomix
description = "A minimal, performant module system for Nix code." description: "A minimal, performant module system for Nix code."
weight = 0 weight: 0
link_to: "https://github.com/ekala-project/atom/tree/master/atom-nix"
---
[extra]
link_to = "https://github.com/ekala-project/atom/tree/master/atom-nix"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "bitte" title: bitte
description = "Nix Ops for Terraform, Consul, Vault, Nomad." description: "Nix Ops for Terraform, Consul, Vault, Nomad."
weight = 3 weight: 3
link_to: "https://github.com/input-output-hk/bitte"
---
[extra]
link_to = "https://github.com/input-output-hk/bitte"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "cfdyndns" title: cfdyndns
description = "CloudFlare Dynamic DNS Client." description: "CloudFlare Dynamic DNS Client."
weight = 2 weight: 2
link_to: "https://github.com/nrdxp/cfdyndns"
---
[extra]
link_to = "https://github.com/nrdxp/cfdyndns"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "digga" title: digga
description = "A Nix flake utility library for managing nixos, hm and devshells" description: "A Nix flake utility library for managing nixos, hm and devshells"
weight = 3 weight: 3
link_to: "https://digga.divnix.com/"
---
[extra]
link_to = "https://digga.divnix.com/"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "eka" title: eka
description = "An atomic, plugin-based CLI frontend to the Eos API." description: "An atomic, plugin-based CLI frontend to the Eos API."
weight = 0 weight: 0
link_to: "https://github.com/ekala-project/eka"
---
[extra]
link_to = "https://github.com/ekala-project/eka"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "eos" title: eos
description = "A work-in-progress distributed HTTP scheduler designed for store-driven build systems." description: "A work-in-progress distributed HTTP scheduler designed for store-driven build systems."
weight = 0 weight: 0
link_to: "https://github.com/ekala-project"
---
[extra]
link_to = "https://github.com/ekala-project"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "hackers-ethic" title: hackers-ethic
description = "First, hinder no thought: A Code of Ethics for Digital Freedom." description: "First, hinder no thought: A Code of Ethics for Digital Freedom."
weight = 0 weight: 0
link_to: "https://github.com/EthicsCodes/hackers-ethic"
---
[extra]
link_to = "https://github.com/EthicsCodes/hackers-ethic"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "home" title: home
description = "Ekala based dotfiles leveraging Nix and home-manager." description: "Ekala based dotfiles leveraging Nix and home-manager."
weight = 1 weight: 1
link_to: "https://github.com/nrdxp/home"
---
[extra]
link_to = "https://github.com/nrdxp/home"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "nixpkgs" title: nixpkgs
description = "ex-maintainer & NixOS release manager." description: "ex-maintainer & NixOS release manager."
weight = 2 weight: 2
link_to: "https://github.com/NixOS/nixpkgs"
---
[extra]
link_to = "https://github.com/NixOS/nixpkgs"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "nosys" title: nosys
description = "A hassle free Nix flake system handler library." description: "A hassle free Nix flake system handler library."
weight = 1 weight: 1
link_to: "https://github.com/divnix/nosys"
---
[extra]
link_to = "https://github.com/divnix/nosys"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "partnerchain" title: partnerchain
description = "A Substrate-based blockchain running on top of the Cardano network." description: "A Substrate-based blockchain running on top of the Cardano network."
weight = 0 weight: 0
link_to: "https://github.com/input-output-hk/partner-chains"
---
[extra]
link_to = "https://github.com/input-output-hk/partner-chains"
+++

View File

@@ -1,9 +1,6 @@
+++ ---
title = "RFC 175" title: RFC 175
description = "A proposal to enhance moderation practices within the Nix community." description: "A proposal to enhance moderation practices within the Nix community."
weight = 1 weight: 1
link_to: "https://github.com/nrdxp/rfcs/blob/rfc-175/rfcs/0175-appeals-council.md"
---
[extra]
link_to = "https://github.com/nrdxp/rfcs/blob/rfc-175/rfcs/0175-appeals-council.md"
+++

View File

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