diff --git a/bun.lockb b/bun.lockb index a9dfc97..7d962cb 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0df1d49..6235b1e 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { "name": "website2", "module": "index.ts", - "type": "module", - "scripts": { - "prod": "bun index.ts --prod", - "dev": "bun index.ts --dev" - }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, + "scripts": { + "prod": "bun index.ts --prod", + "dev": "bun index.ts --dev" + }, + "type": "module", "dependencies": { - "sssg": "git+https://git.sad.ovh/sophie/sssg#ef49a06be55dbb5277793d6cfcfa6736b7c1bc96" + "sssg": "git+https://git.sad.ovh/sophie/sssg#47ac0b329c1617498fc8e795cbb3d7d36483ff67" } } \ No newline at end of file diff --git a/website/assets/binkies/onzecki.png b/website/assets/binkies/onzecki.png new file mode 100644 index 0000000..d074ed2 Binary files /dev/null and b/website/assets/binkies/onzecki.png differ diff --git a/website/index.html b/website/index.html index d62978b..3abe5a0 100644 --- a/website/index.html +++ b/website/index.html @@ -16,23 +16,24 @@ __TEMPLATE_HEAD__

sad.ovh

I'm Latvian, 17. My name's Sophie. I love listening to music.

-

I love to play games with peeps! My favorite games recently have been Minecraft and Stardew Valley! DM me - if you wanna play with me ^w^ -

+

I love to play games, code, and listen to music. #tybg

+

Did you know that I have a 6 gigabyte big MiDi collection? (empty password/username)

- DNI: + I agree with free speech, it is a universal right. Democrat, republican, alien lizard, I don't care.
- Interact: Any person ever + If you are a person who loves to talk about politics, I am not the correct one. I will make you lose + every single one of your braincells.

+

contact

-

Contact me at matrix, discord, Contact me at matrix, discord, github (view projects here), sadgit, or mastodon. - + href="https://bark.lgbt/@yourfriend">mastodon, or
+ --> telegram. <--

E-mail: (run in JS) new TextDecoder().decode(new Uint8Array([115, 111, 102, 105, 106, 97, 64, @@ -106,6 +107,12 @@ __TEMPLATE_HEAD__ aria-label="View eighteightthirty.one's source code"> eightyeightthirty.one + + onz.ee + + tomxcd at derg dot rest

diff --git a/website/scripts/blog.tsx b/website/scripts/blog.tsx index 21e2bae..a9ddc20 100644 --- a/website/scripts/blog.tsx +++ b/website/scripts/blog.tsx @@ -2,7 +2,6 @@ import { h, Component, Fragment, render } from 'preact'; import { useEffect, useState } from 'preact/hooks'; import { Giscus } from './giscus'; import { BlogPost } from './blog_post'; -import { sort } from 'mathjs'; export interface Metadata { title: string;