init: index + build
This commit is contained in:
commit
d7efbe545a
2 changed files with 29 additions and 0 deletions
12
.build.yml
Normal file
12
.build.yml
Normal 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
17
index.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue