Update journal and favicon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user