Use sourcehut to host my precious website

This commit is contained in:
2024-10-11 19:01:35 +05:30
parent 09b51dc981
commit 173b9bf00c
+12
View File
@@ -0,0 +1,12 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
site: nirm.al
tasks:
- package: |
cd $site
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz