♻️ 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

@ -43,7 +43,7 @@
{{ .Content }}
</div>
{{ with .Resources.Get "data/projects.yaml" }}
{{ with .Resources.Get "data/projects.toml" }}
<aside id="projects">
{{ partial "projects.resume.html" . }}
</aside>