diff options
author | bd <bdunahu@operationnull.com> | 2024-07-15 15:53:12 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-07-15 15:53:12 -0600 |
commit | 1db1108ffcb137624ad1a592d3e88a4490c516a3 (patch) | |
tree | 4d4bb5376fa57bbd642c0043a7f98214d5ef3862 /Makefile | |
parent | 1dfd93961b10e32a79081864a9e8763809bc0352 (diff) |
Lighten site css again, reword some text, temporarily remove blog
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,5 +7,8 @@ site: ${GUILE} -L ./src -c \ '((@ (haunt site) build-site) (@ (operationnull site) main-site))' +deploy: + scp -r target/* heimdallr:/var/www/operationnull/ + clean: rm -rf target/ |