Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Hello, toolbox"
date: 2024-09-24
date: 2025-09-17
summary: "The repository was born with a bare index, a rough jokes deck, and a flurry of direct uploads."
emoji: "🌱"
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Uploads and hotfixes"
date: 2024-09-25
date: 2025-09-18
summary: "Early project day dominated by manual HTML uploads and edits while the decks lived as stand-alone files."
emoji: "🪛"
tags:
Expand Down
4 changes: 2 additions & 2 deletions apps/wiki/articles/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
- 2025-09-21
- 2025-09-20
- 2025-09-19
- 2024-09-25
- 2024-09-24
- 2025-09-18
- 2025-09-17
2 changes: 1 addition & 1 deletion docs/docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The toolbox intentionally avoids a build pipeline. Each page is authored as stan
- Generated by `node tools/generate-offline-manifest.js` (surfaced via `npm run build:offline`).
- Lists every HTML, JavaScript, and JSON asset shipped with the site, together with byte sizes and a combined SHA-256 digest.
- Includes the Git commit metadata embedded by the generator so the landing page can show which revision produced the bundle.
- Stored under versioned keys such as `"version": "2024-04-02T20-19-04"`, which doubles as the cache suffix used by the service worker.
- Stored under versioned keys such as `"version": "2025-04-02T20-19-04"`, which doubles as the cache suffix used by the service worker.

## Service worker (`service-worker.js`)

Expand Down
14 changes: 7 additions & 7 deletions offline-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "20250927-e59e9d21d194-18a27712e865",
"generatedAt": "2025-09-27T03:59:01.628Z",
"version": "20250927-9756ae69aeba-92c6d5b8cc8d-dirty",
"generatedAt": "2025-09-27T04:02:23.719Z",
"totalAssets": 73,
"totalBytes": 6089734,
"assets": [
Expand Down Expand Up @@ -129,11 +129,11 @@
"bytes": 24762
},
{
"path": "apps/wiki/articles/2024-09-24.md",
"path": "apps/wiki/articles/2025-09-17.md",
"bytes": 1369
},
{
"path": "apps/wiki/articles/2024-09-25.md",
"path": "apps/wiki/articles/2025-09-18.md",
"bytes": 1342
},
{
Expand Down Expand Up @@ -298,8 +298,8 @@
}
],
"commit": {
"hash": "18a27712e8655ec006d288dbcbda8021bf6653fd",
"short": "18a27712e865",
"dirty": false
"hash": "92c6d5b8cc8db85b3f4d8a5493463d778d37ea47",
"short": "92c6d5b8cc8d",
"dirty": true
}
}
Loading