summaryrefslogtreecommitdiff
path: root/make.sh
AgeCommit message (Collapse)Author
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