From c26460e8dc806bedca15d65bbc590880b3b23b36 Mon Sep 17 00:00:00 2001 From: Eric McCarthy Date: Thu, 21 Nov 2024 04:16:12 +0000 Subject: [PATCH] feat: update penumbra-www links to limulus-dot-net --- package.json | 10 +++++----- www/penumbra/journal/canvas-and-matrices/lib/index.ts | 2 +- .../journal/ray-sphere-interactions/lib/index.ts | 2 +- www/penumbra/journal/rust/index.md | 6 +++++- www/penumbra/journal/rust/lib/index.ts | 4 ++-- www/penumbra/journal/tuples/lib/index.ts | 2 +- 6 files changed, 15 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index c3ffc75..11fda34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@limulus/penumbra-www", + "name": "@limulus/limulus-dot-net", "version": "1.0.0", - "description": "Penumbra Website", + "description": "limulus.net", "main": "index.js", "type": "module", "scripts": { @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/limulus/penumbra-www.git" + "url": "git+https://github.com/limulus/limulus-dot-net.git" }, "author": { "name": "Eric McCarthy", @@ -28,9 +28,9 @@ }, "license": "UNLICENSED", "bugs": { - "url": "https://github.com/limulus/penumbra-www/issues" + "url": "https://github.com/limulus/limulus-dot-net/issues" }, - "homepage": "https://github.com/limulus/penumbra-www#readme", + "homepage": "https://github.com/limulus/limulus-dot-net#readme", "dependencies": { "@11ty/eleventy": "^3.0.0", "@11ty/eleventy-plugin-rss": "^2.0.2", diff --git a/www/penumbra/journal/canvas-and-matrices/lib/index.ts b/www/penumbra/journal/canvas-and-matrices/lib/index.ts index 5ee3793..1a53878 100644 --- a/www/penumbra/journal/canvas-and-matrices/lib/index.ts +++ b/www/penumbra/journal/canvas-and-matrices/lib/index.ts @@ -5,7 +5,7 @@ template.innerHTML = /* HTML */ `
<pixel-clock> diff --git a/www/penumbra/journal/ray-sphere-interactions/lib/index.ts b/www/penumbra/journal/ray-sphere-interactions/lib/index.ts index 2aa3e30..cc77a43 100644 --- a/www/penumbra/journal/ray-sphere-interactions/lib/index.ts +++ b/www/penumbra/journal/ray-sphere-interactions/lib/index.ts @@ -5,7 +5,7 @@ template.innerHTML = /* HTML */ `
<sphere-shadow> diff --git a/www/penumbra/journal/rust/index.md b/www/penumbra/journal/rust/index.md index 8212e6c..97c155a 100644 --- a/www/penumbra/journal/rust/index.md +++ b/www/penumbra/journal/rust/index.md @@ -216,10 +216,14 @@ breaking apart the repository into three repositories. There’s now the [penumb the core library, [penumbra-www] for this website, and [touch-pad] which is now available as an independent [npm package]. +_Update 2024-11-20: The `penumbra-www` repo has been promoted to the main repo for all of +limulus.net! It’s been renamed to [limulus-dot-net]._ + [penumbra]: https://github.com/limulus/penumbra -[penumbra-www]: https://github.com/limulus/penumbra +[penumbra-www]: https://github.com/limulus/penumbra-www [touch-pad]: https://github.com/limulus/touch-pad [npm package]: https://www.npmjs.com/package/touch-pad +[limulus-dot-net]: https://github.com/limulus/limulus-dot-net ## What’s Next? diff --git a/www/penumbra/journal/rust/lib/index.ts b/www/penumbra/journal/rust/lib/index.ts index 141200f..0847adb 100644 --- a/www/penumbra/journal/rust/lib/index.ts +++ b/www/penumbra/journal/rust/lib/index.ts @@ -6,7 +6,7 @@ template.innerHTML = /* HTML */ `
- + <sphere-shadow>
@@ -16,7 +16,7 @@ template.innerHTML = /* HTML */ `
<sphere-shadow-wasm> diff --git a/www/penumbra/journal/tuples/lib/index.ts b/www/penumbra/journal/tuples/lib/index.ts index d8cc852..f893e2c 100644 --- a/www/penumbra/journal/tuples/lib/index.ts +++ b/www/penumbra/journal/tuples/lib/index.ts @@ -5,7 +5,7 @@ template.innerHTML = /* HTML */ `
<projectile-cannon>