Auto commit
All checks were successful
Build Org Website / build (push) Successful in 40s

This commit is contained in:
gitea-actions
2026-08-20 14:03:52 +01:00
parent 0b4a68b81b
commit 7a60d33610
11 changed files with 504 additions and 72 deletions

View File

@@ -82,13 +82,13 @@ flowchart TD
n30 --> n38
n39["Tag: update"]
n30 --> n39
n40["Tag: insights"]
n40["Tag: education"]
n30 --> n40
n41["Tag: emacs"]
n41["Tag: insights"]
n30 --> n41
n42["Tag: education"]
n42["Tag: reading"]
n30 --> n42
n43["Tag: reading"]
n43["Tag: emacs"]
n30 --> n43
n44["Tag: maths"]
n30 --> n44
@@ -160,36 +160,36 @@ flowchart TD
n69 --> n77
n78["Marginalia Machine"]
n69 --> n78
n79{{"rl"}}
n79{{"home"}}
root --> n79
n80["Resource Loader"]
n80["Countdown"]
n79 --> n80
n81{{"home"}}
root --> n81
n82["Countdown"]
n81 --> n82
n83["Backlog"]
n81 --> n83
n84["Competency Status Board"]
n81 --> n84
n85["hidden-soul"]
n81 --> n85
n86["Wird Tracker"]
n81 --> n86
n87["Contact"]
n81 --> n87
n88["Service"]
n81 --> n88
n89["Notes"]
n81 --> n89
n90["Categories"]
n81 --> n90
n91{{"guide"}}
n81 --> n91
n92["Setup"]
n91 --> n92
n93["Wird Tracker — Technical Guide"]
n91 --> n93
n81["Backlog"]
n79 --> n81
n82["Competency Status Board"]
n79 --> n82
n83["hidden-soul"]
n79 --> n83
n84["Wird Tracker"]
n79 --> n84
n85["Contact"]
n79 --> n85
n86["Service"]
n79 --> n86
n87["Notes"]
n79 --> n87
n88["Categories"]
n79 --> n88
n89{{"guide"}}
n79 --> n89
n90["Setup"]
n89 --> n90
n91["Wird Tracker — Technical Guide"]
n89 --> n91
n92{{"rl"}}
root --> n92
n93["Resource Loader"]
n92 --> n93
click n1 "index.html" "Home"
click n2 "recently-updated.html" "Recently Updated"
click n4 "blogs/blogs-intro.html" "Blogs Introduction"
@@ -213,10 +213,10 @@ flowchart TD
click n37 "tags/website.html" "Tag: website"
click n38 "tags/life.html" "Tag: life"
click n39 "tags/update.html" "Tag: update"
click n40 "tags/insights.html" "Tag: insights"
click n41 "tags/emacs.html" "Tag: emacs"
click n42 "tags/education.html" "Tag: education"
click n43 "tags/reading.html" "Tag: reading"
click n40 "tags/education.html" "Tag: education"
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 n46 "posts/posts-intro.html" "Posts Introduction"
click n47 "posts/posts-list.html" "Posts List"
@@ -249,18 +249,18 @@ flowchart TD
click n76 "play/terminal.html" "Archive Terminal"
click n77 "play/study.html" "Study Lamp"
click n78 "play/poem.html" "Marginalia Machine"
click n80 "rl/index.html" "Resource Loader"
click n82 "home/countdown.html" "Countdown"
click n83 "home/backlog.html" "Backlog"
click n84 "home/status.html" "Competency Status Board"
click n85 "home/hidden-soul.html" "hidden-soul"
click n86 "home/wird-tracker.html" "Wird Tracker"
click n87 "home/contact.html" "Contact"
click n88 "home/services.html" "Service"
click n89 "home/notes.html" "Notes"
click n90 "home/categories.html" "Categories"
click n92 "home/guide/setup.html" "Setup"
click n93 "home/guide/wird-tracker-guide.html" "Wird Tracker — Technical Guide"
click n80 "home/countdown.html" "Countdown"
click n81 "home/backlog.html" "Backlog"
click n82 "home/status.html" "Competency Status Board"
click n83 "home/hidden-soul.html" "hidden-soul"
click n84 "home/wird-tracker.html" "Wird Tracker"
click n85 "home/contact.html" "Contact"
click n86 "home/services.html" "Service"
click n87 "home/notes.html" "Notes"
click n88 "home/categories.html" "Categories"
click n90 "home/guide/setup.html" "Setup"
click n91 "home/guide/wird-tracker-guide.html" "Wird Tracker — Technical Guide"
click n93 "rl/index.html" "Resource Loader"
#+end_src
* Pages
@@ -303,10 +303,10 @@ flowchart TD
- [[file:tags/website.org][Tag: website]]
- [[file:tags/life.org][Tag: life]]
- [[file:tags/update.org][Tag: update]]
- [[file:tags/insights.org][Tag: insights]]
- [[file:tags/emacs.org][Tag: emacs]]
- [[file:tags/education.org][Tag: education]]
- [[file:tags/insights.org][Tag: insights]]
- [[file:tags/reading.org][Tag: reading]]
- [[file:tags/emacs.org][Tag: emacs]]
- [[file:tags/maths.org][Tag: maths]]
- posts
- [[file:posts/posts-intro.org][Posts Introduction]]
@@ -342,8 +342,6 @@ flowchart TD
- [[file:play/terminal.org][Archive Terminal]]
- [[file:play/study.org][Study Lamp]]
- [[file:play/poem.org][Marginalia Machine]]
- rl
- [[file:rl/index.org][Resource Loader]]
- home
- [[file:home/countdown.org][Countdown]]
- [[file:home/backlog.org][Backlog]]
@@ -356,4 +354,6 @@ flowchart TD
- [[file:home/categories.org][Categories]]
- guide
- [[file:home/guide/setup.org][Setup]]
- [[file:home/guide/wird-tracker-guide.org][Wird Tracker — Technical Guide]]
- [[file:home/guide/wird-tracker-guide.org][Wird Tracker — Technical Guide]]
- rl
- [[file:rl/index.org][Resource Loader]]