to help me dev this / Oct 28 2025 / 1:00
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.
the markdown file name and the title in the file should be the same, as this isnt automatic yet.
Md files in /posts/markdown/ are made by me, not auto generated like the files in /posts/html/
all_entries_gen.rb: makes the blog.html page
entry_page_gen.rb: makes the individual post pages
directory structure
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
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.