summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-05-17 02:23:48 +0530
committerGitHub <[email protected]>2025-05-17 02:23:48 +0530
commit9246437b4b9f56af9c8671a9b26d37323829bb32 (patch)
tree3037ccc981a189335e84168add2f10d446d88d97 /src
parente59b46fd569d5868eb759f7740dbaad8251d6034 (diff)
downloadpagoda-9246437b4b9f56af9c8671a9b26d37323829bb32.tar.xz
pagoda-9246437b4b9f56af9c8671a9b26d37323829bb32.zip
Added Shifoo to Tokyo
Diffstat (limited to 'src')
-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",
+ },
+];