comparison .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
comparison
equal deleted inserted replaced
77:d9242232f51d 78:5fdf5f346b92
1 image: alpine/edge 1 image: alpine/edge
2 oauth: pages.sr.ht/PAGES:RW 2 oauth: pages.sr.ht/PAGES:RW
3 packages: 3 packages:
4 - hut 4 - hut
5 - ruby-json
6 - ruby-jekyll
7 - ruby-bundler
5 environment: 8 environment:
6 site: paper.us.eu.org 9 site: paper.us.eu.org
7 tasks: 10 tasks:
8 - package: | 11 - package: |
9 cd web 12 cd web
10 tar -cvz * > ../site.tar.gz 13 bundle exec jekyll build
14 tar -C _site -cvz . > ../site.tar.gz
11 - upload: | 15 - upload: |
12 hut pages publish -d $site site.tar.gz 16 hut pages publish -d $site site.tar.gz