parent
a30c51adef
commit
e80c381438
12
package.json
12
package.json
|
@ -1,18 +1,18 @@
|
||||||
{
|
{
|
||||||
"name": "website2",
|
"name": "website2",
|
||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
"type": "module",
|
|
||||||
"scripts": {
|
|
||||||
"prod": "bun index.ts --prod",
|
|
||||||
"dev": "bun index.ts --dev"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bun": "latest"
|
"@types/bun": "latest"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": "^5.0.0"
|
"typescript": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"prod": "bun index.ts --prod",
|
||||||
|
"dev": "bun index.ts --dev"
|
||||||
|
},
|
||||||
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sssg": "git+https://git.sad.ovh/sophie/sssg#ef49a06be55dbb5277793d6cfcfa6736b7c1bc96"
|
"sssg": "git+https://git.sad.ovh/sophie/sssg#47ac0b329c1617498fc8e795cbb3d7d36483ff67"
|
||||||
}
|
}
|
||||||
}
|
}
|
BIN
website/assets/binkies/onzecki.png
Normal file
BIN
website/assets/binkies/onzecki.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,6 @@ import { h, Component, Fragment, render } from 'preact';
|
||||||
import { useEffect, useState } from 'preact/hooks';
|
import { useEffect, useState } from 'preact/hooks';
|
||||||
import { Giscus } from './giscus';
|
import { Giscus } from './giscus';
|
||||||
import { BlogPost } from './blog_post';
|
import { BlogPost } from './blog_post';
|
||||||
import { sort } from 'mathjs';
|
|
||||||
|
|
||||||
export interface Metadata {
|
export interface Metadata {
|
||||||
title: string;
|
title: string;
|
||||||
|
|
Loading…
Reference in a new issue