Make Resource Loader server-backed and drop local metadata cache
All checks were successful
Build Org Website / build (push) Successful in 50s

This commit is contained in:
gitea-actions
2026-08-20 14:19:00 +01:00
parent 7a60d33610
commit 4653a2caae
8 changed files with 78 additions and 58 deletions

View File

@@ -80,17 +80,17 @@ flowchart TD
n30 --> n37
n38["Tag: life"]
n30 --> n38
n39["Tag: update"]
n39["Tag: education"]
n30 --> n39
n40["Tag: education"]
n40["Tag: update"]
n30 --> n40
n41["Tag: insights"]
n30 --> n41
n42["Tag: reading"]
n42["Tag: emacs"]
n30 --> n42
n43["Tag: emacs"]
n43["Tag: maths"]
n30 --> n43
n44["Tag: maths"]
n44["Tag: reading"]
n30 --> n44
n45{{"posts"}}
root --> n45
@@ -212,12 +212,12 @@ flowchart TD
click n36 "tags/review.html" "Tag: review"
click n37 "tags/website.html" "Tag: website"
click n38 "tags/life.html" "Tag: life"
click n39 "tags/update.html" "Tag: update"
click n40 "tags/education.html" "Tag: education"
click n39 "tags/education.html" "Tag: education"
click n40 "tags/update.html" "Tag: update"
click n41 "tags/insights.html" "Tag: insights"
click n42 "tags/reading.html" "Tag: reading"
click n43 "tags/emacs.html" "Tag: emacs"
click n44 "tags/maths.html" "Tag: maths"
click n42 "tags/emacs.html" "Tag: emacs"
click n43 "tags/maths.html" "Tag: maths"
click n44 "tags/reading.html" "Tag: reading"
click n46 "posts/posts-intro.html" "Posts Introduction"
click n47 "posts/posts-list.html" "Posts List"
click n49 "posts/career/solid-principles.html" "SOLID Principles"
@@ -302,12 +302,12 @@ flowchart TD
- [[file:tags/review.org][Tag: review]]
- [[file:tags/website.org][Tag: website]]
- [[file:tags/life.org][Tag: life]]
- [[file:tags/update.org][Tag: update]]
- [[file:tags/education.org][Tag: education]]
- [[file:tags/update.org][Tag: update]]
- [[file:tags/insights.org][Tag: insights]]
- [[file:tags/reading.org][Tag: reading]]
- [[file:tags/emacs.org][Tag: emacs]]
- [[file:tags/maths.org][Tag: maths]]
- [[file:tags/reading.org][Tag: reading]]
- posts
- [[file:posts/posts-intro.org][Posts Introduction]]
- [[file:posts/posts-list.org][Posts List]]