Include proper build file and update existing richardthames.com web page size

This commit is contained in:
Bradley Taunt 2022-11-17 10:42:27 -05:00
parent a45c4e6be0
commit e4eaa8a723
2 changed files with 22 additions and 1 deletions

21
.build.yml Normal file
View File

@ -0,0 +1,21 @@
image: debian/stable
oauth: pages.sr.ht/PAGES:RW
packages:
- 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
bundle install
bundle exec jekyll build
- package: |
cd 1kb-club/_site
tar -cvz . > ../../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz

View File

@ -1,4 +1,4 @@
---
pageurl: richardthames.com
size: 894
size: 517
---