From d7efbe545a475d734d43ba0064990bf270db65d1 Mon Sep 17 00:00:00 2001 From: Collin Lefeber Date: Sat, 15 Jun 2024 12:27:38 -0400 Subject: [PATCH] init: index + build --- .build.yml | 12 ++++++++++++ index.html | 17 +++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .build.yml create mode 100644 index.html diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..07a0011 --- /dev/null +++ b/.build.yml @@ -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 diff --git a/index.html b/index.html new file mode 100644 index 0000000..42d518d --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + + cfebs.com + + + + +
+
+ +