view .build.yml @ 73:8ceccee9d839

bootstrap: optimize css, remove js I removed EVERYTHING except the navbar. Why? Because I won't be using them, obviously :)
author Paper <mrpapersonic@gmail.com>
date Sun, 17 Dec 2023 17:56:14 -0500
parents 008e41cbef1b
children 5fdf5f346b92
line wrap: on
line source

image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
  site: paper.us.eu.org
tasks:
- package: |
    cd web
    tar -cvz * > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz