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