Update journal and favicon

This commit is contained in:
2025-11-22 10:59:33 +01:00
parent d56c60c514
commit 907232b001
53 changed files with 1338 additions and 1189 deletions

View File

@@ -29,6 +29,7 @@ Load this file up in Emacs and hit C-c C-c on the code block below to export cha
#+END_SRC
The one below will ignore caching; necessary in some situations, for instance: changes under =util/=.
Currently the habit tracker table also gets erronously cached.
#+name: force-publish
#+BEGIN_SRC emacs-lisp :noweb no-export :results silent
<<blog-scaffolding>>
@@ -1032,7 +1033,7 @@ div.center figcaption {
**** Code Blocks
#+BEGIN_SRC css :tangle ../html/static/style.css
.src, .example {
font-family: "monospace";
font-family: monospace;
font-size: 1rem;
}
#+END_SRC