commit 80dcfd3c693f756c89f882a3f508f77ad6911c2b from: Bradley Taunt date: Sat Jul 06 11:49:47 2024 UTC Add build config commit - 85122f2ee05133f2635dd0554e33fc24b7104067 commit + 80dcfd3c693f756c89f882a3f508f77ad6911c2b blob - /dev/null blob + 992be5fc242e95a372c2ccf51b644469eb354439 (mode 644) --- /dev/null +++ .build.yaml @@ -0,0 +1,21 @@ +image: alpine/latest +oauth: pages.sr.ht/PAGES:RW +packages: +- rsync +- coreutils +- lowdown +- go +- hut +environment: +site: barf.btxx.org +sources: +- https://git.sr.ht/~bt/barf +tasks: +- build: | + cd barf + make build +- package: | + cd barf/build + tar -cvz . > ../../site.tar.gz +- upload: | + hut pages publish -d barf.btxx.org site.tar.gz \ No newline at end of file blob - 4f675186af8d7397f56f799383b81c38b2534e56 blob + d722613187df81c48cea673588631cf09d3e2f16 --- footer.html +++ footer.html @@ -5,7 +5,7 @@
  • Home
  • About
  • Websites
  • -
  • Source Code
  • +
  • Source Code
  • Feeds: Atom | RSS
    blob - b52219b84a66dab9ccba9aeadc16e6e47e50a059 blob + 4d60d42413a9e81deb5cd9384fa7316486e8f484 --- index.md +++ index.md @@ -6,7 +6,7 @@ The entire build script is >170 lines of shell. It could almost be called "suckless", but probably isn't. It was created for those focused on writing, not tinkering. -You can learn more by reading the [official README](https://git.btxx.org/barf/about). +You can learn more by reading the [official README](https://git.sr.ht/~bt/barf). **barf** = blogs are really fun