diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-22 14:25:46 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-22 14:25:46 -0400 |
| commit | c04d9d6dbfdaac26e964a6879c660bb6ae918c6e (patch) | |
| tree | 06ef27bb4a31d40b6347dbb0f1c8f0b5eb2a5979 /lume | |
| parent | a30ad1ee29154aaf646bd3469241c79a5a759cb3 (diff) | |
| download | xesite-c04d9d6dbfdaac26e964a6879c660bb6ae918c6e.tar.xz xesite-c04d9d6dbfdaac26e964a6879c660bb6ae918c6e.zip | |
add some VODs
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lume')
| -rw-r--r-- | lume/src/vods/2023/lofi-botw.md | 11 | ||||
| -rw-r--r-- | lume/src/vods/2023/xesite-hacking.md | 20 |
2 files changed, 31 insertions, 0 deletions
diff --git a/lume/src/vods/2023/lofi-botw.md b/lume/src/vods/2023/lofi-botw.md new file mode 100644 index 0000000..b1b6173 --- /dev/null +++ b/lume/src/vods/2023/lofi-botw.md @@ -0,0 +1,11 @@ +--- +title: Lo-Fi Breath of the Wild +date: 2023-05-06 +vod: + path: talks/vod/2023/05-06-lofi-botw +tags: + - botw + - NintendoSwitch +--- + +For this stream I talked about the game [The Legend of Zelda: Breath of the Wild](https://zelda.nintendo.com/breath-of-the-wild/) and how it has impacted me over the last 7 years of my life. This stream was released in the lead-up to [The Legend of Zelda: Tears of the Kingdom](https://zelda.nintendo.com/tears-of-the-kingdom/), so a lot of it will be talking about what I think will happen in that game.
\ No newline at end of file diff --git a/lume/src/vods/2023/xesite-hacking.md b/lume/src/vods/2023/xesite-hacking.md new file mode 100644 index 0000000..41a3016 --- /dev/null +++ b/lume/src/vods/2023/xesite-hacking.md @@ -0,0 +1,20 @@ +--- +title: Xesite hacking +date: 2023-10-22 +vod: + path: talks/vod/2023/10-22-xesite-hacking +tags: + - deno + - go + - lume +--- + +In this stream I implemented a bunch of features on my website, including: + +- Serving all live site content from a dynamically created zipfile +- Fixing a few bugs in site rebuilds resulting in the entire site 404ing +- Adding the website version to the footer of every page next to the nix store path +- An attempt to upgrade to Lume 0.19.2, which had to be backed out in favor of the current version due to issues with the new version +- Moved a bunch of static assets to S3 to improve site build times + +This VOD was recorded in 1080p as an experiment. I'm not sure if I'll continue to do this, but I wanted to try it out.
\ No newline at end of file |
