pull/2/head
Elias Almqvist 1 month ago
parent ee890f1338
commit 0b75df622e
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. BIN
      src/app/favicon.ico
  2. 16
      src/app/layout.tsx
  3. 5
      src/app/page.tsx

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

@ -5,8 +5,8 @@ import "./globals.css";
import 'katex/dist/katex.min.css';
export const metadata: Metadata = {
title: "\\wych.dev",
description: "In the wych elm's shadow, veritas whispers brew.",
title: "collected sayings of an insane sane person",
description: "",
keywords: [
"wych.dev",
"wych",
@ -27,16 +27,8 @@ export const metadata: Metadata = {
type: "website",
locale: "en_US",
url: "https://wych.dev",
title: "\\wych.dev",
description: "In the wych elm's shadow, veritas whispers brew.",
images: [
{
url: "https://wych.dev/og-image.png",
width: 1529,
height: 884,
alt: "\\wych.dev",
},
],
title: "collected sayings of an insane sane person",
description: "",
},
};

@ -60,7 +60,10 @@ export default async function Home() {
I'm a dropout, autodidactic polymath, and this is my digital notebook. Everything here is written by me, and everything here is my own opinion, philosophical beliefs, or just random thoughts that have no real-world application. <span className="italic font-semibold">They are not intended to be taken at face value, as they are nothing but a medium for me to personally reflect on my own thoughts as a therapeutic exercise, or just for fun.</span>
</p>
<p>
Based in the <ILink href="https://en.wikipedia.org/wiki/Silicon_Valley" target="_blank" className="font-bold text-md">Silicon Valley</ILink> (<ILink href="https://en.wikipedia.org/wiki/Bay_Area" target="_blank" className="font-bold text-md">San Francisco Bay Area</ILink>), <ILink href="https://en.wikipedia.org/wiki/United_States" target="_blank" className="font-bold text-md">United States</ILink>. Originally from <ILink href="https://en.wikipedia.org/wiki/M%C3%B6lndal" target="_blank" className="font-bold text-md">Mölndal</ILink>/<ILink href="https://en.wikipedia.org/wiki/Gothenburg" target="_blank" className="font-bold text-md">Gothenburg</ILink>, <ILink href="https://en.wikipedia.org/wiki/Sweden" target="_blank" className="font-bold text-md">Sweden</ILink>.
Based in <ILink href="https://en.wikipedia.org/wiki/Silicon_Valley" target="_blank" className="font-bold text-md">Silicon Valley</ILink> <ILink href="https://en.wikipedia.org/wiki/Bay_Area" target="_blank" className="font-bold text-xs">(San Francisco Bay Area)</ILink>, <ILink href="https://en.wikipedia.org/wiki/United_States" target="_blank" className="font-bold text-md">United States</ILink>. Originally from <ILink href="https://en.wikipedia.org/wiki/M%C3%B6lndal" target="_blank" className="font-bold text-md">Mölndal</ILink>/<ILink href="https://en.wikipedia.org/wiki/Gothenburg" target="_blank" className="font-bold text-md">Gothenburg</ILink>, <ILink href="https://en.wikipedia.org/wiki/Sweden" target="_blank" className="font-bold text-md">Sweden</ILink>.
</p>
<p>
This entire website is open source. You can find the source code here: <ILink href="https://github.com/almqv/wych.dev" target="_blank" className="font-bold text-md">github.com/almqv/wych.dev</ILink>.
</p>
</div>
</section>

Loading…
Cancel
Save