this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

blog6 edit, add buildeverything script

Tholp 0227c9fd e4157795

+9 -2
+7
buildeverything
··· 1 + #!/bin/bash 2 + cd $(dirname $0) 3 + skidmark 4 + 5 + pushd content/res/scripts/downpour 6 + wasm-pack build --target web --release 7 + popd
+2 -2
skid/blog/blog6.sk
··· 1 1 &insert("//style.sk") 2 2 !insert("blog_templates.sk") 3 3 4 - !blog_post( 6 "It's Raining?" "2026-01-27" "I talk about a website update & the new year.") {{{ 4 + !blog_post( 6 "It's Raining?" "2026-01-28" "I talk about a website update & the new year.") {{{ 5 5 Ok, stop for a second. 6 6 7 7 I don't want to alarm you in case you haven't noticed, but it has begun to rain and it's getting my website all wet :(. 8 8 9 9 To be a bit more serious: I had a lot of fun writing the new background over about a week, was a nice change of pace just to write something to look pretty and not be concerned with anything else. It's pretty simplistic but shouldn't be too hard to extend into a more fleshed out thing more akin to something like my main inspiration, *The Power Toy*, if I wanted. It still isn't exactly how I want it but I've been tweaking it enough for now, I'll likely silently update the rain to behave different later. 10 10 11 - I decided to write it in Rust for wasm32 after getting frustrated with JavaScript while making a quick prototype. It's code ~~is available on my Tangled repo if you care~~ I feel like I have issues with my tangled knot every time I want to push to it, so the repos on it are unavailable for now but hopefully I can get that fixed soon. 11 + I decided to write it in Rust for wasm32 after getting frustrated with JavaScript while making a quick prototype. It's code is available on my [Tangled repo](https://tangled.org/tholps.site/tholps-site/tree/main/content/res/scripts/downpour) if you care. 12 12 13 13 I've also been thinking about making a "toys" section on the main page of the site to put a more featureful interactive version of the rain along with another dumb idea I have, but that probably wont happen for a while. 14 14