diff --git a/_config.ts b/_config.ts
index 07cc01d..4dc0127 100644
--- a/_config.ts
+++ b/_config.ts
@@ -12,9 +12,7 @@ import shiki from "https://deno.land/x/lume_shiki/mod.ts";
import tailwindConfig from "./tailwind.config.ts";
-import Mono from "./src/_components/Mono.tsx";
-import InlineIcon from "./src/_components/InlineIcon.tsx";
-import VertSpacer from "./src/_components/VertSpacer.tsx";
+
const site = lume({
src: "./src",
@@ -35,15 +33,7 @@ site.use(
theme: "github-dark",
}),
);
-site.use(
- mdx({
- components: {
- Mono: Mono,
- InlineIcon: InlineIcon,
- VertSpacer: VertSpacer,
- },
- }),
-);
+site.use(mdx());
site.use(robots());
site.use(sitemap());
site.use(
diff --git a/deno.lock b/deno.lock
index c906c73..265e5e7 100644
--- a/deno.lock
+++ b/deno.lock
@@ -46,6 +46,7 @@
"npm:react-dom@18.3.1": "18.3.1_react@18.3.1",
"npm:react@*": "19.1.0",
"npm:react@18.3.1": "18.3.1",
+ "npm:remark-gfm@*": "4.0.0",
"npm:remark-gfm@4.0.0": "4.0.0",
"npm:shiki@3.8.1": "3.8.1",
"npm:tailwindcss@3.4.17": "3.4.17_postcss@8.5.6"
diff --git a/src/_components/InlineIcon.tsx b/src/_components/InlineIcon.tsx
deleted file mode 100644
index bb17bc3..0000000
--- a/src/_components/InlineIcon.tsx
+++ /dev/null
@@ -1,16 +0,0 @@
-export interface InlineIconProps {
- src: string;
- alt: string | undefined;
- style: any | undefined;
-}
-
-export default function InlineIcon({ src, alt, style }: InlineIconProps) {
- return (
-
- );
-}
diff --git a/src/_components/Mono.tsx b/src/_components/Mono.tsx
deleted file mode 100644
index 31df43e..0000000
--- a/src/_components/Mono.tsx
+++ /dev/null
@@ -1,9 +0,0 @@
-export interface MonoProps {
- children: HTMLElement[];
-}
-
-export default function Mono({ children }: MonoProps) {
- return (
- {children}
- );
-}
diff --git a/src/_components/VertSpacer.tsx b/src/_components/VertSpacer.tsx
deleted file mode 100644
index 84025f8..0000000
--- a/src/_components/VertSpacer.tsx
+++ /dev/null
@@ -1,3 +0,0 @@
-export default function VertSpacer() {
- return
Device | +OS | +RAM | +Disk | +State | +
---|---|---|---|---|
Thinkpad X230 | +Fedora/Void/OpenBSD | +15GB | +512GB | +Changed Wi-Fi card to AR9485 | +
Pixel 3a | +Android 15 // PixelBuilds/LineageOS | +4GB | +64GB | +Cracked on the screen, but still works!! | +
Macbook Air M3 | +macOS 14.7.5 (fuck macOS 15) | +16GB | +512GB | +Stock | +
iPhone 14 Pro Max | +iOS 16.3 | +4GB | +256GB | +Stock, jailbroken + TrollStore installed | +
iPhone 7 Plus | +iOS 15.5 | +3GB | +32GB | +Battery replaced, jailbroken + TrollStore installed, not using (using only for frida debugging) | +
Samsung Galaxy Nexus | +Android 4.2.3 // CyanogenMod | +1GB | +16GB | +Stock!! | +
Nothing Phone 1 | +Android 15 // DerpFest | +8GB | +256GB | +Magisk installed. I hardly use it, but it's here | +
Orange Pi Zero 3 | +None rn (fucking sdcards) | +4GB | +NONE GB lol | +Everything work, but i lost tf antenna | +