init: index + build

This commit is contained in:
Collin Lefeber 2024-06-15 12:27:38 -04:00
commit d7efbe545a
2 changed files with 29 additions and 0 deletions

12
.build.yml Normal file
View file

@ -0,0 +1,12 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
site: cfebs.srht.site
tasks:
- package: |
cd $site
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz

17
index.html Normal file

File diff suppressed because one or more lines are too long