♻️ Reorganize projects data to TOML format

This commit is contained in:
Dan Jones 2025-11-22 11:12:58 -06:00
commit 368cd3619b
6 changed files with 70 additions and 51 deletions

View file

@ -58,7 +58,7 @@
<aside id="{{ .Params.id }}" class="{{ .Params.class }}">
{{ .Content }}
{{- if eq .Params.id "projects" }}
{{ $dataPath := "data/projects.yaml" }}
{{ $dataPath := "data/projects.toml" }}
{{ with $.Resources.Get $dataPath }}
{{ partial "projects.html" . }}
{{ else }}