summaryrefslogtreecommitdiff
path: root/src/data/districts/tokyo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/districts/tokyo.ts')
-rw-r--r--src/data/districts/tokyo.ts14
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",
+ },
+];