Switched front-matter from TOML to YAML as that makes a bit more sense

This commit is contained in:
2023-08-30 19:15:11 +02:00
parent 8f554e5c2e
commit 0e9af4f540
7 changed files with 33 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
---
type = "Project"
url = "git.huizinga.dev/Dreaded_X/automation_rs"
title = "Home Automation"
project:
url: git.huizinga.dev/Dreaded_X/automation_rs
title: Home Automation
---
I have slowly been converting my house into my very own smart home!

View File

@@ -1,7 +1,7 @@
---
type = "Project"
url = "git.huizinga.dev/Dreaded_X/car-stereo"
title = "Car Stereo"
project:
url: git.huizinga.dev/Dreaded_X/car-stereo
title: Car Stereo
---
My Peugeot 207 only has bluetooth for calling, so I decided it would be fun to build my own bluetooth receiver using the [ESP32] microcontroller.

View File

@@ -1,7 +1,7 @@
---
type = "Project"
url = "git.huizinga.dev/Dreaded_X/pico_p1"
title = "Pico P1"
project:
url: git.huizinga.dev/Dreaded_X/pico_p1
title: Pico P1
---
This is my most recent project, as I had recently decided to pick up a [Raspberry Pi Pico W] just to play around with.

View File

@@ -1,7 +1,7 @@
---
type = "Project"
url = "git.huizinga.dev/Z80/Z80"
title = "Z80 Computer"
project:
url: git.huizinga.dev/Z80/Z80
title: Z80 Computer
---
The first big hardware project that I worked on was building a computer, from the ground up, around the [Z80] microprocessor.