Files
org_web/sitemap.org
gitea-actions cd62a01ec5
All checks were successful
Build Org Website / build (push) Successful in 54s
updates
2026-06-04 14:13:45 +01:00

315 lines
11 KiB
Org Mode
Executable File

#+TITLE: Sitemap
#+OPTIONS: toc:nil num:nil
#+begin_src mermaid
flowchart TD
root(["zxh"])
n1["Home"]
root --> n1
n2["Play"]
root --> n2
n3["Work in progress"]
root --> n3
n4["Recently Updated"]
root --> n4
n5{{"books"}}
root --> n5
n6["Books List"]
n5 --> n6
n7{{"clean-code"}}
n5 --> n7
n8["Clean Code Notes"]
n7 --> n8
n9{{"blogs"}}
root --> n9
n10["Blogs Introduction"]
n9 --> n10
n11["How to publish pages using Org Publish"]
n9 --> n11
n12["Blogs List"]
n9 --> n12
n13{{"home"}}
root --> n13
n14["Countdown"]
n13 --> n14
n15["Backlog"]
n13 --> n15
n16["Competency Status Board"]
n13 --> n16
n17["hidden-soul"]
n13 --> n17
n18["Wird Tracker"]
n13 --> n18
n19["Contact"]
n13 --> n19
n20["Service"]
n13 --> n20
n21["Notes"]
n13 --> n21
n22["Categories"]
n13 --> n22
n23{{"guide"}}
n13 --> n23
n24["Wird Tracker — Technical Guide"]
n23 --> n24
n25["Setup"]
n23 --> n25
n26{{"lima"}}
root --> n26
n27["Lima"]
n26 --> n27
n28{{"tags"}}
root --> n28
n29["Tag: review"]
n28 --> n29
n30["Tag: life"]
n28 --> n30
n31["Tag: introduction"]
n28 --> n31
n32["Tag: learning"]
n28 --> n32
n33["Tag: notes"]
n28 --> n33
n34["Tag: review"]
n28 --> n34
n35["Tag: website"]
n28 --> n35
n36["Tag: life"]
n28 --> n36
n37["Tag: education"]
n28 --> n37
n38["Tag: update"]
n28 --> n38
n39["Tag: insights"]
n28 --> n39
n40["Tag: emacs"]
n28 --> n40
n41["Tag: reading"]
n28 --> n41
n42["Tag: maths"]
n28 --> n42
n43{{"posts"}}
root --> n43
n44["Posts Introduction"]
n43 --> n44
n45["Posts List"]
n43 --> n45
n46{{"career"}}
n43 --> n46
n47["SOLID Principles"]
n46 --> n47
n48["OWASP Top Ten"]
n46 --> n48
n49["Retrospectives"]
n46 --> n49
n50["Lean"]
n46 --> n50
n51["Invest Principles"]
n46 --> n51
n52["Career Introduction"]
n46 --> n52
n53["Management of self training"]
n46 --> n53
n54["Wireframe Designs"]
n46 --> n54
n55["Requirements, features, user stories, tasks, walking skeletons"]
n46 --> n55
n56["Benefits of Normalisation"]
n46 --> n56
n57["Datamarts, Airflow and DAG's"]
n46 --> n57
n58["Probation Objectives:"]
n46 --> n58
n59["Database Permissions, Roles, and Accounts"]
n46 --> n59
n60["Monitoring and Logging"]
n46 --> n60
n61["Pipelines and how they work (as well as CI/CD)"]
n46 --> n61
n62["Restful API"]
n46 --> n62
n63["Understands the Javascript language"]
n46 --> n63
n64["High Availability, Disaster Recovery and Business Continuity"]
n46 --> n64
n65["Cross-Site Scripting (XSS)"]
n46 --> n65
n66["Career List"]
n46 --> n66
n67{{"play"}}
root --> n67
n68["Sigil Press"]
n67 --> n68
n69["Ash Below the Lake"]
n67 --> n69
n70["Timeline Tangle"]
n67 --> n70
n71["Ink Pond"]
n67 --> n71
n72["Supper Wheel"]
n67 --> n72
n73["Bookshelf Sort"]
n67 --> n73
n74["Constellation Desk"]
n67 --> n74
n75["Memory Cabinet"]
n67 --> n75
n76["Archive Terminal"]
n67 --> n76
n77["Study Lamp"]
n67 --> n77
n78["Marginalia Machine"]
n67 --> n78
n79["The Rain Index"]
n67 --> n79
click n1 "index.html" "Home"
click n2 "play.html" "Play"
click n3 "wip.html" "Work in progress"
click n4 "recently-updated.html" "Recently Updated"
click n6 "books/books-list.html" "Books List"
click n8 "books/clean-code/clean-code-notes.html" "Clean Code Notes"
click n10 "blogs/blogs-intro.html" "Blogs Introduction"
click n11 "blogs/publish-pages.html" "How to publish pages using Org Publish"
click n12 "blogs/blogs-list.html" "Blogs List"
click n14 "home/countdown.html" "Countdown"
click n15 "home/backlog.html" "Backlog"
click n16 "home/status.html" "Competency Status Board"
click n17 "home/hidden-soul.html" "hidden-soul"
click n18 "home/wird-tracker.html" "Wird Tracker"
click n19 "home/contact.html" "Contact"
click n20 "home/services.html" "Service"
click n21 "home/notes.html" "Notes"
click n22 "home/categories.html" "Categories"
click n24 "home/guide/wird-tracker-guide.html" "Wird Tracker — Technical Guide"
click n25 "home/guide/setup.html" "Setup"
click n27 "lima/lima-list.html" "Lima"
click n29 "tags/review.sync-conflict-20260328-203248-VT6366A.html" "Tag: review"
click n30 "tags/life.sync-conflict-20260417-233423-VT6366A.html" "Tag: life"
click n31 "tags/introduction.html" "Tag: introduction"
click n32 "tags/learning.html" "Tag: learning"
click n33 "tags/notes.html" "Tag: notes"
click n34 "tags/review.html" "Tag: review"
click n35 "tags/website.html" "Tag: website"
click n36 "tags/life.html" "Tag: life"
click n37 "tags/education.html" "Tag: education"
click n38 "tags/update.html" "Tag: update"
click n39 "tags/insights.html" "Tag: insights"
click n40 "tags/emacs.html" "Tag: emacs"
click n41 "tags/reading.html" "Tag: reading"
click n42 "tags/maths.html" "Tag: maths"
click n44 "posts/posts-intro.html" "Posts Introduction"
click n45 "posts/posts-list.html" "Posts List"
click n47 "posts/career/solid-principles.html" "SOLID Principles"
click n48 "posts/career/owasp.html" "OWASP Top Ten"
click n49 "posts/career/retrospectives.html" "Retrospectives"
click n50 "posts/career/lean.html" "Lean"
click n51 "posts/career/invest-principles.html" "Invest Principles"
click n52 "posts/career/career-intro.html" "Career Introduction"
click n53 "posts/career/management-of-self.html" "Management of self training"
click n54 "posts/career/wireframe-designs.html" "Wireframe Designs"
click n55 "posts/career/requirements-features.html" "Requirements, features, user stories, tasks, walking skeletons"
click n56 "posts/career/normalisation.html" "Benefits of Normalisation"
click n57 "posts/career/airflow.html" "Datamarts, Airflow and DAG's"
click n58 "posts/career/probation-objectives.html" "Probation Objectives:"
click n59 "posts/career/database-permissions.html" "Database Permissions, Roles, and Accounts"
click n60 "posts/career/monitoring-and-logging.html" "Monitoring and Logging"
click n61 "posts/career/pipelines.html" "Pipelines and how they work (as well as CI/CD)"
click n62 "posts/career/restful-api.html" "Restful API"
click n63 "posts/career/javascript.html" "Understands the Javascript language"
click n64 "posts/career/ha-dr.html" "High Availability, Disaster Recovery and Business Continuity"
click n65 "posts/career/cross-site-scripting-xss.html" "Cross-Site Scripting (XSS)"
click n66 "posts/career/career-list.html" "Career List"
click n68 "play/sigil.html" "Sigil Press"
click n69 "play/rpg.html" "Ash Below the Lake"
click n70 "play/timeline.html" "Timeline Tangle"
click n71 "play/ink.html" "Ink Pond"
click n72 "play/recipe.html" "Supper Wheel"
click n73 "play/bookshelf.html" "Bookshelf Sort"
click n74 "play/constellation.html" "Constellation Desk"
click n75 "play/memory.html" "Memory Cabinet"
click n76 "play/terminal.html" "Archive Terminal"
click n77 "play/study.html" "Study Lamp"
click n78 "play/poem.html" "Marginalia Machine"
click n79 "play/the-rain-index.html" "The Rain Index"
#+end_src
* Pages
- [[file:index.org][Home]]
- [[file:play.org][Play]]
- [[file:wip.org][Work in progress]]
- [[file:recently-updated.org][Recently Updated]]
- books
- [[file:books/books-list.org][Books List]]
- clean-code
- [[file:books/clean-code/clean-code-notes.org][Clean Code Notes]]
- blogs
- [[file:blogs/blogs-intro.org][Blogs Introduction]]
- [[file:blogs/publish-pages.org][How to publish pages using Org Publish]]
- [[file:blogs/blogs-list.org][Blogs List]]
- home
- [[file:home/countdown.org][Countdown]]
- [[file:home/backlog.org][Backlog]]
- [[file:home/status.org][Competency Status Board]]
- [[file:home/hidden-soul.org][hidden-soul]]
- [[file:home/wird-tracker.org][Wird Tracker]]
- [[file:home/contact.org][Contact]]
- [[file:home/services.org][Service]]
- [[file:home/notes.org][Notes]]
- [[file:home/categories.org][Categories]]
- guide
- [[file:home/guide/wird-tracker-guide.org][Wird Tracker — Technical Guide]]
- [[file:home/guide/setup.org][Setup]]
- lima
- [[file:lima/lima-list.org][Lima]]
- tags
- [[file:tags/review.sync-conflict-20260328-203248-VT6366A.org][Tag: review]]
- [[file:tags/life.sync-conflict-20260417-233423-VT6366A.org][Tag: life]]
- [[file:tags/introduction.org][Tag: introduction]]
- [[file:tags/learning.org][Tag: learning]]
- [[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/education.org][Tag: education]]
- [[file:tags/update.org][Tag: update]]
- [[file:tags/insights.org][Tag: insights]]
- [[file:tags/emacs.org][Tag: emacs]]
- [[file:tags/reading.org][Tag: reading]]
- [[file:tags/maths.org][Tag: maths]]
- posts
- [[file:posts/posts-intro.org][Posts Introduction]]
- [[file:posts/posts-list.org][Posts List]]
- career
- [[file:posts/career/solid-principles.org][SOLID Principles]]
- [[file:posts/career/owasp.org][OWASP Top Ten]]
- [[file:posts/career/retrospectives.org][Retrospectives]]
- [[file:posts/career/lean.org][Lean]]
- [[file:posts/career/invest-principles.org][Invest Principles]]
- [[file:posts/career/career-intro.org][Career Introduction]]
- [[file:posts/career/management-of-self.org][Management of self training]]
- [[file:posts/career/wireframe-designs.org][Wireframe Designs]]
- [[file:posts/career/requirements-features.org][Requirements, features, user stories, tasks, walking skeletons]]
- [[file:posts/career/normalisation.org][Benefits of Normalisation]]
- [[file:posts/career/airflow.org][Datamarts, Airflow and DAG's]]
- [[file:posts/career/probation-objectives.org][Probation Objectives:]]
- [[file:posts/career/database-permissions.org][Database Permissions, Roles, and Accounts]]
- [[file:posts/career/monitoring-and-logging.org][Monitoring and Logging]]
- [[file:posts/career/pipelines.org][Pipelines and how they work (as well as CI/CD)]]
- [[file:posts/career/restful-api.org][Restful API]]
- [[file:posts/career/javascript.org][Understands the Javascript language]]
- [[file:posts/career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]]
- [[file:posts/career/cross-site-scripting-xss.org][Cross-Site Scripting (XSS)]]
- [[file:posts/career/career-list.org][Career List]]
- 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]]
- [[file:play/terminal.org][Archive Terminal]]
- [[file:play/study.org][Study Lamp]]
- [[file:play/poem.org][Marginalia Machine]]
- [[file:play/the-rain-index.org][The Rain Index]]