view .build.yml @ 78:5fdf5f346b92

*: use jekyll for templates, blogging, etc. I changed the pages to now use templates, so adding new stuff should be much much easier in the future
author Paper <paper@paper.us.eu.org>
date Mon, 20 May 2024 02:49:07 -0400
parents 008e41cbef1b
children 815c0da68384
line wrap: on
line source

image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
- ruby-json
- ruby-jekyll
- ruby-bundler
environment:
  site: paper.us.eu.org
tasks:
- package: |
    cd web
    bundle exec jekyll build
    tar -C _site -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz