From 70baaeb4e78d12c329a03e929fd30d41730ed2b1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 28 Aug 2022 05:39:44 +0200 Subject: Moved statis assets and converted all CSS to Tailwind --- content/posts/2021-06-26-simple-world-clock.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/posts/2021-06-26-simple-world-clock.md') diff --git a/content/posts/2021-06-26-simple-world-clock.md b/content/posts/2021-06-26-simple-world-clock.md index e06d534..80d1e32 100644 --- a/content/posts/2021-06-26-simple-world-clock.md +++ b/content/posts/2021-06-26-simple-world-clock.md @@ -13,7 +13,7 @@ But I also have a bunch of electronics that I bought through the time, and I am A while ago I bought a small eInk display [Inky pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) and I have a bunch of [Raspberry Pi's Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) lying around that I really need to use. -![Inky pHAT, Raspberry Pi Zero](/world-clock/hardware.jpg) +![Inky pHAT, Raspberry Pi Zero](/assets/world-clock/hardware.jpg) Since the Inky [Inky pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) is essentially a HAT, it can easily be added on top of the [Raspberry Pi Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/). @@ -78,10 +78,10 @@ Then we add a cronjob with `crontab -e`. So, we end up with a result like this. -![World Clock](/world-clock/world-clock.jpg) +![World Clock](/assets/world-clock/world-clock.jpg) And for the enclosure that can be 3D printed, but I haven't yet something like this can be used. -You can download my [STL file for the enclosure here](/world-clock/enclosure.stl), but make sure that dimensions make sense and also opening for USB port should be added or just use a drill and some hot glue to make it stick in the enclosure. +You can download my [STL file for the enclosure here](/assets/world-clock/enclosure.stl), but make sure that dimensions make sense and also opening for USB port should be added or just use a drill and some hot glue to make it stick in the enclosure. -- cgit v1.2.3