diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index 94d0584..9728846 100755
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -22,13 +22,13 @@ jobs:
runs-on: org-web
env:
- SITE_OUTPUT_DIR: /home/zaine/master-folder/org_files/org_web/output
+ SITE_OUTPUT_DIR: /home/zaine/master-folder/org-platform/org_web/output
steps:
- name: Commit hidden details files on scheduled/manual run
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
run: |
- cd /home/zaine/master-folder/org_files/org_web
+ cd /home/zaine/master-folder/org-platform/org_web
git switch main
@@ -46,7 +46,7 @@ jobs:
- name: Build site
run: |
- cd /home/zaine/master-folder/org_files/org_web
+ cd /home/zaine/master-folder/org-platform/org_web
mkdir -p /home/zaine/logs
SITE_CLEAN=1 make 2>&1 | tee /home/zaine/logs/org-web.log
@@ -56,5 +56,5 @@ jobs:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
API_KEY: ${{ secrets.API_KEY }}
run: |
- cd /home/zaine/master-folder/org_files/org_web
+ cd /home/zaine/master-folder/org-platform/org_web
/snap/bin/pwsh -NoProfile -File ./gitea-build-monitor.ps1
\ No newline at end of file
diff --git a/Makefile b/Makefile
index 097bd65..d071fa7 100755
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PIP := $(VENV)/bin/pip
OUTPUT_DIR ?= $(if $(SITE_OUTPUT_DIR),$(SITE_OUTPUT_DIR),output)
PERM_DIR := /home/zaine/master-folder/projects/scripts/bash-scripts
-AUTHOR_SERVICE_DIR := /home/zaine/master-folder/projects/authoring-service
+AUTHOR_SERVICE_DIR := /home/zaine/master-folder/org-platform/authoring-service
all: set-perms clean-output build search clean-venv
diff --git a/README.md b/README.md
index 7d718c5..5b4e04b 100755
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ The site is written using Emacs and Org-mode, and exported using the `org-publis
## Local authoring UI
-The authoring UI now lives in `/home/zaine/master-folder/projects/authoring-service`.
+The authoring UI now lives in `/home/zaine/master-folder/org-platform/authoring-service`.
Run `make author` from either repository to install and start the user systemd service, then open `http://127.0.0.1:8765` to create or edit blog and post Org files from a browser. When deployed behind the reverse proxy, use `https://author.zainezq.com`.
diff --git a/gitea-build-monitor.log b/gitea-build-monitor.log
index 0175bac..e1636a8 100644
--- a/gitea-build-monitor.log
+++ b/gitea-build-monitor.log
@@ -278,3 +278,22 @@
2026-06-02T09:49:21.9793031+01:00 [INFO] Running authoring server tests with /home/zaine/master-folder/projects/authoring-service/.venv/bin/python.
2026-06-02T09:49:22.0648553+01:00 [INFO] Authoring server tests passed: ran=0, failures=0, errors=0, skipped=0, exit=0
2026-06-02T09:49:22.3736927+01:00 [INFO] Sent authoring server test notification.
+2026-06-02T09:56:51.3475383+01:00 [INFO] Prepared current build status for zaine/org_web: severity=Info, status=success
+2026-06-02T09:56:51.3582668+01:00 [INFO] Fetching recent Gitea Actions runs for zaine/org_web.
+2026-06-02T09:56:51.7720404+01:00 [ERROR] Failed to analyze job 387: Cannot bind argument to parameter 'LogText' because it is an empty string.
+2026-06-02T09:56:52.3324901+01:00 [INFO] Sent build status notification with 1 embed(s).
+2026-06-02T09:56:52.3576956+01:00 [INFO] Running authoring server tests with /home/zaine/master-folder/projects/authoring-service/.venv/bin/python.
+2026-06-02T09:56:52.4325299+01:00 [INFO] Authoring server tests passed: ran=0, failures=0, errors=0, skipped=0, exit=0
+2026-06-02T09:56:52.7025822+01:00 [INFO] Sent authoring server test notification.
+2026-06-03T01:01:31.3390834+01:00 [INFO] Prepared current build status for zaine/org_web: severity=Info, status=success
+2026-06-03T01:01:31.3479616+01:00 [INFO] Fetching recent Gitea Actions runs for zaine/org_web.
+2026-06-03T01:01:32.3971585+01:00 [INFO] Sent build status notification with 1 embed(s).
+2026-06-03T01:01:32.4181227+01:00 [INFO] Running authoring server tests with /home/zaine/master-folder/projects/authoring-service/.venv/bin/python.
+2026-06-03T01:01:32.4988861+01:00 [INFO] Authoring server tests passed: ran=0, failures=0, errors=0, skipped=0, exit=0
+2026-06-03T01:01:32.8231671+01:00 [INFO] Sent authoring server test notification.
+2026-06-04T01:01:57.4575329+01:00 [INFO] Prepared current build status for zaine/org_web: severity=Info, status=success
+2026-06-04T01:01:57.4658607+01:00 [INFO] Fetching recent Gitea Actions runs for zaine/org_web.
+2026-06-04T01:01:58.6994049+01:00 [INFO] Sent build status notification with 1 embed(s).
+2026-06-04T01:01:58.7258829+01:00 [INFO] Running authoring server tests with /home/zaine/master-folder/projects/authoring-service/.venv/bin/python.
+2026-06-04T01:01:58.8178400+01:00 [INFO] Authoring server tests passed: ran=0, failures=0, errors=0, skipped=0, exit=0
+2026-06-04T01:01:59.2561534+01:00 [INFO] Sent authoring server test notification.
diff --git a/gitea-build-monitor.ps1 b/gitea-build-monitor.ps1
index e7b8467..b985051 100755
--- a/gitea-build-monitor.ps1
+++ b/gitea-build-monitor.ps1
@@ -60,9 +60,9 @@ $Config = @{
RetryCount = 3
RetryDelaySeconds = 2
AuthoringTestsEnabled = $true
- AuthoringServiceDirectory = '/home/zaine/master-folder/projects/authoring-service'
+ AuthoringServiceDirectory = '/home/zaine/master-folder/org-platform/authoring-service'
AuthoringTestsPattern = 'test_authoring_server.py'
- AuthoringTestsDirectory = '/home/zaine/master-folder/projects/authoring-service/tests'
+ AuthoringTestsDirectory = '/home/zaine/master-folder/org-platform/authoring-service/tests'
AuthoringTestTimeoutSec = 120
# Tune these patterns to your build tooling.
diff --git a/home/guide/setup.org b/home/guide/setup.org
index 6ccd082..e3652ba 100755
--- a/home/guide/setup.org
+++ b/home/guide/setup.org
@@ -37,7 +37,7 @@ The script is as follows, at the start I have some metadata relating to the file
(require 'package)
- (add-to-list 'load-path "~/master-folder/org_files/org_web/lisp/")
+ (add-to-list 'load-path "~/master-folder/org-platform/org_web/lisp/")
(require 'recently-updated)
(require 'tags)
@@ -59,7 +59,7 @@ The script is as follows, at the start I have some metadata relating to the file
(package-refresh-contents))
(package-install 'htmlize)
- (add-to-list 'load-path "~/master-folder/org_files/org_web/")
+ (add-to-list 'load-path "~/master-folder/org-platform/org_web/")
(require 'htmlize)
(defvar z-shared-head
@@ -234,9 +234,9 @@ The script is as follows, at the start I have some metadata relating to the file
(setq org-publish-project-alist
`(("org-main"
:recursive t
- :base-directory "~/master-folder/org_files/org_web/"
+ :base-directory "~/master-folder/org-platform/org_web/"
:publishing-function z/z-publish-to-html
- :publishing-directory "~/master-folder/org_files/org_web/output"
+ :publishing-directory "~/master-folder/org-platform/org_web/output"
:base-extension "org"
:auto-sitemap t
:sitemap-filename "sitemap.org"
@@ -250,8 +250,8 @@ The script is as follows, at the start I have some metadata relating to the file
("org-categories-sitemap"
:recursive t
- :base-directory "~/master-folder/org_files/org_web/home"
- :publishing-directory "~/master-folder/org_files/org_web/output/home"
+ :base-directory "~/master-folder/org-platform/org_web/home"
+ :publishing-directory "~/master-folder/org-platform/org_web/output/home"
:base-extension "org"
:auto-sitemap t
:sitemap-filename "categories.org"
@@ -262,8 +262,8 @@ The script is as follows, at the start I have some metadata relating to the file
:html-head ,z-shared-head
)
("org-posts"
- :base-directory "~/master-folder/org_files/org_web/posts"
- :publishing-directory "~/master-folder/org_files/org_web/output/posts/"
+ :base-directory "~/master-folder/org-platform/org_web/posts"
+ :publishing-directory "~/master-folder/org-platform/org_web/output/posts/"
:recursive t
:base-extension "org"
:publishing-function z/z-publish-to-html
@@ -283,8 +283,8 @@ The script is as follows, at the start I have some metadata relating to the file
:html-head ,z-shared-head
)
("org-blogs"
- :base-directory "~/master-folder/org_files/org_web/blogs"
- :publishing-directory "~/master-folder/org_files/org_web/output/blogs/"
+ :base-directory "~/master-folder/org-platform/org_web/blogs"
+ :publishing-directory "~/master-folder/org-platform/org_web/output/blogs/"
:recursive t
:base-extension "org"
:publishing-function z/z-publish-to-html
@@ -302,8 +302,8 @@ The script is as follows, at the start I have some metadata relating to the file
:html-head ,z-shared-head
)
("org-books"
- :base-directory "~/master-folder/org_files/org_web/books/"
- :publishing-directory "~/master-folder/org_files/org_web/output/books/"
+ :base-directory "~/master-folder/org-platform/org_web/books/"
+ :publishing-directory "~/master-folder/org-platform/org_web/output/books/"
:recursive t
:base-extension "org"
:publishing-function z/z-publish-to-html
@@ -321,8 +321,8 @@ The script is as follows, at the start I have some metadata relating to the file
:html-head ,z-shared-head
)
("org-2025"
- :base-directory "~/master-folder/org_files/org_web/blogs/2025/"
- :publishing-directory "~/master-folder/org_files/org_web/output/blogs/2025/"
+ :base-directory "~/master-folder/org-platform/org_web/blogs/2025/"
+ :publishing-directory "~/master-folder/org-platform/org_web/output/blogs/2025/"
:recursive t
:base-extension "org"
:publishing-function z/z-publish-to-html
@@ -340,8 +340,8 @@ The script is as follows, at the start I have some metadata relating to the file
:html-head ,z-shared-head
)
("org-career"
- :base-directory "~/master-folder/org_files/org_web/posts/career/"
- :publishing-directory "~/master-folder/org_files/org_web/output/posts/career/"
+ :base-directory "~/master-folder/org-platform/org_web/posts/career/"
+ :publishing-directory "~/master-folder/org-platform/org_web/output/posts/career/"
:recursive t
:base-extension "org"
:publishing-function z/z-publish-to-html
@@ -359,8 +359,8 @@ The script is as follows, at the start I have some metadata relating to the file
:html-head ,z-shared-head
)
("wip-pages"
- :base-directory "~/master-folder/org_files/org_web/"
- :publishing-directory "~/master-folder/org_files/org_web/output/"
+ :base-directory "~/master-folder/org-platform/org_web/"
+ :publishing-directory "~/master-folder/org-platform/org_web/output/"
:recursive t
:base-extension "org"
:publishing-function z/z-publish-to-html
@@ -378,8 +378,8 @@ The script is as follows, at the start I have some metadata relating to the file
:html-head ,z-shared-head
)
("org-tags"
- :base-directory "~/master-folder/org_files/org_web/tags"
- :publishing-directory "~/master-folder/org_files/org_web/output/tags"
+ :base-directory "~/master-folder/org-platform/org_web/tags"
+ :publishing-directory "~/master-folder/org-platform/org_web/output/tags"
:recursive t
:base-extension "org"
:publishing-function org-html-publish-to-html
@@ -389,16 +389,16 @@ The script is as follows, at the start I have some metadata relating to the file
:html-postamble ,z-postamble
:html-head ,z-shared-head)
("org-assets"
- :base-directory "~/master-folder/org_files/org_web/assets/"
+ :base-directory "~/master-folder/org-platform/org_web/assets/"
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|svg\\|pdf\\|woff\\|woff2\\|ttf"
- :publishing-directory "~/master-folder/org_files/org_web/output/assets/"
+ :publishing-directory "~/master-folder/org-platform/org_web/output/assets/"
:recursive t
:publishing-function org-publish-attachment)
))
- (delete-directory "~/master-folder/org_files/org_web/output/" t)
- (delete-directory "~/master-folder/org_files/org_web/tags/" t)
+ (delete-directory "~/master-folder/org-platform/org_web/output/" t)
+ (delete-directory "~/master-folder/org-platform/org_web/tags/" t)
(message "Directory deleted")
(z/write-tag-pages)
@@ -421,7 +421,7 @@ As the project is hosted on Github, I have created a small script that is able t
set -e
# Define paths
- ORG_OUTPUT_DIR="$HOME/master-folder/org_files/org_web/output"
+ ORG_OUTPUT_DIR="$HOME/master-folder/org-platform/org_web/output"
cd "$ORG_OUTPUT_DIR"
diff --git a/org-web-build.log b/org-web-build.log
index 38d0692..7e0162e 100755
--- a/org-web-build.log
+++ b/org-web-build.log
@@ -14,8 +14,8 @@ emacs -Q --script build-site.el
[32m[1m ✓ [0mLoaded sidenotes
[32m[1m ✓ [0mLoaded sitemaps
[2m[1m── Pre-build ───────────────────────────────────────────────────[0m
-[36m INFO [0mSite source root : /home/zaine/master-folder/org_files/org_web/
-[36m INFO [0mSite output root : /home/zaine/master-folder/org_files/org_web/output/
+[36m INFO [0mSite source root : /home/zaine/master-folder/org-platform/org_web/
+[36m INFO [0mSite output root : /home/zaine/master-folder/org-platform/org_web/output/
[33m WARN [0mIntegrity check: missing output/index.html (or sitemap.html)
[33m WARN [0mIntegrity check: missing output/assets/
[33m WARN [0mOutput integrity check failed — timestamp cache is stale
@@ -24,21 +24,21 @@ emacs -Q --script build-site.el
[32m[1m ✓ [0mDeleted .org-timestamps/
[2m[1m── Tag generation ──────────────────────────────────────────────[0m
[32m[1m ✓ [0mTag pages written (12 tags)
-[35m ◈ [0mtag page generation took 2.69s
-[32m[1m ✓ [0mWrote comment page manifest (101 pages)
-[35m ◈ [0mcomment page manifest took 0.36s
+[35m ◈ [0mtag page generation took 2.96s
+[32m[1m ✓ [0mWrote comment page manifest (102 pages)
+[35m ◈ [0mcomment page manifest took 0.34s
[2m[1m── Publishing ──────────────────────────────────────────────────[0m
[36m INFO [0mSITE_FORCE=1 — forcing republish of all files
[34m[1m ──── [0mGenerating recently-updated.org…
-[35m ◈ [0mrecently-updated generation took 0.38s
+[35m ◈ [0mrecently-updated generation took 0.40s
Generating sitemap for Sitemap
-Publishing file /home/zaine/master-folder/org_files/org_web/index.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/wip.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/lima/lima-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/posts-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/posts-intro.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/invest-principles.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/restful-api.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/index.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/wip.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/lima/lima-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/posts-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/posts-intro.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/invest-principles.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/restful-api.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -77,13 +77,14 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/requirements-features.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/airflow.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/wireframe-designs.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/lean.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/career-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/solid-principles.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/javascript.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/requirements-features.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/cross-site-scripting-xss.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/airflow.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/wireframe-designs.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/lean.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/career-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/solid-principles.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/javascript.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -112,16 +113,16 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/pipelines.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/monitoring-and-logging.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/career-intro.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/owasp.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/normalisation.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/management-of-self.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/probation-objectives.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/retrospectives.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/ha-dr.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/database-permissions.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/pipelines.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/monitoring-and-logging.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/career-intro.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/owasp.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/normalisation.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/management-of-self.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/probation-objectives.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/retrospectives.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/ha-dr.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/database-permissions.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -186,8 +187,8 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/play.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/publish-pages.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/publish-pages.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -207,25 +208,25 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/blogs-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/blogs-intro.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/04-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/25-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/18-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/11-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/cooking-dinner-29-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/01-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/15-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/29-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/setting-a-wird-tracker-19-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/installing-emacs-23-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/fixing-the-dag-18-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/training-on-friday-afternoon-27-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/22-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/feeling-sleepy.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/thoughts-on-life-25-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/oversleeping-16-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/more-thoughts-regarding-changes-26-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/blogs-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/blogs-intro.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/04-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/25-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/18-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/11-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/cooking-dinner-29-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/01-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/15-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/29-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/setting-a-wird-tracker-19-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/installing-emacs-23-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/fixing-the-dag-18-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/training-on-friday-afternoon-27-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/22-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/feeling-sleepy.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/thoughts-on-life-25-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/oversleeping-16-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/more-thoughts-regarding-changes-26-03-26.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -233,55 +234,55 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/intellectually-challenging-myself-30-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/08-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/quick-lunch-24-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/comparison-14-04.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/action-plan-07-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/adding-more-wird-22-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/weekly-target-06-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/12-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/april-almost-over-28-04.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/19-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/05-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/sitting-outside-in-the-sun-21-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/wise-words-29-04.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/joining-new-team-meeting-02-04-2026.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/26-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/starting-new-rotation-08-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/ending-the-week-17-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/16-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/making-notes-through-org-noter-06-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/intellectually-challenging-myself-30-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/08-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/quick-lunch-24-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/comparison-14-04.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/action-plan-07-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/adding-more-wird-22-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/weekly-target-06-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/12-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/april-almost-over-28-04.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/19-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/05-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/sitting-outside-in-the-sun-21-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/wise-words-29-04.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/joining-new-team-meeting-02-04-2026.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/26-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/starting-new-rotation-08-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/ending-the-week-17-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/16-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/making-notes-through-org-noter-06-05.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/third-meeting.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/26-02-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/22-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/08-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/15-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/27-02-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/24-02-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/01-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/03-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/back-to-back-meetings-13-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/characters-12-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/10-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/authoring-service-09-05-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/31-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/using-codex-07-05-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/24-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/using-gifs-13-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/sun-soak-01-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/memory-observatory-12-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/poppadoms-num-13-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/working-on-eid-day-27-05-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/17-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/ai-datacamp-08-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/30-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/23-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/third-meeting.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/26-02-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/22-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/08-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/15-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/27-02-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/24-02-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/01-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/03-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/back-to-back-meetings-13-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/characters-12-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/10-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/authoring-service-09-05-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/31-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/using-codex-07-05-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/24-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/using-gifs-13-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/sun-soak-01-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/memory-observatory-12-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/poppadoms-num-13-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/working-on-eid-day-27-05-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/17-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/ai-datacamp-08-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/30-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/23-11-week-review.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -289,23 +290,23 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/16-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/02-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/09-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/wacom-with-arch.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/zettelkasten.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/benefits-of-reading.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/spending-the-whole-day-on-this-website.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/16-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/02-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/09-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/wacom-with-arch.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/zettelkasten.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/benefits-of-reading.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/spending-the-whole-day-on-this-website.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/third-time.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/what-do-i-want-to-do-with-emacs.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/hilberts.hotel.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/14-12-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/28-12-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/07-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/third-time.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/what-do-i-want-to-do-with-emacs.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/hilberts.hotel.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/14-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/28-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/07-12-week-review.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -317,60 +318,60 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/21-12-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/introduction.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/website.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/notes.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/life.sync-conflict-20260417-233423-VT6366A.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/life.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/reading.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/review.sync-conflict-20260328-203248-VT6366A.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/learning.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/insights.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/update.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/maths.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/education.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/emacs.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/poem.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/study.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/terminal.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/forgotten-draft.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/patience-game.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/memory.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/constellation.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/family-layer-index.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/left-behind.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/bookshelf.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/recipe.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/young-z-desk.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/the-rain-index.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/terminal-cupboard.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/ink.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/aphy-console.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/lima-note.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/kitchen-light.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/future-log.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/train-platform.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/timeline.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/radio-room.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/rpg.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/corrupted-recipe.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/do-not-open.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/sigil.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/dream-corridor.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/sensei-garden.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/cassette-log.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/guestbook-1999.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/sitemap.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/notes.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/services.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/countdown.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/backlog.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/contact.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/categories.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/wird-tracker.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/guide/wird-tracker-guide.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/21-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/introduction.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/website.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/notes.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/life.sync-conflict-20260417-233423-VT6366A.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/life.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/reading.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/review.sync-conflict-20260328-203248-VT6366A.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/learning.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/insights.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/update.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/maths.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/education.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/emacs.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/poem.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/study.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/terminal.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/forgotten-draft.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/patience-game.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/memory.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/constellation.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/family-layer-index.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/left-behind.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/bookshelf.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/recipe.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/young-z-desk.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/the-rain-index.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/terminal-cupboard.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/ink.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/aphy-console.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/lima-note.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/kitchen-light.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/future-log.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/train-platform.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/timeline.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/radio-room.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/rpg.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/corrupted-recipe.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/do-not-open.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/sigil.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/dream-corridor.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/sensei-garden.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/cassette-log.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/guestbook-1999.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/sitemap.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/notes.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/services.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/countdown.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/backlog.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/contact.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/categories.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/wird-tracker.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/guide/wird-tracker-guide.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -431,7 +432,7 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/home/guide/setup.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/guide/setup.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -450,10 +451,10 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/home/hidden-soul.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/status.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/books/books-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/books/clean-code/clean-code-notes.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/hidden-soul.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/status.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/books/books-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/books/clean-code/clean-code-notes.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -530,171 +531,172 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/recently-updated.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/recently-updated.org using ‘z/z-publish-to-html’
Resetting org-publish-cache
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/hzone/patpat.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/hzone/2026-05-09-screen-shot-2025-11-10-at-18-02-10-fullpage.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/probation-objectives/probation-objectives-2.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/probation-objectives/probation-objectives-4.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/probation-objectives/probation-objectives-1.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/probation-objectives/probation-objectives-5.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/probation-objectives/rotation-calendar.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/probation-objectives/probation-objectives-3.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-05-24-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-05-31-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-03-15-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-02-01-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-05-17-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-03-29-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-05-10-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-03-22-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-04-26-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-02-15-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-04-12-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-03-01-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-03-08-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-02-08-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-04-05-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-02-22-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-04-19-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/timesheets/2026-05-03-timesheet.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/30-11-25-daily-retros.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/16-11-25-daily-retros.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/c-sharp-vehicle-breakpoints.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/journeys-api-side-by-side-upgrade.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/07-12-25-daily-retros.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/23-11-2025-vnc.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/23-11-2025-reader.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/PDT-bruno-vehicle-web-api.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/15-11-2025-guac.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/30-11-2025-acutal.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/02-12-25-retros.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/competencies/dev-plan-09-11-25.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/competencies/competencies-09-11-25.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/23-11-2025-netdata.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/23-11-25-daily-retros.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/reviews/competency-powerbi-report.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-03-29-dinner-3.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-03-29-dinner-1.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-13-image.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-09-discord-alterts-gitea.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-12-screenshot-2026-05-12-163301.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-04-02-slack.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-01-sun.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-03-29-dinner-2.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-09-gitea-pipelines.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-27-screenshot-2026-05-27-160508.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-03-23-install-emacs.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-13-screenshot-2026-05-13-131807.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-03-12-journeys-branch.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-03-18-slack-dag-manager.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-09-authoring-service.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-12-lima.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-08-ai-pubs-history-2.webp using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-13-spinning-spin.webp using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-13-poppadoms.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-03-24-lunch.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-08-time-to-100m-pic.webp using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/blogs/2026-05-13-200.gif using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/1_to_2.svg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/240226-pr.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/lima-third-meeting.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/27-02-26-xserver.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/26-02-26-di-errors.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/syntax/not_clutter.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/syntax/assets.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/syntax/filebrowser.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/org-roam-ui-graph.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/26-02-26-di-errors-2.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/2025-11-10-Aware-of-the-Benefits-of-Normalisation.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/2025-11-15-airflow.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/2026-01-17-datamart-high-level.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/2025-10-10-user_stories.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/2026-01-17-high-level-dora.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/2025-10-10-stress-in-workplace.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/owasp/swappy-20251106-214709.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/owasp/Screenshot 2025-10-16 134457.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/owasp/swappy-20251106-214700.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/owasp/swappy-20251106-214717.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/owasp/Screenshot 2025-10-16 134512.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/owasp/swappy-20251106-214613.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/owasp/Screenshot 2025-10-16 134438.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/owasp/Screenshot 2025-10-16 134403.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/owasp/swappy-20251106-214648.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/2025-12-02-retros.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/2025-11-05-retrospective_boat_model.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/2026-01-17-airflow-flow.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 120203.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 112206.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 115621.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 120038.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 112139.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 115949.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 112427.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/career/2026-03-05-api-protocols.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/images/gr.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/fonts/NotoSans-Regular.ttf using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/fonts/times.ttf using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/fonts/Roboto-Regular.ttf using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/org-syntax.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/comments.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/wird-tracker.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/media.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/style.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/bigger-picture.min.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/zhd.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/hidden-details.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/misc.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/kanban.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/styles/play.css using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/avatars/sensei-chi.jpeg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/avatars/z.jpeg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/avatars/lima.jpg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/avatars/young-z.jpeg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/avatars/aphy.jpeg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/avatars/future-z.jpeg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/23-11-2025-retrospectives.svg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/30-11-2025-retrospectives.svg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/25-01-26-retro.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/18-01-26-retro.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/09-11-2025-nginx-architecture.svg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/elt-yed.svg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/2025-08-08-emacs.svg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/10-08-2025-weekly-review.svg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/07-12-2025-retrospectives.svg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/09-11-2025-retrospectives.svg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/sketchnotes/16-11-2025-retrospectives.svg using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/competency-status-board.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/lunr.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/wird-tracker.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/zhd.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/notes.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/bigger-picture.min.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/comments.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/sitemap-interactive.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/script.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/svg-pan-zoom.min.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/play.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/mermaid.min.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/gallery-init.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/search.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/hidden-details.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/scripts/ash-below-lake.js using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/icons/apple-touch-icon.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/icons/pen-icon.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/icons/icons8-z-key-64.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/icons/icons8-favicon-50.png using ‘org-publish-attachment’
-Publishing file /home/zaine/master-folder/org_files/org_web/assets/icons/icons8-film-tape-100.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/hzone/patpat.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/hzone/2026-05-09-screen-shot-2025-11-10-at-18-02-10-fullpage.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/probation-objectives/probation-objectives-2.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/probation-objectives/probation-objectives-4.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/probation-objectives/probation-objectives-1.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/probation-objectives/probation-objectives-5.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/probation-objectives/rotation-calendar.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/probation-objectives/probation-objectives-3.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-05-24-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-05-31-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-03-15-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-02-01-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-05-17-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-03-29-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-05-10-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-03-22-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-04-26-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-02-15-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-04-12-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-03-01-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-03-08-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-02-08-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-04-05-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-02-22-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-04-19-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/timesheets/2026-05-03-timesheet.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/30-11-25-daily-retros.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/16-11-25-daily-retros.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/c-sharp-vehicle-breakpoints.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/journeys-api-side-by-side-upgrade.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/07-12-25-daily-retros.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/23-11-2025-vnc.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/23-11-2025-reader.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/PDT-bruno-vehicle-web-api.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/15-11-2025-guac.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/30-11-2025-acutal.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/02-12-25-retros.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/competencies/dev-plan-09-11-25.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/competencies/competencies-09-11-25.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/23-11-2025-netdata.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/23-11-25-daily-retros.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/reviews/competency-powerbi-report.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-03-29-dinner-3.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-03-29-dinner-1.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-13-image.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-09-discord-alterts-gitea.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-12-screenshot-2026-05-12-163301.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-04-02-slack.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-01-sun.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-03-29-dinner-2.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-09-gitea-pipelines.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-27-screenshot-2026-05-27-160508.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-03-23-install-emacs.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-13-screenshot-2026-05-13-131807.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-03-12-journeys-branch.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-03-18-slack-dag-manager.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-09-authoring-service.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-12-lima.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-08-ai-pubs-history-2.webp using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-13-spinning-spin.webp using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-13-poppadoms.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-03-24-lunch.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-08-time-to-100m-pic.webp using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/blogs/2026-05-13-200.gif using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/1_to_2.svg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/240226-pr.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/lima-third-meeting.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/27-02-26-xserver.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/26-02-26-di-errors.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/syntax/not_clutter.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/syntax/assets.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/syntax/filebrowser.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/org-roam-ui-graph.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/26-02-26-di-errors-2.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2025-11-10-Aware-of-the-Benefits-of-Normalisation.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2025-11-15-airflow.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2026-01-17-datamart-high-level.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2025-10-10-user_stories.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2026-01-17-high-level-dora.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2025-10-10-stress-in-workplace.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/owasp/swappy-20251106-214709.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/owasp/Screenshot 2025-10-16 134457.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/owasp/swappy-20251106-214700.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/owasp/swappy-20251106-214717.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/owasp/Screenshot 2025-10-16 134512.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/owasp/swappy-20251106-214613.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/owasp/Screenshot 2025-10-16 134438.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/owasp/Screenshot 2025-10-16 134403.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/owasp/swappy-20251106-214648.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2025-12-02-retros.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2025-11-05-retrospective_boat_model.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2026-06-01-xss-attack.webp using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2026-01-17-airflow-flow.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 120203.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 112206.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 115621.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 120038.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 112139.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 115949.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/wireframes/Screenshot 2025-10-31 112427.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/career/2026-03-05-api-protocols.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/images/gr.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/fonts/NotoSans-Regular.ttf using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/fonts/times.ttf using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/fonts/Roboto-Regular.ttf using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/org-syntax.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/comments.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/wird-tracker.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/media.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/style.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/bigger-picture.min.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/zhd.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/hidden-details.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/misc.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/kanban.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/styles/play.css using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/avatars/sensei-chi.jpeg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/avatars/z.jpeg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/avatars/lima.jpg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/avatars/young-z.jpeg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/avatars/aphy.jpeg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/avatars/future-z.jpeg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/23-11-2025-retrospectives.svg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/30-11-2025-retrospectives.svg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/25-01-26-retro.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/18-01-26-retro.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/09-11-2025-nginx-architecture.svg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/elt-yed.svg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/2025-08-08-emacs.svg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/10-08-2025-weekly-review.svg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/07-12-2025-retrospectives.svg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/09-11-2025-retrospectives.svg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/sketchnotes/16-11-2025-retrospectives.svg using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/competency-status-board.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/lunr.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/wird-tracker.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/zhd.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/notes.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/bigger-picture.min.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/comments.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/sitemap-interactive.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/script.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/svg-pan-zoom.min.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/play.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/mermaid.min.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/gallery-init.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/search.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/hidden-details.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/scripts/ash-below-lake.js using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/icons/apple-touch-icon.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/icons/pen-icon.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/icons/icons8-z-key-64.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/icons/icons8-favicon-50.png using ‘org-publish-attachment’
+Publishing file /home/zaine/master-folder/org-platform/org_web/assets/icons/icons8-film-tape-100.png using ‘org-publish-attachment’
Resetting org-publish-cache
Generating sitemap for Categories
-Publishing file /home/zaine/master-folder/org_files/org_web/home/notes.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/services.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/countdown.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/backlog.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/contact.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/categories.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/wird-tracker.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/guide/wird-tracker-guide.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/notes.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/services.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/countdown.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/backlog.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/contact.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/categories.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/wird-tracker.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/guide/wird-tracker-guide.org using ‘org-html-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -755,7 +757,7 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/home/guide/setup.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/guide/setup.org using ‘org-html-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -774,14 +776,14 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/home/hidden-soul.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/status.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/hidden-soul.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/status.org using ‘org-html-publish-to-html’
Resetting org-publish-cache
Generating sitemap for Posts List
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/posts-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/posts-intro.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/invest-principles.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/restful-api.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/posts-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/posts-intro.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/invest-principles.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/restful-api.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -820,13 +822,14 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/requirements-features.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/airflow.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/wireframe-designs.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/lean.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/career-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/solid-principles.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/javascript.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/requirements-features.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/cross-site-scripting-xss.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/airflow.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/wireframe-designs.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/lean.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/career-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/solid-principles.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/javascript.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -855,16 +858,16 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/pipelines.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/monitoring-and-logging.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/career-intro.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/owasp.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/normalisation.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/management-of-self.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/probation-objectives.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/retrospectives.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/ha-dr.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/database-permissions.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/pipelines.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/monitoring-and-logging.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/career-intro.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/owasp.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/normalisation.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/management-of-self.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/probation-objectives.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/retrospectives.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/ha-dr.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/database-permissions.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -931,7 +934,7 @@ Htmlizing nil...
Htmlizing nil...done
Resetting org-publish-cache
Generating sitemap for Blogs List
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/publish-pages.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/publish-pages.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -951,25 +954,25 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/blogs-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/blogs-intro.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/04-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/25-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/18-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/11-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/cooking-dinner-29-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/01-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/15-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/29-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/setting-a-wird-tracker-19-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/installing-emacs-23-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/fixing-the-dag-18-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/training-on-friday-afternoon-27-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/22-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/feeling-sleepy.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/thoughts-on-life-25-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/oversleeping-16-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/more-thoughts-regarding-changes-26-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/blogs-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/blogs-intro.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/04-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/25-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/18-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/11-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/cooking-dinner-29-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/01-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/15-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/29-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/setting-a-wird-tracker-19-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/installing-emacs-23-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/fixing-the-dag-18-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/training-on-friday-afternoon-27-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/22-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/feeling-sleepy.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/thoughts-on-life-25-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/oversleeping-16-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/more-thoughts-regarding-changes-26-03-26.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -977,55 +980,55 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/intellectually-challenging-myself-30-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/08-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/quick-lunch-24-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/comparison-14-04.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/action-plan-07-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/adding-more-wird-22-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/weekly-target-06-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/12-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/april-almost-over-28-04.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/19-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/05-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/sitting-outside-in-the-sun-21-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/wise-words-29-04.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/joining-new-team-meeting-02-04-2026.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/26-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/starting-new-rotation-08-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/ending-the-week-17-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/16-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/making-notes-through-org-noter-06-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/intellectually-challenging-myself-30-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/08-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/quick-lunch-24-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/comparison-14-04.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/action-plan-07-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/adding-more-wird-22-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/weekly-target-06-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/12-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/april-almost-over-28-04.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/19-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/05-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/sitting-outside-in-the-sun-21-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/wise-words-29-04.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/joining-new-team-meeting-02-04-2026.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/26-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/starting-new-rotation-08-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/ending-the-week-17-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/16-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/making-notes-through-org-noter-06-05.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/third-meeting.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/26-02-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/22-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/08-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/15-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/27-02-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/24-02-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/01-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/03-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/back-to-back-meetings-13-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/characters-12-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/10-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/authoring-service-09-05-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/31-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/using-codex-07-05-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/24-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/using-gifs-13-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/sun-soak-01-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/memory-observatory-12-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/poppadoms-num-13-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/working-on-eid-day-27-05-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/17-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/ai-datacamp-08-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/30-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/23-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/third-meeting.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/26-02-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/22-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/08-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/15-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/27-02-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/24-02-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/01-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/03-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/back-to-back-meetings-13-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/characters-12-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/10-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/authoring-service-09-05-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/31-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/using-codex-07-05-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/24-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/using-gifs-13-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/sun-soak-01-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/memory-observatory-12-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/poppadoms-num-13-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/working-on-eid-day-27-05-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/17-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/ai-datacamp-08-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/30-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/23-11-week-review.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -1033,23 +1036,23 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/16-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/02-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/09-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/wacom-with-arch.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/zettelkasten.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/benefits-of-reading.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/spending-the-whole-day-on-this-website.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/16-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/02-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/09-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/wacom-with-arch.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/zettelkasten.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/benefits-of-reading.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/spending-the-whole-day-on-this-website.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/third-time.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/what-do-i-want-to-do-with-emacs.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/hilberts.hotel.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/14-12-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/28-12-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/07-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/third-time.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/what-do-i-want-to-do-with-emacs.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/hilberts.hotel.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/14-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/28-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/07-12-week-review.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -1061,11 +1064,11 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/21-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/21-12-week-review.org using ‘z/z-publish-to-html’
Resetting org-publish-cache
Generating sitemap for Books List
-Publishing file /home/zaine/master-folder/org_files/org_web/books/books-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/books/clean-code/clean-code-notes.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/books/books-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/books/clean-code/clean-code-notes.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -1144,8 +1147,8 @@ Htmlizing nil...
Htmlizing nil...done
Resetting org-publish-cache
Generating sitemap for Career List
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/invest-principles.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/restful-api.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/invest-principles.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/restful-api.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -1184,13 +1187,14 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/requirements-features.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/airflow.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/wireframe-designs.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/lean.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/career-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/solid-principles.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/javascript.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/requirements-features.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/cross-site-scripting-xss.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/airflow.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/wireframe-designs.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/lean.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/career-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/solid-principles.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/javascript.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -1219,16 +1223,16 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/pipelines.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/monitoring-and-logging.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/career-intro.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/owasp.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/normalisation.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/management-of-self.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/probation-objectives.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/retrospectives.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/ha-dr.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/database-permissions.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/pipelines.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/monitoring-and-logging.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/career-intro.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/owasp.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/normalisation.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/management-of-self.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/probation-objectives.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/retrospectives.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/ha-dr.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/database-permissions.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -1295,13 +1299,13 @@ Htmlizing nil...
Htmlizing nil...done
Resetting org-publish-cache
Generating sitemap for Work in progress
-Publishing file /home/zaine/master-folder/org_files/org_web/index.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/wip.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/lima/lima-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/posts-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/posts-intro.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/invest-principles.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/restful-api.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/index.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/wip.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/lima/lima-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/posts-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/posts-intro.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/invest-principles.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/restful-api.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -1340,13 +1344,14 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/requirements-features.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/airflow.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/wireframe-designs.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/lean.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/career-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/solid-principles.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/javascript.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/requirements-features.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/cross-site-scripting-xss.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/airflow.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/wireframe-designs.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/lean.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/career-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/solid-principles.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/javascript.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -1375,16 +1380,16 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/pipelines.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/monitoring-and-logging.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/career-intro.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/owasp.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/normalisation.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/management-of-self.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/probation-objectives.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/retrospectives.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/ha-dr.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/posts/career/database-permissions.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/pipelines.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/monitoring-and-logging.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/career-intro.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/owasp.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/normalisation.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/management-of-self.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/probation-objectives.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/retrospectives.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/ha-dr.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/posts/career/database-permissions.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -1449,8 +1454,8 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/play.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/publish-pages.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/publish-pages.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -1470,25 +1475,25 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/blogs-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/blogs-intro.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/04-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/25-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/18-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/01-january/11-01-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/cooking-dinner-29-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/01-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/15-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/29-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/setting-a-wird-tracker-19-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/installing-emacs-23-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/fixing-the-dag-18-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/training-on-friday-afternoon-27-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/22-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/feeling-sleepy.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/thoughts-on-life-25-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/oversleeping-16-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/more-thoughts-regarding-changes-26-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/blogs-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/blogs-intro.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/04-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/25-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/18-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/01-january/11-01-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/cooking-dinner-29-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/01-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/15-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/29-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/setting-a-wird-tracker-19-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/installing-emacs-23-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/fixing-the-dag-18-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/training-on-friday-afternoon-27-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/22-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/feeling-sleepy.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/thoughts-on-life-25-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/oversleeping-16-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/more-thoughts-regarding-changes-26-03-26.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -1496,55 +1501,55 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/intellectually-challenging-myself-30-03-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/08-03-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/03-march/quick-lunch-24-03.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/comparison-14-04.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/action-plan-07-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/adding-more-wird-22-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/weekly-target-06-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/12-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/april-almost-over-28-04.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/19-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/05-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/sitting-outside-in-the-sun-21-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/wise-words-29-04.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/joining-new-team-meeting-02-04-2026.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/26-04-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/starting-new-rotation-08-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/ending-the-week-17-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/16-04-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/04-april/making-notes-through-org-noter-06-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/intellectually-challenging-myself-30-03-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/08-03-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/03-march/quick-lunch-24-03.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/comparison-14-04.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/action-plan-07-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/adding-more-wird-22-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/weekly-target-06-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/12-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/april-almost-over-28-04.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/19-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/05-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/sitting-outside-in-the-sun-21-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/wise-words-29-04.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/joining-new-team-meeting-02-04-2026.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/26-04-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/starting-new-rotation-08-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/ending-the-week-17-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/16-04-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/04-april/making-notes-through-org-noter-06-05.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/third-meeting.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/26-02-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/22-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/08-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/15-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/27-02-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/24-02-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/02-february/01-02-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/03-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/back-to-back-meetings-13-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/characters-12-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/10-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/authoring-service-09-05-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/31-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/using-codex-07-05-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/24-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/using-gifs-13-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/sun-soak-01-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/memory-observatory-12-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/poppadoms-num-13-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/working-on-eid-day-27-05-26.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/17-05-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/ai-datacamp-08-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/30-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/23-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/third-meeting.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/26-02-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/22-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/08-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/15-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/27-02-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/24-02-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/02-february/01-02-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/03-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/back-to-back-meetings-13-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/characters-12-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/10-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/authoring-service-09-05-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/31-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/using-codex-07-05-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/24-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/using-gifs-13-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/sun-soak-01-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/memory-observatory-12-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/poppadoms-num-13-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/working-on-eid-day-27-05-26.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/17-05-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/ai-datacamp-08-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2026/05-may/having-a-daily-checkpoint-s-12-05.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/30-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/23-11-week-review.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -1552,23 +1557,23 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/16-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/02-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/11-november/09-11-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/wacom-with-arch.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/zettelkasten.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/benefits-of-reading.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/spending-the-whole-day-on-this-website.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/16-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/02-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/11-november/09-11-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/wacom-with-arch.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/zettelkasten.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/benefits-of-reading.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/spending-the-whole-day-on-this-website.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/third-time.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/what-do-i-want-to-do-with-emacs.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/08-august/hilberts.hotel.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/14-12-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/28-12-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/07-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/third-time.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/what-do-i-want-to-do-with-emacs.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/08-august/hilberts.hotel.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/14-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/28-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/07-12-week-review.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -1580,60 +1585,60 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/blogs/2025/12-december/21-12-week-review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/introduction.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/website.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/notes.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/life.sync-conflict-20260417-233423-VT6366A.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/life.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/reading.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/review.sync-conflict-20260328-203248-VT6366A.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/learning.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/insights.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/review.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/update.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/maths.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/education.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/emacs.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/poem.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/study.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/terminal.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/forgotten-draft.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/patience-game.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/memory.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/constellation.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/family-layer-index.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/left-behind.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/bookshelf.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/recipe.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/young-z-desk.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/the-rain-index.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/terminal-cupboard.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/ink.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/aphy-console.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/lima-note.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/kitchen-light.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/future-log.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/train-platform.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/timeline.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/radio-room.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/rpg.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/corrupted-recipe.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/do-not-open.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/sigil.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/dream-corridor.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/sensei-garden.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/cassette-log.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/play/guestbook-1999.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/sitemap.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/notes.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/services.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/countdown.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/backlog.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/contact.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/categories.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/wird-tracker.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/guide/wird-tracker-guide.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/blogs/2025/12-december/21-12-week-review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/introduction.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/website.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/notes.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/life.sync-conflict-20260417-233423-VT6366A.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/life.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/reading.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/review.sync-conflict-20260328-203248-VT6366A.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/learning.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/insights.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/review.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/update.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/maths.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/education.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/emacs.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/poem.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/study.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/terminal.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/forgotten-draft.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/patience-game.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/memory.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/constellation.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/family-layer-index.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/left-behind.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/bookshelf.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/recipe.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/young-z-desk.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/the-rain-index.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/terminal-cupboard.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/ink.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/aphy-console.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/lima-note.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/kitchen-light.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/future-log.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/train-platform.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/timeline.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/radio-room.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/rpg.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/corrupted-recipe.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/do-not-open.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/sigil.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/dream-corridor.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/sensei-garden.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/cassette-log.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/play/guestbook-1999.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/sitemap.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/notes.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/services.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/countdown.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/backlog.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/contact.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/categories.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/wird-tracker.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/guide/wird-tracker-guide.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -1694,7 +1699,7 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/home/guide/setup.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/guide/setup.org using ‘z/z-publish-to-html’
Setting up indent for shell type zsh
Indentation variables are now local.
Indentation setup for shell type zsh
@@ -1713,10 +1718,10 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/home/hidden-soul.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/home/status.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/books/books-list.org using ‘z/z-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/books/clean-code/clean-code-notes.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/hidden-soul.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/home/status.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/books/books-list.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/books/clean-code/clean-code-notes.org using ‘z/z-publish-to-html’
Fontifing nil...
Fontifing nil...done
Htmlizing nil...
@@ -1793,32 +1798,32 @@ Fontifing nil...
Fontifing nil...done
Htmlizing nil...
Htmlizing nil...done
-Publishing file /home/zaine/master-folder/org_files/org_web/recently-updated.org using ‘z/z-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/recently-updated.org using ‘z/z-publish-to-html’
Resetting org-publish-cache
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/introduction.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/website.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/notes.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/life.sync-conflict-20260417-233423-VT6366A.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/life.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/reading.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/review.sync-conflict-20260328-203248-VT6366A.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/learning.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/insights.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/review.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/update.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/maths.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/education.org using ‘org-html-publish-to-html’
-Publishing file /home/zaine/master-folder/org_files/org_web/tags/emacs.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/introduction.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/website.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/notes.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/life.sync-conflict-20260417-233423-VT6366A.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/life.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/reading.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/review.sync-conflict-20260328-203248-VT6366A.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/learning.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/insights.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/review.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/update.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/maths.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/education.org using ‘org-html-publish-to-html’
+Publishing file /home/zaine/master-folder/org-platform/org_web/tags/emacs.org using ‘org-html-publish-to-html’
Resetting org-publish-cache
Generating sitemap for Lima
-Publishing file /home/zaine/master-folder/org_files/org_web/lima/index.md using ‘z/publish-lima-file’
-Publishing file /home/zaine/master-folder/org_files/org_web/lima/lima-list.org using ‘z/publish-lima-file’
-Publishing file /home/zaine/master-folder/org_files/org_web/lima/instructions.md using ‘z/publish-lima-file’
-[35m ◈ [0morg-publish-all took 33.24s
-[35m ◈ [0masset sync took 0.05s
+Publishing file /home/zaine/master-folder/org-platform/org_web/lima/index.md using ‘z/publish-lima-file’
+Publishing file /home/zaine/master-folder/org-platform/org_web/lima/lima-list.org using ‘z/publish-lima-file’
+Publishing file /home/zaine/master-folder/org-platform/org_web/lima/instructions.md using ‘z/publish-lima-file’
+[35m ◈ [0morg-publish-all took 37.08s
+[35m ◈ [0masset sync took 0.04s
[2m[1m── Build summary ───────────────────────────────────────────────[0m
-[35m ◈ [0mTotal elapsed : 36.79s
-[35m ◈ [0mHTML files output: 165
+[35m ◈ [0mTotal elapsed : 40.87s
+[35m ◈ [0mHTML files output: 166
[35m ◈ [0mCSS files output: 11
[35m ◈ [0mJS files output: 16
[35m ◈ [0mTag pages output: 14
@@ -1832,10 +1837,10 @@ Collecting lxml
Using cached lxml-6.1.1-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (5.3 MB)
Collecting legacy-cgi
Using cached legacy_cgi-2.6.4-py3-none-any.whl (20 kB)
-Collecting typing-extensions>=4.0.0
- Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Collecting soupsieve>=1.6.1
Using cached soupsieve-2.8.4-py3-none-any.whl (37 kB)
+Collecting typing-extensions>=4.0.0
+ Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: typing-extensions, soupsieve, lxml, legacy-cgi, beautifulsoup4
Successfully installed beautifulsoup4-4.14.3 legacy-cgi-2.6.4 lxml-6.1.1 soupsieve-2.8.4 typing-extensions-4.15.0
Generating search index
diff --git a/posts/posts-list.org b/posts/posts-list.org
index 3d398ac..546036f 100755
--- a/posts/posts-list.org
+++ b/posts/posts-list.org
@@ -4,7 +4,7 @@
See the categories: @@html:Categories@@
* Posts:
-- [[file:career/career-list.org][Career List]] @@html:02-06-2026 01:01@@
+- [[file:career/career-list.org][Career List]] @@html:04-06-2026 14:07@@
- [[file:career/cross-site-scripting-xss.org][Cross-Site Scripting (XSS)]] @@html:01-06-2026 10:21@@ @@html:learning@@ @@html:notes@@
- [[file:career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] @@html:11-03-2026 17:18@@ @@html:learning@@ @@html:notes@@
- [[file:career/javascript.org][Understands the Javascript language]] @@html:11-03-2026 16:52@@ @@html:learning@@ @@html:notes@@
diff --git a/publish-and-push.sh b/publish-and-push.sh
index 8d92197..d4da7f3 100755
--- a/publish-and-push.sh
+++ b/publish-and-push.sh
@@ -4,7 +4,7 @@
set -e
# Define paths
-ORG_OUTPUT_DIR="$HOME/master-folder/org_files/org_web/output"
+ORG_OUTPUT_DIR="$HOME/master-folder/org-platform/org_web/output"
cd "$ORG_OUTPUT_DIR"
diff --git a/recently-updated.org b/recently-updated.org
index eb1933b..7f201ec 100755
--- a/recently-updated.org
+++ b/recently-updated.org
@@ -2,6 +2,7 @@
#+OPTIONS: toc:nil num:nil
* Recently Updated (top 26 files)
+- [[file:home/guide/setup.org][Setup]] @@html:2026-06-04 12:54@@
- [[file:posts/career/cross-site-scripting-xss.org][Cross-Site Scripting (XSS)]] @@html:2026-06-01 10:21@@
- [[file:blogs/2026/05-may/31-05-week-review.org][[31-05-2026] - Weekly Review]] @@html:2026-05-31 12:00@@
- [[file:blogs/2026/05-may/working-on-eid-day-27-05-26.org][Working on Eid day]] @@html:2026-05-27 16:02@@
@@ -21,7 +22,6 @@
- [[file:home/hidden-soul.org][hidden-soul]] @@html:2026-05-11 16:07@@
- [[file:home/contact.org][Contact]] @@html:2026-05-11 16:07@@
- [[file:home/guide/wird-tracker-guide.org][Wird Tracker — Technical Guide]] @@html:2026-05-11 16:07@@
-- [[file:home/guide/setup.org][Setup]] @@html:2026-05-11 16:07@@
- [[file:blogs/2026/05-may/10-05-week-review.org][[10-05-2026] - Weekly Review]] @@html:2026-05-10 12:00@@
- [[file:blogs/2026/05-may/authoring-service-09-05-26.org][Authoring Service]] @@html:2026-05-09 17:49@@
- [[file:play.org][Play]] @@html:2026-05-09 00:00@@
diff --git a/sitemap.org b/sitemap.org
index 1b07ec2..58e6dee 100755
--- a/sitemap.org
+++ b/sitemap.org
@@ -50,9 +50,9 @@ flowchart TD
n13 --> n22
n23{{"guide"}}
n13 --> n23
- n24["Setup"]
+ n24["Wird Tracker — Technical Guide"]
n23 --> n24
- n25["Wird Tracker — Technical Guide"]
+ n25["Setup"]
n23 --> n25
n26{{"lima"}}
root --> n26
@@ -74,15 +74,15 @@ flowchart TD
n28 --> n34
n35["Tag: website"]
n28 --> n35
- n36["Tag: update"]
+ n36["Tag: life"]
n28 --> n36
- n37["Tag: insights"]
+ n37["Tag: education"]
n28 --> n37
- n38["Tag: life"]
+ n38["Tag: update"]
n28 --> n38
- n39["Tag: emacs"]
+ n39["Tag: insights"]
n28 --> n39
- n40["Tag: education"]
+ n40["Tag: emacs"]
n28 --> n40
n41["Tag: reading"]
n28 --> n41
@@ -180,8 +180,8 @@ flowchart TD
click n20 "home/services.html" "Service"
click n21 "home/notes.html" "Notes"
click n22 "home/categories.html" "Categories"
- click n24 "home/guide/setup.html" "Setup"
- click n25 "home/guide/wird-tracker-guide.html" "Wird Tracker — Technical Guide"
+ 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"
@@ -190,11 +190,11 @@ flowchart TD
click n33 "tags/notes.html" "Tag: notes"
click n34 "tags/review.html" "Tag: review"
click n35 "tags/website.html" "Tag: website"
- click n36 "tags/update.html" "Tag: update"
- click n37 "tags/insights.html" "Tag: insights"
- click n38 "tags/life.html" "Tag: life"
- click n39 "tags/emacs.html" "Tag: emacs"
- click n40 "tags/education.html" "Tag: education"
+ 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"
@@ -257,8 +257,8 @@ flowchart TD
- [[file:home/notes.org][Notes]]
- [[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/setup.org][Setup]]
- lima
- [[file:lima/lima-list.org][Lima]]
- tags
@@ -269,11 +269,11 @@ 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/education.org][Tag: education]]
- [[file:tags/update.org][Tag: update]]
- [[file:tags/insights.org][Tag: insights]]
- - [[file:tags/life.org][Tag: life]]
- [[file:tags/emacs.org][Tag: emacs]]
- - [[file:tags/education.org][Tag: education]]
- [[file:tags/reading.org][Tag: reading]]
- [[file:tags/maths.org][Tag: maths]]
- posts
diff --git a/watcher.sh b/watcher.sh
index 9058bbc..cfb6122 100755
--- a/watcher.sh
+++ b/watcher.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# run a single command once per save in a subfolder
-WATCH="/home/zaine/master-folder/org_files/org_web/lima" # subfolder to watch
-RUN_IN="/home/zaine/master-folder/org_files/org_web" # run command from here
+WATCH="/home/zaine/master-folder/org-platform/org_web/lima" # subfolder to watch
+RUN_IN="/home/zaine/master-folder/org-platform/org_web" # run command from here
# pass the command to run as args:
# ./watch.sh emacs -Q --script build-site.el