changelog shortlog graph tags branches files raw help

Mercurial > org / changeset: clean

changeset 34: f2ac93310bfc
parent 33: a32a0d49a5f7
child 35: 44d6c9d5ea78
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 01:14:25 -0400
files: .hgsubstate clean.theme readme.org
description: clean
     1.1--- a/.hgsubstate	Sat Jun 08 00:23:41 2024 -0400
     1.2+++ b/.hgsubstate	Sun Jun 16 01:14:25 2024 -0400
     1.3@@ -1,4 +1,4 @@
     1.4-889759cafcc238e90682c2e4b71041fc157d90dd blog
     1.5-e15ed25f6c16a93e3ba714ca56d8a3f4c86f72f8 docs
     1.6-36aaa0afe7725346cdc4351833d86c8342606c2e notes
     1.7+8a6b4b2f68cbc2087cb0e8aaa95d3e57ea2f1457 blog
     1.8+0b69e63c9374c2c6e9b49850c47916fb21c4a900 docs
     1.9+812feca5a8747958732603f024b8affa3c3e4409 notes
    1.10 6cb5b9e5c9f909b87a54cdf20b9e98657b7f3d6c plan
     2.1--- a/clean.theme	Sat Jun 08 00:23:41 2024 -0400
     2.2+++ b/clean.theme	Sun Jun 16 01:14:25 2024 -0400
     2.3@@ -3,9 +3,9 @@
     2.4 #+language: ulang
     2.5 #+DATE: {{{modification-time("%F %r", t)}}}
     2.6 #+OPTIONS: org-html-head-include-default-style:t ^:nil _:nil email:t \n:nil Tex:t LaTeX:t broken-links:mark
     2.7-#+BIND: org-html-self-link-headlines t
     2.8 #+HTML_DOCTYPE: html5
     2.9-# #+HTML_LINK_HOME: rwest.io
    2.10+# #+HTML_LINK_HOME: https://compiler.company
    2.11+# #+HTML_LINK_UP: ..
    2.12 #+LATEX_HEADER: \usepackage{placeins}
    2.13 #+LATEX_HEADER: \usepackage{parskip}
    2.14 #+LATEX_HEADER: \usepackage{xcolor}
    2.15@@ -16,12 +16,12 @@
    2.16 #+LATEX_HEADER: \renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
    2.17 #+LATEX_HEADER: \hypersetup{colorlinks, citecolor=red,filecolor=magenta,linkcolor=magenta,urlcolor=magenta}
    2.18 
    2.19-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://cdn.compiler.company/css/htmlize.css" />
    2.20-
    2.21 #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://cdn.compiler.company/font/commit-mono.css" />
    2.22 #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://cdn.compiler.company/font/3270.css" />
    2.23 #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://cdn.compiler.company/font/pragmata-pro.css" />
    2.24 
    2.25+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://cdn.compiler.company/css/htmlize.css" />
    2.26+
    2.27 #+HTML_HEAD:  <style type="text/css">
    2.28 #+HTML_HEAD: 
    2.29 #+HTML_HEAD: *,
    2.30@@ -145,10 +145,10 @@
    2.31 #+HTML_HEAD:   color:  #EDF060;
    2.32 #+HTML_HEAD:   background-color:  #303330;
    2.33 #+HTML_HEAD: }
    2.34-#+HTML_HEAD: code:before, code:after {
    2.35-#+HTML_HEAD:     content:  "=";
    2.36-#+HTML_HEAD:     color:  #DDCAD9;
    2.37-#+HTML_HEAD: }
    2.38+# #+HTML_HEAD: code:before, code:after {
    2.39+# #+HTML_HEAD:     content:  "=";
    2.40+# #+HTML_HEAD:     color:  #DDCAD9;
    2.41+# #+HTML_HEAD: }
    2.42 #+HTML_HEAD: .src {
    2.43 #+HTML_HEAD:   font-family: monospace;
    2.44 #+HTML_HEAD: }
    2.45@@ -182,11 +182,12 @@
    2.46 #+HTML_HEAD:     margin-bottom:  0;
    2.47 #+HTML_HEAD: }
    2.48 #+HTML_HEAD: img {
    2.49-#+COMMENT: #+HTML_HEAD:     display:  block;
    2.50+#+HTML_HEAD:     display:  block;
    2.51 #+HTML_HEAD:     max-width: 100%;
    2.52 #+HTML_HEAD:     height: auto;
    2.53 #+HTML_HEAD:     margin:  auto;
    2.54 #+HTML_HEAD:     border-radius:  5px;
    2.55+#+HTML_HEAD:     padding-bottom: 1em;
    2.56 #+HTML_HEAD: }
    2.57 #+HTML_HEAD: figure > object {
    2.58 #+HTML_HEAD:   height: auto;
    2.59@@ -386,21 +387,21 @@
    2.60 #+HTML_HEAD: }
    2.61 
    2.62 #+HTML_HEAD: /* table of content */
    2.63-#+HTML_HEAD: #table-of-contents {
    2.64+#+HTML_HEAD: nav, #table-of-contents {
    2.65 #+HTML_HEAD:   cursor: pointer;
    2.66 #+HTML_HEAD:     position:  fixed;
    2.67 #+HTML_HEAD:     right:  0.2em;
    2.68 #+HTML_HEAD:     top:  0.2em;
    2.69 # #+HTML_HEAD:     border: 1px solid #e1e1e8;
    2.70-# #+HTML_HEAD:     -webkit-box-shadow:  0 0 1em #777777;
    2.71-# #+HTML_HEAD:     -moz-box-shadow:  0 0 1em #777777;
    2.72-# #+HTML_HEAD:     -webkit-border-bottom-left-radius:  5px;
    2.73-# #+HTML_HEAD:     -moz-border-radius-bottomleft:  5px;
    2.74+#+HTML_HEAD:     -webkit-box-shadow:  0 0 1em #777777;
    2.75+#+HTML_HEAD:     -moz-box-shadow:  0 0 1em #777777;
    2.76+#+HTML_HEAD:     -webkit-border-bottom-left-radius:  5px;
    2.77+#+HTML_HEAD:     -moz-border-radius-bottomleft:  5px;
    2.78 #+HTML_HEAD:     text-align:  right;
    2.79 #+HTML_HEAD:     /* ensure doesn't flow off the screen when expanded */
    2.80 #+HTML_HEAD:     height:  auto;
    2.81-#+HTML_HEAD:     overflow:  auto;
    2.82-#+HTML_HEAD:     z-index:  8;
    2.83+#+HTML_HEAD:     overflow-y: scroll;
    2.84+#+HTML_HEAD:     z-index:  11;
    2.85 #+HTML_HEAD: }
    2.86 #+HTML_HEAD: 
    2.87 #+HTML_HEAD: #table-of-contents h2 {
     3.1--- a/readme.org	Sat Jun 08 00:23:41 2024 -0400
     3.2+++ b/readme.org	Sun Jun 16 01:14:25 2024 -0400
     3.3@@ -3,7 +3,7 @@
     3.4 #+email: richard.westhaver@gmail.com
     3.5 #+setupfile: clean.theme
     3.6 #+export_file_name: index
     3.7-#+OPTIONS: ^:nil toc:nil num:nil html-postamble:nil
     3.8+#+OPTIONS: ^:nil toc:nil num:nil html-postamble:nil html-preamble:nil
     3.9 * [[file:blog][blog]] 
    3.10 :PROPERTIES:
    3.11 :ID:       bdaf5213-bbff-4a67-9a36-bd0af4bff4c3