Skip to content

Commit

Permalink
assort
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Sep 16, 2024
1 parent f33fea7 commit 01267af
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
Binary file removed .assets/assort/assort-icon-v1-purp.png
Binary file not shown.
8 changes: 4 additions & 4 deletions .site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"buildx": "npm run prepx && npm run build",
"preview": "vite preview"
},
"dependencies": {
"fuzzball": "^2.1.2"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.0.0",
Expand All @@ -27,8 +30,5 @@
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"fuzzball": "^2.1.2"
}
"type": "module"
}
2 changes: 1 addition & 1 deletion .site/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="icon" href="%sveltekit.assets%/.site/purple-portal.png" />
<link rel="icon" href="%sveltekit.assets%/assort/assort-icon-v1-purp-100.png" />

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
26 changes: 15 additions & 11 deletions .site/src/data/site.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"exported": "2024-09-15",
"exported": "2024-09-16",
"index": {
"info": [
"AI.md"
Expand Down Expand Up @@ -182,13 +182,15 @@
],
"ramblings": [
"~poetry/Quantitative Quantitivity.md",
"~poetry/Titles.md",
"~poetry/What Was This Called Again.md",
"~poetry/Wordless.md"
],
"antarctica": [
"~poetry/Teardrop.md"
],
"fantasy": [
"~poetry/Teardrop.md",
"~poetry/This.md"
],
"monkeyopolis-times": [
Expand Down Expand Up @@ -308,8 +310,8 @@
},
"desmos/dev/functions.md": {
"path": "desmos/dev/functions.md",
"slocs": 50,
"chars": 669,
"slocs": 195,
"chars": 2851,
"isIndex": false,
"isFeatured": false,
"isWoozy": false,
Expand Down Expand Up @@ -845,7 +847,7 @@
"~poetry/Teardrop.md": {
"path": "~poetry/Teardrop.md",
"slocs": 37,
"chars": 866,
"chars": 876,
"isIndex": false,
"isFeatured": false,
"isWoozy": false,
Expand All @@ -859,7 +861,8 @@
],
"shard": [
"poetry",
"antarctica"
"antarctica",
"fantasy"
],
"date": "2022-09-01",
"date_display": "2022 September"
Expand Down Expand Up @@ -935,7 +938,7 @@
"~poetry/Titles.md": {
"path": "~poetry/Titles.md",
"slocs": 49,
"chars": 1306,
"chars": 1318,
"isIndex": false,
"isFeatured": false,
"isWoozy": false,
Expand All @@ -949,7 +952,8 @@
],
"shard": [
"poetry",
"nerdy"
"nerdy",
"ramblings"
],
"date": "2023-04-01",
"date_display": "2023 April"
Expand Down Expand Up @@ -1001,9 +1005,9 @@
"~poetry/fractal fracking.md": {
"path": "~poetry/fractal fracking.md",
"slocs": 44,
"chars": 1403,
"chars": 1397,
"isIndex": false,
"isFeatured": true,
"isFeatured": false,
"isWoozy": false,
"dest": "poetry/fracking",
"title": "fractal fracking",
Expand Down Expand Up @@ -1045,11 +1049,11 @@
"~poetry/折磨.md": {
"path": "~poetry/折磨.md",
"slocs": 58,
"chars": 508,
"chars": 512,
"isIndex": false,
"isFeatured": false,
"isWoozy": false,
"dest": "poetry/折磨",
"dest": "poetry/zhe-mo",
"title": "折磨",
"head": "折磨",
"capt": null,
Expand Down
2 changes: 1 addition & 1 deletion .stranger-quarkdown

0 comments on commit 01267af

Please sign in to comment.