changelog shortlog graph tags branches files raw help

Mercurial > org / changeset: pub update

changeset 17: cf198cee80c6
parent 16: ab1f674742a8
child 18: dd3f4ca8a58a
author: ellis <ellis@rwest.io>
date: Tue, 28 Nov 2023 21:45:46 -0500
files: .hgsubstate publish.el readme.org
description: pub update
     1.1--- a/.hgsubstate	Mon Nov 27 18:25:51 2023 -0500
     1.2+++ b/.hgsubstate	Tue Nov 28 21:45:46 2023 -0500
     1.3@@ -1,2 +1,2 @@
     1.4 563b82fb73bed6a002af925ff027cb4ee4dbe7d4 blog
     1.5-713c22bdab6a9c2cfb0aff411c0e39e40779bddb docs
     1.6+a6cf5a2a2f8d3cd8f88ba9c8406ebe6df7b5d04d docs
     2.1--- a/publish.el	Mon Nov 27 18:25:51 2023 -0500
     2.2+++ b/publish.el	Tue Nov 28 21:45:46 2023 -0500
     2.3@@ -11,7 +11,7 @@
     2.4 (defvar publish-dir "/mnt/w/compiler.company")
     2.5 (defvar html-theme nil)
     2.6 (defvar url "https://compiler.company")
     2.7-(defvar html-nav "<div> <a href = \"https://compiler.company\">~/</a> ( <a href = \"https://compiler.company/blog\">blog</a> <a href = \"https://compiler.company/docs\">docs</a> <a href = \"https://vc.compiler.company/comp\">code</a> ) </div>")
     2.8+(defvar html-nav "<div class=\"nav\"> <a href = \"https://compiler.company\">~/</a> ( <a href = \"https://compiler.company/blog\">blog</a> <a href = \"https://compiler.company/docs\">docs</a> <a href = \"https://vc.compiler.company/comp\">code</a> ) </div>")
     2.9 
    2.10 (defvar html-foot "<footer>updated %C</footer>")
    2.11 
    2.12@@ -35,7 +35,6 @@
    2.13          :recursive nil
    2.14          :htmlized-source t
    2.15          :footnote-section-p t
    2.16-         :html-footnotes-section t
    2.17          :html-doctype "<!doctype html>"
    2.18 	 :html-preamble ,html-nav
    2.19          :publishing-directory ,publish-dir
    2.20@@ -45,7 +44,6 @@
    2.21          :base-directory ,(expand-file-name "blog" project-dir)
    2.22          :base-extension "org"
    2.23          :footnote-section-p t
    2.24-         :html-footnotes-section t
    2.25          :html-doctype "<!doctype html>"
    2.26 	 :publishing-directory ,(expand-file-name "blog" publish-dir)
    2.27 	 :publishing-function org-html-publish-to-html
    2.28@@ -57,7 +55,6 @@
    2.29          :base-extension "org"
    2.30          :recursive t
    2.31          :footnote-section-p t
    2.32-         :html-footnotes-section t
    2.33          :html-doctype "<!doctype html>"
    2.34          :publishing-directory ,(expand-file-name "docs" publish-dir)
    2.35 	 :publishing-function org-html-publish-to-html
     3.1--- a/readme.org	Mon Nov 27 18:25:51 2023 -0500
     3.2+++ b/readme.org	Tue Nov 28 21:45:46 2023 -0500
     3.3@@ -1,6 +1,5 @@
     3.4 {{{header(The Compiler Company,Richard Westhaver,ellis@rwest.io)}}}
     3.5 #+OPTIONS: ^:nil toc:nil num:nil html-postamble:nil
     3.6-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://packy.rwest.io/style/css/night.css"/>
     3.7 #+EXPORT_FILE_NAME: index
     3.8 Welcome stranger.
     3.9