Mercurial > web
view .build.yml @ 57:ac1900c0e376
html: Remove CSP and use local files
Also I changed the font from Source Sans 3 to Helvetica
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 19 Dec 2022 18:18:57 -0500 |
parents | aee91b195871 |
children | d1e77bf4b37f |
line wrap: on
line source
image: alpine/edge oauth: pages.sr.ht/PAGES:RW packages: - hut environment: site: mrpapersonic.srht.site tasks: - package: | cd web tar -cvz . > ../site.tar.gz - upload: | hut pages publish -d $site site.tar.gz