diff --git a/public/.well-known/atproto-did b/public/.well-known/atproto-did
new file mode 100644
index 0000000..20fe09b
--- /dev/null
+++ b/public/.well-known/atproto-did
@@ -0,0 +1 @@
+did:plc:dg2qmmjic7mmecrbvpuhtvh6
\ No newline at end of file
diff --git a/src/content/fics/phai/_test.yaml b/src/content/fics/phai/_test.yaml
deleted file mode 100644
index 144387b..0000000
--- a/src/content/fics/phai/_test.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-title: truly
-series: honkai
-publishedAt: 2021-05-20
-summary:
- this is crazy but...
-
- but would you
-
- > trust me?
\ No newline at end of file
diff --git a/src/content/fics/phai/chap.md b/src/content/fics/phai/chap.md
deleted file mode 100644
index ada4b98..0000000
--- a/src/content/fics/phai/chap.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: take me on
-publishedAt: 2025-01-05
-notes: hahah
----
-
-dksafjasldkjfksdl
-kjfdlskafjaslk
-k
-
-ss sddd
\ No newline at end of file
diff --git a/src/content/fics/test/_index.toml b/src/content/fics/test/_index.toml
deleted file mode 100644
index 1faaed8..0000000
--- a/src/content/fics/test/_index.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-title = "this is a test"
-series = [
- "test",
- "fandom 2"
-]
-publishedAt = 2022-12-22
-summary = """
- yeller
- """
\ No newline at end of file
diff --git a/src/content/fics/test/test.md b/src/content/fics/test/test.md
deleted file mode 100644
index 0c46005..0000000
--- a/src/content/fics/test/test.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: ch 1
-publishedAt: 2022-11-01
-notes: i wrote this in a fugue state while listening to [Waste by Oh Wonder](https://www.youtube.com/watch?v=Ar1grAdGkec)
-sortOrder: 1
----
-
-test
-
-two
\ No newline at end of file
diff --git a/src/content/fics/test/two.md b/src/content/fics/test/two.md
deleted file mode 100644
index 4508008..0000000
--- a/src/content/fics/test/two.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: chapter 2
-publishedAt: 2023-12-12
-notes: i wrote this in a fugue state while listening to [Waste by Oh Wonder](https://www.youtube.com/watch?v=Ar1grAdGkec)
-sortOrder: 2
----
-
-tksdfalkjflkd
-kasdjfldk
-k
-
-
-kdsafsd
diff --git a/src/content/fics/weight of living/moving on.md b/src/content/fics/weight of living/moving on.md
index 60bcebe..81c8b1d 100644
--- a/src/content/fics/weight of living/moving on.md
+++ b/src/content/fics/weight of living/moving on.md
@@ -4,8 +4,6 @@ publishedAt: 2020-12-20T19:18:00
notes: i wrote this in a fugue state while listening to [Waste by Oh Wonder](https://www.youtube.com/watch?v=Ar1grAdGkec)
---
-
-
diff --git a/src/layouts/Blog.astro b/src/layouts/Blog.astro
index 0a6628a..8882230 100644
--- a/src/layouts/Blog.astro
+++ b/src/layouts/Blog.astro
@@ -6,10 +6,6 @@ import Navbar from "~/Navbar.astro";
import formatDate from "@/utils/formatDate";
import moods from "@/utils/moods";
-import outerBBS from "$/guild-bbs.png";
-import innerBBS from "$/guild-bbs-content.png";
-import sideBBS from "$/guild-bbs-list.png";
-
interface Props {
id?: string;
title: string;
@@ -31,435 +27,96 @@ blog.sort((a, b) => b.data.pubDate!.valueOf() - a.data.pubDate!.valueOf());
---
-
-
-
-
-
-
-
-
+
+
+
{title}
+
+
+
+
+
+
+
+
+
+ {currently && (
+
+ )}
+
+
+
+
-
-
-
-
-
{title}
-
-
-
-
-
-
-
-
-
-
- {currently && (
-
- )}
-
-
-
-
\ No newline at end of file
diff --git a/src/pages/blog/[...id].astro b/src/pages/blog/[...id].astro
index 81ea227..9cd5d81 100644
--- a/src/pages/blog/[...id].astro
+++ b/src/pages/blog/[...id].astro
@@ -2,7 +2,6 @@
import Blog from '@/layouts/Blog.astro';
import type { GetStaticPaths } from 'astro';
import { getCollection, render } from 'astro:content';
-import buttons from "$/guild-bbs-buttons.png";
export const getStaticPaths = (async () => {
const blog = await getCollection("blog");
@@ -24,7 +23,6 @@ const next = current === 0 ? undefined : blog[current - 1];
-
@@ -33,116 +31,15 @@ const next = current === 0 ? undefined : blog[current - 1];
)}
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro
index 46b86ac..29dbe75 100644
--- a/src/pages/blog/index.astro
+++ b/src/pages/blog/index.astro
@@ -1,6 +1,5 @@
---
import Layout from "@/layouts/Layout.astro";
-import Figure from "~/Figure.astro";
import formatDate from "@/utils/formatDate";
import { getCollection } from "astro:content";
import dayjs from "dayjs";
diff --git a/src/pages/fics/[ficId]/index.astro b/src/pages/fics/[ficId]/index.astro
index 3bf189a..9104de8 100644
--- a/src/pages/fics/[ficId]/index.astro
+++ b/src/pages/fics/[ficId]/index.astro
@@ -59,14 +59,14 @@ const notes = fic.rendered && await parser.parse((fic.rendered.metadata!.frontma