to help me dev this / Oct 28 2025 / 1:00
The syntax for the markdown files is this:
title[Workflow Ref]
subtitle[to help me dev this] 
date[Oct-28-2025]
time[1:00]
I put "-" in the date format, but those are remove by the code
the markdown file name and the title in the file should be the same, as this isnt automatic yet.
Md files in /post/markdown/ are made by me, not auto generated like the files in /post/html/
all_entries_gen.rb: makes the blog.html page
entry_page_gen.rb: makes the individual post pages
the file structure in the repo has the gen code in /generator and the site code (including all of the posts) in /public. this means the post links on the blog page will not work on my local machine, only in the actual website. i can still preview the pages manuelly