From 47971d9dfd5debce8a26667f753b75c157902c7d Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 29 Jan 2026 01:48:55 +0000 Subject: [PATCH] chore: remove content directory (moving to submodule) --- apps/www/src/content/bookmarks.yaml | 19 ------------- apps/www/src/content/posts/hello-world.md | 34 ----------------------- apps/www/src/content/posts/test-draft.md | 11 -------- 3 files changed, 64 deletions(-) delete mode 100644 apps/www/src/content/bookmarks.yaml delete mode 100644 apps/www/src/content/posts/hello-world.md delete mode 100644 apps/www/src/content/posts/test-draft.md diff --git a/apps/www/src/content/bookmarks.yaml b/apps/www/src/content/bookmarks.yaml deleted file mode 100644 index 3dd67e3..0000000 --- a/apps/www/src/content/bookmarks.yaml +++ /dev/null @@ -1,19 +0,0 @@ -- date: 2026-01-23 - title: personal websites with a /now page - url: https://nownownow.com/ - -- date: 2025-04-18 - title: Accessible UK Train Timetables - url: https://traintimes.org.uk/ - -- date: 2024-05-20 - title: Game Programming Patterns - url: https://gameprogrammingpatterns.com/contents.html - -- date: 2023-09-04 - title: Procedural Map Generation Techniques - url: https://www.youtube.com/watch?v=TlLIOgWYVpI - -- date: 2023-09-04 - title: Procedural Level Design in Brogue and Beyond - url: https://www.youtube.com/watch?v=Uo9-IcHhq_w diff --git a/apps/www/src/content/posts/hello-world.md b/apps/www/src/content/posts/hello-world.md deleted file mode 100644 index 7914d94..0000000 --- a/apps/www/src/content/posts/hello-world.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: hello world -date: 2026-01-23 -pinned: true ---- - -i've always kept my projects online and public, and i've always had some sort of homepage. it was originally bebo, then some sites i made through school, then facebook. - -:right[i liked farmville but otherwise didnt use facebook much] - -my next site after that was one that i kept updated for years. but every time i updated it, i also tacked on features i liked, and then ultimately it became a mess of ideas. it was never supposed to be well-engineered, but i like clean code and i ended up too busy fixing things to do anything new or interesting - -so i deleted everything i could think of that was even remotely fancy and made this - -there's one bit of javascript on this site, and that's the [/random](https://wynne.rs/random/) route to take you to a random page - -everything else is mostly vanilla. there's no pagination or searching, though i did add categorisation - -plain text files are hosted and indexed at [/txt](https://wynne.rs/txt/), - -longer form things are in categories at [/md](https://wynne.rs/txt/), - -there are [/bookmarks](https://wynne.rs/bookmarks/) for things that link elsewhere, - -and there's a [/guestbook](https://wynne.rs/guestbook/) that used to have placeable stickers and selectable card backgrounds, and hand-drawn art and pagination, and a gallery section where people could paint pictures, and... is now just a list of names and the text that was left, which i prefer - -:right[the old guestbook still exists; its just not the one i link anymore] - -in the end, everything on this site is visible straight from the index page in one massive list, ordered by date, with pinned posts at the top of their respective category. - -and that's it. i don't need anything else to archive things i care about - -cheers, -lewis x diff --git a/apps/www/src/content/posts/test-draft.md b/apps/www/src/content/posts/test-draft.md deleted file mode 100644 index 9d22d9e..0000000 --- a/apps/www/src/content/posts/test-draft.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Test Draft Post -date: 2026-01-29 -draft: true ---- - -This is a test draft post. It should only appear at `/draft/` when logged in as admin. - -It should NOT appear: -- On the public `/md/` index -- At `/md/test-draft`