From 8d921a2159bc00f9ec97f75ccb94baf85b3fcecd Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 2 Feb 2024 08:14:40 -0500 Subject: Minor updates to links, README and homepage --- _output/blog/community-patch.html | 12 ++++++------ _output/blog/default-styles.html | 14 +++++++------- _output/blog/index.html | 2 +- _output/blog/pblog-intro.html | 16 ++++++++-------- _output/blog/pblog-launch.html | 14 +++++++------- _output/blog/small-patch.html | 12 ++++++------ 6 files changed, 35 insertions(+), 35 deletions(-) (limited to '_output/blog') diff --git a/_output/blog/community-patch.html b/_output/blog/community-patch.html index b6f4dfa..665a5eb 100644 --- a/_output/blog/community-patch.html +++ b/_output/blog/community-patch.html @@ -11,8 +11,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -20,9 +23,6 @@ .display.math{display: block; text-align: center; margin: 0.5rem auto;} - @@ -30,7 +30,7 @@ Home /  Blog /  Tweaks /  - Download + Download
@@ -79,7 +79,7 @@


-

Powered by pblog
+

Powered by pblog
Made with ♥ for a simpler web.

diff --git a/_output/blog/default-styles.html b/_output/blog/default-styles.html index e207ff1..b2a21ad 100644 --- a/_output/blog/default-styles.html +++ b/_output/blog/default-styles.html @@ -11,8 +11,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -20,7 +23,7 @@ .display.math{display: block; text-align: center; margin: 0.5rem auto;} /* CSS for syntax highlighting */ pre > code.sourceCode { white-space: pre; position: relative; } - pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } + pre > code.sourceCode > span { line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } @@ -84,9 +87,6 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ - @@ -94,7 +94,7 @@ Home /  Blog /  Tweaks /  - Download + Download
@@ -155,7 +155,7 @@


-

Powered by pblog
+

Powered by pblog
Made with ♥ for a simpler web.

diff --git a/_output/blog/index.html b/_output/blog/index.html index dbf4f3d..4b59ec1 100644 --- a/_output/blog/index.html +++ b/_output/blog/index.html @@ -20,4 +20,4 @@ white-space: nowrap; width: 16ch; } -

pblog

Pandoc static blog generator

Wed, 27 Jul 2022 01:00:00 ESTNew Default Styling and 2x Faster!Fri, 15 Jul 2022 01:00:00 ESTFirst Community Patch & TweaksFri, 08 Jul 2022 01:00:00 ESTIncludes, rsync and Variables - Oh My!Mon, 04 Jul 2022 01:00:00 ESTIntroducing pblogThu, 30 Jun 2022 01:00:00 ESTAnnouncing pblog +

pblog

Pandoc static blog generator

Wed, 27 Jul 2022 01:00:00 ESTNew Default Styling and 2x Faster!Fri, 15 Jul 2022 01:00:00 ESTFirst Community Patch & TweaksFri, 08 Jul 2022 01:00:00 ESTIncludes, rsync and Variables - Oh My!Mon, 04 Jul 2022 01:00:00 ESTIntroducing pblogThu, 30 Jun 2022 01:00:00 ESTAnnouncing pblog diff --git a/_output/blog/pblog-intro.html b/_output/blog/pblog-intro.html index 86dea87..102b8c1 100644 --- a/_output/blog/pblog-intro.html +++ b/_output/blog/pblog-intro.html @@ -11,8 +11,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -20,7 +23,7 @@ .display.math{display: block; text-align: center; margin: 0.5rem auto;} /* CSS for syntax highlighting */ pre > code.sourceCode { white-space: pre; position: relative; } - pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } + pre > code.sourceCode > span { line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } @@ -84,9 +87,6 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ - @@ -94,7 +94,7 @@ Home /  Blog /  Tweaks /  - Download + Download
@@ -127,7 +127,7 @@
  • Browser-styled XML (in supported browsers)
  • Site Structure

    -

    After you’ve cloned the official pblog repo on sourcehut, the next thing you should do is edit the main _config.sh file in the root directory. This will give you a better understanding of how everything is built.

    +

    After you’ve cloned the official pblog repo on sourcehut, the next thing you should do is edit the main _config.sh file in the root directory. This will give you a better understanding of how everything is built.

    Once generated, pblog structures the final website files as such:

    _output/
         |__blog/
    @@ -178,7 +178,7 @@
     


    -

    Powered by pblog
    +

    Powered by pblog
    Made with ♥ for a simpler web.

    diff --git a/_output/blog/pblog-launch.html b/_output/blog/pblog-launch.html index 754aff0..7f39a27 100644 --- a/_output/blog/pblog-launch.html +++ b/_output/blog/pblog-launch.html @@ -11,8 +11,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -20,9 +23,6 @@ .display.math{display: block; text-align: center; margin: 0.5rem auto;} - @@ -30,7 +30,7 @@ Home /  Blog /  Tweaks /  - Download + Download
    @@ -39,7 +39,7 @@

    Thu, 30 Jun 2022

    It’s time to celebrate! The official launch of pblog happened today.

    -

    There isn’t much else to say. All details and instructions on how to start your own pblog can be found on the main homepage for this project.

    +

    There isn’t much else to say. All details and instructions on how to start your own pblog can be found on the main homepage for this project.

    Thanks for reading!

    @@ -47,7 +47,7 @@


    -

    Powered by pblog
    +

    Powered by pblog
    Made with ♥ for a simpler web.

    diff --git a/_output/blog/small-patch.html b/_output/blog/small-patch.html index e80c02a..7a8cbe6 100644 --- a/_output/blog/small-patch.html +++ b/_output/blog/small-patch.html @@ -11,8 +11,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -20,9 +23,6 @@ .display.math{display: block; text-align: center; margin: 0.5rem auto;} - @@ -30,7 +30,7 @@ Home /  Blog /  Tweaks /  - Download + Download
    @@ -65,7 +65,7 @@


    -

    Powered by pblog
    +

    Powered by pblog
    Made with ♥ for a simpler web.

    -- cgit v1.2.3-54-g00ecf