You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aney.co.uk/makepage.sh

11 lines
245 B
Bash

#!/bin/bash
# Build all Blogposts
# Build all the Pages
cat includes/header.html pages/$1.html includes/footer.html > www/$1.html
# Build Stylesheet, and minimise it
# Compress Images for page load, but keep the full image for download, etc