Add thirdrule, remove duplicate site

This commit is contained in:
Gabriel Simmer 2024-08-11 13:46:38 +01:00
parent 0fc95ed434
commit 831867cb6d
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@ workers_dev = true
cpu_ms = 100
[build]
command = "nix build .#queues"
command = "cargo install -q worker-build && worker-build --release"
[[r2_buckets]]
binding = 'GABRIELSIMMERCOM_BUCKET'

View file

@ -21,11 +21,6 @@ let projects : List Project =
, link = { display_text = "git.gmem.ca/arch/gabrielsimmer.com", link = "https://git.gmem.ca/arch/gabrielsimmer.com" }
, languages = [ "Rust" ]
}
, { name = "GabrielSimmer.com"
, description = "Overengineered personal site with on the fly page generation and tiered caching"
, link = { display_text = "git.gmem.ca/arch/gabrielsimmer.com", link = "https://git.gmem.ca/arch/gabrielsimmer.com" }
, languages = [ "Rust" ]
}
, { name = "My infrastructure"
, description = "Mostly Kubernetes manifests, with some Nix mixed in"
, link = { display_text = "git.gmem.ca/arch/inra", link = "https://git.gmem.ca/arch/infra" }
@ -79,7 +74,12 @@ let projects : List Project =
]
let experiments : List Project =
[ { name = "friends-workers"
[ { name = "thirdrule"
, description = "Generate a random, surreal Discord server rule every 24 hours."
, link = { display_text = "git.gmem.ca/arch/thirdrule", link = "https://git.gmem.ca/arch/thirdrule" }
, languages = [ "JavaScript" ]
}
, { name = "friends-workers"
, description = "Collect and display buttons for friend's websites."
, link = { display_text = "git.gmem.ca/arch/friends-workers", link = "https://git.gmem.ca/arch/friends-workers" }
, languages = [ "JavaScript" ]