commit - 68f65deb0c6641f3dd5c54b37b5de05e8002b775
commit + c40614eec5482fe2149059adbf43a35d62ebb17f
blob - /dev/null
blob + 9fd55ccba0634657c3713e487200a28dacffaae7 (mode 644)
--- /dev/null
+++ .build.yml
+image: alpine/latest
+oauth: pages.sr.ht/PAGES:RW
+packages:
+- go
+- hut
+- ruby-full
+- ruby-dev
+environment:
+site: 1kb.club
+sources:
+- https://git.sr.ht/~bt/1kb-club
+tasks:
+- install-bundler: |
+ sudo gem install bundler
+- build: |
+ cd 1kb-club
+ sudo bundle install
+ sudo bundle exec jekyll build
+- package: |
+ cd 1kb-club/_site
+ tar -cvz . > ../../site.tar.gz
+- upload: |
+ hut pages publish -d 1kb.club site.tar.gz
\ No newline at end of file
blob - 587349164d37aee2848b61df4ad6583b1b030b52
blob + 61844699e3c102f1ec3611b403b2ceb99a14b6d4
--- _config.yml
+++ _config.yml
author:
name: Bradley Taunt
- email: brad@bt.ht
+ email: bt@btxx.org
# Collections
collections:
- generate.sh
- size.sh
- README.md
-
-include:
- - netlify.toml
- - ~/