summaryrefslogtreecommitdiff
path: root/make.sh
AgeCommit message (Collapse)Author
2023-06-26Move entries to pages and rearrange filesSteph Enders
Some minor spellchecking also involved here. But basically the intention is to do: pages/ More permanent pages entries/ These are just the articles themselves templates/ These are page snippets to include around The intention for splitting out entries is for if I host this also on gemini the entries are what I can do the processing against vs the page itself which contains the boilerplate template
2023-06-26Add about page(s)Steph Enders
I created an about page and "about-her" subpage that can get isolated if I wish to expand up on this at a further date.
2023-06-26Created resources pageSteph Enders
It's still boilerplate but we'll have something here vs a dead link
2023-06-25Add tidy to the make commandSteph Enders
Update our make script to also tidy the files to ensure we've properly formatted any files. While ideally we format the actual .html files in our entries tidy will amend some missing structures so having it only run on the output will ensure things like & and ' < > etc will be encoded properly
2023-06-21Create simple template script for deploymentSteph Enders