aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2023-12-15 11:23:21 +0000
committerAdam Stück <adam@adast.dk>2023-12-15 12:00:01 +0000
commit57abab7d0c27161e909d07498c86012c82db246e (patch)
treed85b423672f55a3287cd1fc10fffa150e5500b94 /.build.yml
parentf205d2e8787e58b73576245f03d44b7d791c471b (diff)
overhaul: switch from ssg to barf
- simplify and polish most pages - add /colophon, /now, /contact - drop /resume-da - drop javascript - patch barf to create symlinks for /rss.xml and /feed to /atom.xml
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.build.yml b/.build.yml
index 845e183..68015ee 100644
--- a/.build.yml
+++ b/.build.yml
@@ -2,12 +2,11 @@ image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
-- lowdown
environment:
site: adast.dk
tasks:
- package: |
- cd $site
- tar -C build -cvz . > ../site.tar.gz
+ cd $site/build
+ tar -cvz . > ../../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz