# HG changeset patch # User ellis # Date 1701225946 18000 # Node ID cf198cee80c6071d9a931210361175158a908b02 # Parent ab1f674742a81030a5d94f3764af4bdeca84b39b pub update diff -r ab1f674742a8 -r cf198cee80c6 .hgsubstate --- a/.hgsubstate Mon Nov 27 18:25:51 2023 -0500 +++ b/.hgsubstate Tue Nov 28 21:45:46 2023 -0500 @@ -1,2 +1,2 @@ 563b82fb73bed6a002af925ff027cb4ee4dbe7d4 blog -713c22bdab6a9c2cfb0aff411c0e39e40779bddb docs +a6cf5a2a2f8d3cd8f88ba9c8406ebe6df7b5d04d docs diff -r ab1f674742a8 -r cf198cee80c6 publish.el --- a/publish.el Mon Nov 27 18:25:51 2023 -0500 +++ b/publish.el Tue Nov 28 21:45:46 2023 -0500 @@ -11,7 +11,7 @@ (defvar publish-dir "/mnt/w/compiler.company") (defvar html-theme nil) (defvar url "https://compiler.company") -(defvar html-nav "
~/ ( blog docs code )
") +(defvar html-nav "
~/ ( blog docs code )
") (defvar html-foot "") @@ -35,7 +35,6 @@ :recursive nil :htmlized-source t :footnote-section-p t - :html-footnotes-section t :html-doctype "" :html-preamble ,html-nav :publishing-directory ,publish-dir @@ -45,7 +44,6 @@ :base-directory ,(expand-file-name "blog" project-dir) :base-extension "org" :footnote-section-p t - :html-footnotes-section t :html-doctype "" :publishing-directory ,(expand-file-name "blog" publish-dir) :publishing-function org-html-publish-to-html @@ -57,7 +55,6 @@ :base-extension "org" :recursive t :footnote-section-p t - :html-footnotes-section t :html-doctype "" :publishing-directory ,(expand-file-name "docs" publish-dir) :publishing-function org-html-publish-to-html diff -r ab1f674742a8 -r cf198cee80c6 readme.org --- a/readme.org Mon Nov 27 18:25:51 2023 -0500 +++ b/readme.org Tue Nov 28 21:45:46 2023 -0500 @@ -1,6 +1,5 @@ {{{header(The Compiler Company,Richard Westhaver,ellis@rwest.io)}}} #+OPTIONS: ^:nil toc:nil num:nil html-postamble:nil -#+HTML_HEAD: #+EXPORT_FILE_NAME: index Welcome stranger.