Switched front-matter from TOML to YAML as that makes a bit more sense
This commit is contained in:
@@ -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!
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user