view .build.yml @ 75:d69f3fe99911

*: remove bootstrap, add projects page, use custom navbar the bootstrap navbar was a bit too bloated for something like this anyway. P.S.: you can see some fun stupid tricks in `projects/index.html`, I had to hack around to make the background work how I wanted
author Paper <paper@paper.us.eu.org>
date Fri, 22 Mar 2024 21:42:50 -0400
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