readme: add blog post

This commit is contained in:
John Bowdre 2024-05-01 16:56:01 -05:00
parent 48f3ec5dfc
commit 9edbfe4546

View file

@ -2,6 +2,11 @@
This repo holds miscellaneous stuff I cobbled together for use with my [omg.lol profile](https://jbowdre.lol) and [associated services](https://home.omg.lol/referred-by/jbowdre).
## Workflows:
- [`tempest.yml`](.github/workflows/tempest.yml): display (near) realtime weather data on my omg profile (details at [runtimeterror.dev](https://runtimeterror.dev/display-tempest-weather-static-site/))
- [`fetch-now.yml`](.github/workflows/fetch-now.yml) / [`update-now.yml`](.github/workflows/update-now.yml): manage omg /now page
- [`fetch-web.yml`](.github/workflows/fetch-web.yml) / [`update-web.yml`](.github/workflows/update-web.yml): manage omg web page
- [`fetch-web.yml`](.github/workflows/fetch-web.yml) / [`update-web.yml`](.github/workflows/update-web.yml): manage omg web page
## Blog posts:
- [Displaying Data from a Tempest Weather Station on a Static Site](https://runtimeterror.dev/display-tempest-weather-static-site/)
- [Adding MusicThread to my /now Page](https://scribbles.jbowdre.lol/post/adding-musicthread-to-my-now-page)