This commit is contained in:
@@ -67,8 +67,6 @@ function createComment(comment) {
|
||||
|
||||
wrapper.appendChild(replies);
|
||||
}
|
||||
console.log("PARENT_ID RECEIVED:", comment.parent_id)
|
||||
|
||||
return wrapper;
|
||||
}
|
||||
|
||||
|
||||
@@ -64,11 +64,9 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
let currentRotation = 0;
|
||||
let rotateControls = null;
|
||||
|
||||
|
||||
// 3) Build galleries per content container
|
||||
const containers = document.querySelectorAll('main, article, .content, body');
|
||||
containers.forEach((container) => {
|
||||
//const links = Array.from(container.querySelectorAll('.figure a, a:has(img.org-svg)'));
|
||||
const links = Array.from(container.querySelectorAll(
|
||||
'.figure a, a:has(img.org-svg), a[href$=".mp4"], a[href$=".webm"], a[href$=".mov"], a[href$=".m4v"], a[href$=".ogv"]'
|
||||
));
|
||||
|
||||
@@ -211,8 +211,6 @@
|
||||
align-items: center;
|
||||
gap: 0;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
//border: 1px solid var(--border-color, #ccc);
|
||||
border-radius: 999px;
|
||||
padding: 3px;
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
.marginnote{
|
||||
float: right;
|
||||
width: var(--margin);
|
||||
/* margin-right: calc(-1 * ( (95vw - var(--content)) / 2 )); */
|
||||
margin-right: calc(-1 * ((100vi - var(--content)) / 2));
|
||||
padding-right: var(--gutter);
|
||||
overflow-wrap: break-word;
|
||||
@@ -61,12 +60,6 @@ body{ counter-reset: sidenote-counter; }
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* #content .figure, */
|
||||
/* #content .org-src-container, */
|
||||
/* #content img.fullwidth{ */
|
||||
/* //clear: both; */
|
||||
/* } */
|
||||
|
||||
.fullwidth{
|
||||
display: block;
|
||||
position: relative;
|
||||
@@ -462,7 +455,6 @@ mark {
|
||||
#table-of-contents{
|
||||
float: left;
|
||||
width: var(--margin);
|
||||
/* margin-left: calc(-1 * ( (95vw - var(--content)) / 2 )); */
|
||||
margin-left: calc(-1 * ((100vi - var(--content)) / 2));
|
||||
padding-left: var(--gutter);
|
||||
box-sizing: border-box;
|
||||
@@ -505,8 +497,6 @@ mark {
|
||||
h2[id], h3[id], h4[id] { scroll-margin-top: 6.5rem; }
|
||||
|
||||
#text-table-of-contents a.is-active{
|
||||
/* font-weight: 700; */
|
||||
text-decoration: underline;
|
||||
background-color: var(--active-toc);
|
||||
/* border: 1px solid var(--border, #ccc); */
|
||||
}
|
||||
|
||||
@@ -272,3 +272,9 @@
|
||||
2026-06-02T01:01:29.5086201+01:00 [INFO] Running authoring server tests with /home/zaine/master-folder/projects/authoring-service/.venv/bin/python.
|
||||
2026-06-02T01:01:29.5936897+01:00 [INFO] Authoring server tests passed: ran=0, failures=0, errors=0, skipped=0, exit=0
|
||||
2026-06-02T01:01:29.8841990+01:00 [INFO] Sent authoring server test notification.
|
||||
2026-06-02T09:49:20.6566212+01:00 [INFO] Prepared current build status for zaine/org_web: severity=Info, status=success
|
||||
2026-06-02T09:49:20.6665266+01:00 [INFO] Fetching recent Gitea Actions runs for zaine/org_web.
|
||||
2026-06-02T09:49:21.9564877+01:00 [INFO] Sent build status notification with 1 embed(s).
|
||||
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.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
See the categories: @@html:<a href="../home/categories.html">Categories</a>@@
|
||||
|
||||
* Posts:
|
||||
- [[file:career/career-list.org][Career List]] @@html:<span class="post-date">01-06-2026 10:23</span>@@
|
||||
- [[file:career/career-list.org][Career List]] @@html:<span class="post-date">02-06-2026 01:01</span>@@
|
||||
- [[file:career/cross-site-scripting-xss.org][Cross-Site Scripting (XSS)]] @@html:<span class="post-date">01-06-2026 10:21</span>@@ @@html:<a href="/tags/learning.html"><span class="post-tag">learning</span></a>@@ @@html:<a href="/tags/notes.html"><span class="post-tag">notes</span></a>@@
|
||||
- [[file:career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] @@html:<span class="post-date">11-03-2026 17:18</span>@@ @@html:<a href="/tags/learning.html"><span class="post-tag">learning</span></a>@@ @@html:<a href="/tags/notes.html"><span class="post-tag">notes</span></a>@@
|
||||
- [[file:career/javascript.org][Understands the Javascript language]] @@html:<span class="post-date">11-03-2026 16:52</span>@@ @@html:<a href="/tags/learning.html"><span class="post-tag">learning</span></a>@@ @@html:<a href="/tags/notes.html"><span class="post-tag">notes</span></a>@@
|
||||
|
||||
26
sitemap.org
26
sitemap.org
@@ -76,15 +76,15 @@ flowchart TD
|
||||
n28 --> n35
|
||||
n36["Tag: update"]
|
||||
n28 --> n36
|
||||
n37["Tag: life"]
|
||||
n37["Tag: insights"]
|
||||
n28 --> n37
|
||||
n38["Tag: education"]
|
||||
n38["Tag: life"]
|
||||
n28 --> n38
|
||||
n39["Tag: insights"]
|
||||
n39["Tag: emacs"]
|
||||
n28 --> n39
|
||||
n40["Tag: reading"]
|
||||
n40["Tag: education"]
|
||||
n28 --> n40
|
||||
n41["Tag: emacs"]
|
||||
n41["Tag: reading"]
|
||||
n28 --> n41
|
||||
n42["Tag: maths"]
|
||||
n28 --> n42
|
||||
@@ -191,11 +191,11 @@ flowchart TD
|
||||
click n34 "tags/review.html" "Tag: review"
|
||||
click n35 "tags/website.html" "Tag: website"
|
||||
click n36 "tags/update.html" "Tag: update"
|
||||
click n37 "tags/life.html" "Tag: life"
|
||||
click n38 "tags/education.html" "Tag: education"
|
||||
click n39 "tags/insights.html" "Tag: insights"
|
||||
click n40 "tags/reading.html" "Tag: reading"
|
||||
click n41 "tags/emacs.html" "Tag: emacs"
|
||||
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 n41 "tags/reading.html" "Tag: reading"
|
||||
click n42 "tags/maths.html" "Tag: maths"
|
||||
click n44 "posts/posts-intro.html" "Posts Introduction"
|
||||
click n45 "posts/posts-list.html" "Posts List"
|
||||
@@ -270,11 +270,11 @@ flowchart TD
|
||||
- [[file:tags/review.org][Tag: review]]
|
||||
- [[file:tags/website.org][Tag: website]]
|
||||
- [[file:tags/update.org][Tag: update]]
|
||||
- [[file:tags/life.org][Tag: life]]
|
||||
- [[file:tags/education.org][Tag: education]]
|
||||
- [[file:tags/insights.org][Tag: insights]]
|
||||
- [[file:tags/reading.org][Tag: reading]]
|
||||
- [[file:tags/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
|
||||
- [[file:posts/posts-intro.org][Posts Introduction]]
|
||||
|
||||
Reference in New Issue
Block a user