changelog shortlog graph tags branches files raw help

Mercurial > org / changeset: fluff

changeset 16: ab1f674742a8
parent 15: 27795b18326b
child 17: cf198cee80c6
author: ellis <ellis@rwest.io>
date: Mon, 27 Nov 2023 18:25:51 -0500
files: .hgsubstate publish.el readme.org
description: fluff
     1.1--- a/.hgsubstate	Fri Nov 24 22:39:07 2023 -0500
     1.2+++ b/.hgsubstate	Mon Nov 27 18:25:51 2023 -0500
     1.3@@ -1,2 +1,2 @@
     1.4-5747098f52b4e128741024c159ea5af83ef85485 blog
     1.5-bb51c61e4d4b800f08abf14a791d8ecb7fdab353 docs
     1.6+563b82fb73bed6a002af925ff027cb4ee4dbe7d4 blog
     1.7+713c22bdab6a9c2cfb0aff411c0e39e40779bddb docs
     2.1--- a/publish.el	Fri Nov 24 22:39:07 2023 -0500
     2.2+++ b/publish.el	Mon Nov 27 18:25:51 2023 -0500
     2.3@@ -34,6 +34,9 @@
     2.4          :base-extension "org"
     2.5          :recursive nil
     2.6          :htmlized-source t
     2.7+         :footnote-section-p t
     2.8+         :html-footnotes-section t
     2.9+         :html-doctype "<!doctype html>"
    2.10 	 :html-preamble ,html-nav
    2.11          :publishing-directory ,publish-dir
    2.12          :publishing-function org-html-publish-to-html
    2.13@@ -41,6 +44,9 @@
    2.14         ("blog"
    2.15          :base-directory ,(expand-file-name "blog" project-dir)
    2.16          :base-extension "org"
    2.17+         :footnote-section-p t
    2.18+         :html-footnotes-section t
    2.19+         :html-doctype "<!doctype html>"
    2.20 	 :publishing-directory ,(expand-file-name "blog" publish-dir)
    2.21 	 :publishing-function org-html-publish-to-html
    2.22 	 :htmlized-source t
    2.23@@ -50,6 +56,9 @@
    2.24          :base-directory ,(expand-file-name "docs" project-dir)
    2.25          :base-extension "org"
    2.26          :recursive t
    2.27+         :footnote-section-p t
    2.28+         :html-footnotes-section t
    2.29+         :html-doctype "<!doctype html>"
    2.30          :publishing-directory ,(expand-file-name "docs" publish-dir)
    2.31 	 :publishing-function org-html-publish-to-html
    2.32 	 :htmlized-source t
     3.1--- a/readme.org	Fri Nov 24 22:39:07 2023 -0500
     3.2+++ b/readme.org	Mon Nov 27 18:25:51 2023 -0500
     3.3@@ -1,8 +1,5 @@
     3.4-#+TITLE: The Compiler Company
     3.5-#+AUTHOR: Richard Westhaver <ellis@rwest.io>
     3.6+{{{header(The Compiler Company,Richard Westhaver,ellis@rwest.io)}}}
     3.7 #+OPTIONS: ^:nil toc:nil num:nil html-postamble:nil
     3.8-#+HTML_HEAD: <link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css"/>
     3.9-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://packy.rwest.io/style/css/new.min.css"/>
    3.10 #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://packy.rwest.io/style/css/night.css"/>
    3.11 #+EXPORT_FILE_NAME: index
    3.12 Welcome stranger.