aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/shared.ts
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2026-01-14 17:40:37 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2026-01-14 17:40:37 +0100
commitb9cbd513127254780ae59c8e17ab2c47eea301cb (patch)
tree2919e4102bc3b753e8038a9997c9a64a93d8634b /src/routes/shared.ts
parentf5368185c5faabe97130780ec004835ac2429b9c (diff)
downloadmem-estrogen-zone-b9cbd513127254780ae59c8e17ab2c47eea301cb.tar.gz
mem-estrogen-zone-b9cbd513127254780ae59c8e17ab2c47eea301cb.tar.bz2
mem-estrogen-zone-b9cbd513127254780ae59c8e17ab2c47eea301cb.tar.lz
mem-estrogen-zone-b9cbd513127254780ae59c8e17ab2c47eea301cb.zip

feat: start working on alpine early init blog post, do a bunch of other blog related stuff

Diffstat (limited to 'src/routes/shared.ts')
-rw-r--r--src/routes/shared.ts29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/routes/shared.ts b/src/routes/shared.ts
index 2fc9aac..e95ded3 100644
--- a/src/routes/shared.ts
+++ b/src/routes/shared.ts
@@ -391,6 +391,35 @@ export const ttyLines: TTYText[] = (() => {
colour: '#7a7a7a',
},
],
+ ['blog: ', { colour: '#cdcdcd' }],
+ );
+ wait(100);
+ replaceLast((v) => [
+ ...v,
+ [
+ '/~mem/blog/',
+ {
+ colour: '#99aaff',
+ underlined: true,
+ weight: 700,
+ url: 'currenttab:/blog/',
+ },
+ ],
+ [
+ ' (WIP)',
+ {
+ colour: '#999999',
+ },
+ ],
+ ]);
+ wait(100);
+ text(
+ [
+ ' - ',
+ {
+ colour: '#7a7a7a',
+ },
+ ],
['In random hackerspaces', { colour: '#aaaaaa' }],
);
wait(600);