Compare commits

...

5 Commits

Author SHA1 Message Date
Robert McAtee e4c80f41e9 was able to cut back on some fat and get site to 252, resubmitting 2022-11-22 10:20:30 -05:00
Bradley Taunt 1bc32b8067 Update patch links and proper personal email 2022-11-20 13:09:47 -05:00
Richard Thames f87222505c Update richardthames.com 2022-11-20 13:00:24 -05:00
Robert McAtee 034cb26103 adding cenzontle.us.md with site details 2022-11-18 09:50:41 -05:00
Bradley Taunt e4eaa8a723 Include proper build file and update existing richardthames.com web page size 2022-11-17 10:42:27 -05:00
7 changed files with 31 additions and 6 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

@ -5,7 +5,7 @@ url: https://1kb.club # the base hostname & protocol for your site, e.g. http://
author:
name: Bradley Taunt
email: hello@tdarb.org
email: brad@bt.ht
# Collections
collections:

View File

@ -0,0 +1,4 @@
---
pageurl: cenzontle.us
size: 252
---

View File

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

View File

@ -12,7 +12,7 @@ Get your own `user` 1kB Club sub-folder domain!
2. Add a new file under `_u`
3. Setup the file settings based on the template below
4. Save the file as `yourname.md`
5. [Open a PR here](https://github.com/bradleytaunt/1kb.club/pulls)
5. [Open a PATCH here](https://lists.sr.ht/~bt/1kb-club)
Use the template below when creating your site file (size in bytes):
@ -22,7 +22,7 @@ layout: post
name: Bradley Taunt
blurb: I'm a UX designer from Canada.
pageurl: tdarb
email: hello@tdarb.org
email: brad@bt.ht
size: 646
---
```

View File

@ -3,6 +3,6 @@ layout: post
name: Bradley Taunt
blurb: I'm a UX designer from Canada.
pageurl: tdarb
email: hello@tdarb.org
email: brad@bt.ht
size: 482
---

View File

@ -8,7 +8,7 @@ layout: page
Submit to the 1kB Club
1. Put your website through [GTmetrix](https://gtmetrix.com)
2. [Open a PR here](https://github.com/bradleytaunt/1kb.club/pulls)
2. [Open a PATCH](https://lists.sr.ht/~bt/1kb-club)
Use the template below when creating your site file (size in bytes):