Workflow Ref

to help me dev this / Oct 28 2025 / 1:00

blog specific stuff

The syntax for the blog markdown files is this:

title[Workflow Ref]
subtitle[to help me dev this] 
date[Oct-28-2025]
time[1:00]
start content "equals sign here"

I put "-" in the date format, but those are remove by the code. everything after the equals will be formmatted as html content for the post.

directory structure

status

the status page is filled out with javascript. the values are stored in /public/data/status.json. the status.html is then embeded into the index page.
leave unfilled details blank, they wont be displayed

ruby stuff

im trying to refactor the ruby code to a more sane structure. eventually, it will be much more modular, because I don't like having seperate scripts for each page.