Refactor org web content and simplify shared UI
All checks were successful
Build Org Website / build (push) Successful in 44s

This commit is contained in:
gitea-actions
2026-07-29 15:17:17 +01:00
parent db90e9f452
commit 7afc554f5d
31 changed files with 1156 additions and 2198 deletions

View File

@@ -110,13 +110,13 @@ flowchart TD
n46 --> n52
n53["Tag: website"]
n46 --> n53
n54["Tag: life"]
n54["Tag: update"]
n46 --> n54
n55["Tag: update"]
n55["Tag: life"]
n46 --> n55
n56["Tag: insights"]
n56["Tag: education"]
n46 --> n56
n57["Tag: education"]
n57["Tag: insights"]
n46 --> n57
n58["Tag: reading"]
n46 --> n58
@@ -128,32 +128,28 @@ flowchart TD
root --> n61
n62["Sigil Press"]
n61 --> n62
n63["Ash Below the Lake"]
n63["Ink Pond"]
n61 --> n63
n64["Timeline Tangle"]
n64["Bookshelf Sort"]
n61 --> n64
n65["Ink Pond"]
n65["Constellation Desk"]
n61 --> n65
n66["Supper Wheel"]
n66["Memory Cabinet"]
n61 --> n66
n67["Bookshelf Sort"]
n67["Play"]
n61 --> n67
n68["Constellation Desk"]
n68["Archive Terminal"]
n61 --> n68
n69["Memory Cabinet"]
n69["Study Lamp"]
n61 --> n69
n70["Play"]
n70["Marginalia Machine"]
n61 --> n70
n71["Archive Terminal"]
n71["The Rain Index"]
n61 --> n71
n72["Study Lamp"]
n72["The House of Pages"]
n61 --> n72
n73["Marginalia Machine"]
n73["The Archive World"]
n61 --> n73
n74["The Rain Index"]
n61 --> n74
n75["The House of Pages"]
n61 --> n75
click n1 "index.html" "Home"
click n2 "recently-updated.html" "Recently Updated"
click n4 "blogs/blogs-intro.html" "Blogs Introduction"
@@ -200,27 +196,25 @@ flowchart TD
click n51 "tags/notes.html" "Tag: notes"
click n52 "tags/review.html" "Tag: review"
click n53 "tags/website.html" "Tag: website"
click n54 "tags/life.html" "Tag: life"
click n55 "tags/update.html" "Tag: update"
click n56 "tags/insights.html" "Tag: insights"
click n57 "tags/education.html" "Tag: education"
click n54 "tags/update.html" "Tag: update"
click n55 "tags/life.html" "Tag: life"
click n56 "tags/education.html" "Tag: education"
click n57 "tags/insights.html" "Tag: insights"
click n58 "tags/reading.html" "Tag: reading"
click n59 "tags/emacs.html" "Tag: emacs"
click n60 "tags/maths.html" "Tag: maths"
click n62 "play/sigil.html" "Sigil Press"
click n63 "play/rpg.html" "Ash Below the Lake"
click n64 "play/timeline.html" "Timeline Tangle"
click n65 "play/ink.html" "Ink Pond"
click n66 "play/recipe.html" "Supper Wheel"
click n67 "play/bookshelf.html" "Bookshelf Sort"
click n68 "play/constellation.html" "Constellation Desk"
click n69 "play/memory.html" "Memory Cabinet"
click n70 "play/play.html" "Play"
click n71 "play/terminal.html" "Archive Terminal"
click n72 "play/study.html" "Study Lamp"
click n73 "play/poem.html" "Marginalia Machine"
click n74 "play/the-rain-index.html" "The Rain Index"
click n75 "play/house.html" "The House of Pages"
click n63 "play/ink.html" "Ink Pond"
click n64 "play/bookshelf.html" "Bookshelf Sort"
click n65 "play/constellation.html" "Constellation Desk"
click n66 "play/memory.html" "Memory Cabinet"
click n67 "play/play.html" "Play"
click n68 "play/terminal.html" "Archive Terminal"
click n69 "play/study.html" "Study Lamp"
click n70 "play/poem.html" "Marginalia Machine"
click n71 "play/the-rain-index.html" "The Rain Index"
click n72 "play/house.html" "The House of Pages"
click n73 "play/rpg.html" "The Archive World"
#+end_src
* Pages
@@ -277,19 +271,16 @@ flowchart TD
- [[file:tags/notes.org][Tag: notes]]
- [[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/insights.org][Tag: insights]]
- [[file:tags/life.org][Tag: life]]
- [[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]]
- play
- [[file:play/sigil.org][Sigil Press]]
- [[file:play/rpg.org][Ash Below the Lake]]
- [[file:play/timeline.org][Timeline Tangle]]
- [[file:play/ink.org][Ink Pond]]
- [[file:play/recipe.org][Supper Wheel]]
- [[file:play/bookshelf.org][Bookshelf Sort]]
- [[file:play/constellation.org][Constellation Desk]]
- [[file:play/memory.org][Memory Cabinet]]
@@ -298,4 +289,5 @@ flowchart TD
- [[file:play/study.org][Study Lamp]]
- [[file:play/poem.org][Marginalia Machine]]
- [[file:play/the-rain-index.org][The Rain Index]]
- [[file:play/house.org][The House of Pages]]
- [[file:play/house.org][The House of Pages]]
- [[file:play/rpg.org][The Archive World]]