# HG changeset patch # User ellis # Date 1701127551 18000 # Node ID ab1f674742a81030a5d94f3764af4bdeca84b39b # Parent 27795b18326b278c0e12efabd2b92a20d0542511 fluff diff -r 27795b18326b -r ab1f674742a8 .hgsubstate --- a/.hgsubstate Fri Nov 24 22:39:07 2023 -0500 +++ b/.hgsubstate Mon Nov 27 18:25:51 2023 -0500 @@ -1,2 +1,2 @@ -5747098f52b4e128741024c159ea5af83ef85485 blog -bb51c61e4d4b800f08abf14a791d8ecb7fdab353 docs +563b82fb73bed6a002af925ff027cb4ee4dbe7d4 blog +713c22bdab6a9c2cfb0aff411c0e39e40779bddb docs diff -r 27795b18326b -r ab1f674742a8 publish.el --- a/publish.el Fri Nov 24 22:39:07 2023 -0500 +++ b/publish.el Mon Nov 27 18:25:51 2023 -0500 @@ -34,6 +34,9 @@ :base-extension "org" :recursive nil :htmlized-source t + :footnote-section-p t + :html-footnotes-section t + :html-doctype "" :html-preamble ,html-nav :publishing-directory ,publish-dir :publishing-function org-html-publish-to-html @@ -41,6 +44,9 @@ ("blog" :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 :htmlized-source t @@ -50,6 +56,9 @@ :base-directory ,(expand-file-name "docs" project-dir) :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 :htmlized-source t diff -r 27795b18326b -r ab1f674742a8 readme.org --- a/readme.org Fri Nov 24 22:39:07 2023 -0500 +++ b/readme.org Mon Nov 27 18:25:51 2023 -0500 @@ -1,8 +1,5 @@ -#+TITLE: The Compiler Company -#+AUTHOR: Richard Westhaver +{{{header(The Compiler Company,Richard Westhaver,ellis@rwest.io)}}} #+OPTIONS: ^:nil toc:nil num:nil html-postamble:nil -#+HTML_HEAD: -#+HTML_HEAD: #+HTML_HEAD: #+EXPORT_FILE_NAME: index Welcome stranger.