diff options
| author | Bobby <[email protected]> | 2025-05-17 02:23:48 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-17 02:23:48 +0530 |
| commit | 9246437b4b9f56af9c8671a9b26d37323829bb32 (patch) | |
| tree | 3037ccc981a189335e84168add2f10d446d88d97 | |
| parent | e59b46fd569d5868eb759f7740dbaad8251d6034 (diff) | |
| download | pagoda-9246437b4b9f56af9c8671a9b26d37323829bb32.tar.xz pagoda-9246437b4b9f56af9c8671a9b26d37323829bb32.zip | |
Added Shifoo to Tokyo
| -rw-r--r-- | src/data/districts/tokyo.ts | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/data/districts/tokyo.ts b/src/data/districts/tokyo.ts index 804bceb..8788c21 100644 --- a/src/data/districts/tokyo.ts +++ b/src/data/districts/tokyo.ts @@ -1,3 +1,15 @@ import type { Site } from "./types"; -export const tokyo: Site[] = []; +export const tokyo: Site[] = [ + { + name: "Shifoo (That Computer Scientist)", + url: "https://crvs.neocities.org/", + description: + "Welcome to the home of Shifoo (previously That Computer Scientist). My name is Bobby, and this is my personal website. I aim to build a retro looking personal website, where I share my thoughts, ideas, and experiences through articles, and will showcase some cool nostalgic features and tools.", + owner: "crvs", + tags: ["anime", "personal", "community", "programming", "blog"], + added: new Date("2025-05-16 02:22"), + screenshotUrl: + "https://neocities.org/site_screenshots/40/23/crvs/index.html.540x405.webp", + }, +]; |
