My Website

Need to have this symlinked to ~/website.

Setup

Current Issue

Getting a query-tree error.

Load query-data-structures.org essay, and tangle it.

Then we load it:

(let ((source (thread-last
                (project-current)
                (project-root)
                (expand-file-name "Technical/Emacs")
                (expand-file-name "query-data-structures.org"))))
  (org-babel-tangle-file source)

  (require 'query-tree (thread-last
                         user-emacs-directory
                         (expand-file-name "elisp")
                         (expand-file-name "query-tree.el"))))

Publishing

The publishing is handled by org-publishing in hamacs: , p p and select, blog-content.

Next, copy the goods:

scp -r ~/website-pub/Technical gremlin.howardabrams.com:howardism

And:

scp -r ~/website-pub/hamacs/* gremlin.howardabrams.com:howardabrams/hamacs

Trying out just to run some tasks. See the justfile.