aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-02-02 08:14:40 -0500
committerBradley Taunt <bt@btxx.org>2024-02-02 08:14:40 -0500
commit8d921a2159bc00f9ec97f75ccb94baf85b3fcecd (patch)
tree7dc2be2c4f133f34df465cc03815d38324aec60c
parent85f2c8d0d69ac0195bf6a20e396077dee0e9aefa (diff)
Minor updates to links, README and homepage
-rw-r--r--_config.sh2
-rw-r--r--_output/blog/community-patch.html12
-rw-r--r--_output/blog/default-styles.html14
-rw-r--r--_output/blog/index.html2
-rw-r--r--_output/blog/pblog-intro.html16
-rw-r--r--_output/blog/pblog-launch.html14
-rw-r--r--_output/blog/small-patch.html12
-rw-r--r--_output/feed.xml36
-rw-r--r--_output/index.html20
-rw-r--r--_output/tweaks.html30
-rw-r--r--pages/index.md6
11 files changed, 82 insertions, 82 deletions
diff --git a/_config.sh b/_config.sh
index 2558aa1..ebe95e6 100644
--- a/_config.sh
+++ b/_config.sh
@@ -7,7 +7,7 @@ TITLE="pblog"
DESCRIPTION="Pandoc static blog generator"
COPYRIGHT="Copyright 2022, Bradley Taunt"
AUTHOR="bt@btxx.org (Bradley Taunt)"
-OS="Linux" # "Linux" for Linux, "BSD" for BSD Systems (including MacOS)
+OS="BSD" # "Linux" for Linux, "BSD" for BSD Systems (including MacOS)
HTML_LANG="en_US" # Your document (HTML) language setting
# Blog structure settings (most users should use these defaults)
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;}
</style>
<link rel="stylesheet" href="../style.css" />
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
</head>
<body>
<!-- Content placed here will appear directly after the opening <body> tag -->
@@ -30,7 +30,7 @@
<a href="/">Home</a><span>&nbsp;/&nbsp;</span>
<a href="/blog">Blog</a><span>&nbsp;/&nbsp;</span>
<a href="/tweaks.html">Tweaks</a><span>&nbsp;/&nbsp;</span>
- <a href="https://git.sr.ht/~bt/pblog">Download</a>
+ <a href="https://git.btxx.org/pblog">Download</a>
</nav>
<!-- Do not remove this opening article element -->
<article>
@@ -79,7 +79,7 @@
<footer>
<br>
<hr>
- <p><small>Powered by <a href="https://pblog.bt.ht">pblog</a><br>
+ <p><small>Powered by <a href="https://pblog.btxx.org">pblog</a><br>
Made with &hearts; for a simpler web.</small></p>
</footer>
</body>
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 */
</style>
<link rel="stylesheet" href="../style.css" />
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
</head>
<body>
<!-- Content placed here will appear directly after the opening <body> tag -->
@@ -94,7 +94,7 @@
<a href="/">Home</a><span>&nbsp;/&nbsp;</span>
<a href="/blog">Blog</a><span>&nbsp;/&nbsp;</span>
<a href="/tweaks.html">Tweaks</a><span>&nbsp;/&nbsp;</span>
- <a href="https://git.sr.ht/~bt/pblog">Download</a>
+ <a href="https://git.btxx.org/pblog">Download</a>
</nav>
<!-- Do not remove this opening article element -->
<article>
@@ -155,7 +155,7 @@
<footer>
<br>
<hr>
- <p><small>Powered by <a href="https://pblog.bt.ht">pblog</a><br>
+ <p><small>Powered by <a href="https://pblog.btxx.org">pblog</a><br>
Made with &hearts; for a simpler web.</small></p>
</footer>
</body>
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;
}
- </style></head><body><header><h1>pblog</h1><p><i>Pandoc static blog generator</i></p></header><span class="date">Wed, 27 Jul 2022 01:00:00 EST</span><a href="https://pblog.bt.ht/blog/default-styles.html"><span>New Default Styling and 2x Faster!</span></a><span class="date">Fri, 15 Jul 2022 01:00:00 EST</span><a href="https://pblog.bt.ht/blog/community-patch.html"><span>First Community Patch &amp; Tweaks</span></a><span class="date">Fri, 08 Jul 2022 01:00:00 EST</span><a href="https://pblog.bt.ht/blog/small-patch.html"><span>Includes, rsync and Variables - Oh My!</span></a><span class="date">Mon, 04 Jul 2022 01:00:00 EST</span><a href="https://pblog.bt.ht/blog/pblog-intro.html"><span>Introducing pblog</span></a><span class="date">Thu, 30 Jun 2022 01:00:00 EST</span><a href="https://pblog.bt.ht/blog/pblog-launch.html"><span>Announcing pblog</span></a></body></html>
+ </style></head><body><header><h1>pblog</h1><p><i>Pandoc static blog generator</i></p></header><span class="date">Wed, 27 Jul 2022 01:00:00 EST</span><a href="https://pblog.btxx.org/blog/default-styles.html"><span>New Default Styling and 2x Faster!</span></a><span class="date">Fri, 15 Jul 2022 01:00:00 EST</span><a href="https://pblog.btxx.org/blog/community-patch.html"><span>First Community Patch &amp; Tweaks</span></a><span class="date">Fri, 08 Jul 2022 01:00:00 EST</span><a href="https://pblog.btxx.org/blog/small-patch.html"><span>Includes, rsync and Variables - Oh My!</span></a><span class="date">Mon, 04 Jul 2022 01:00:00 EST</span><a href="https://pblog.btxx.org/blog/pblog-intro.html"><span>Introducing pblog</span></a><span class="date">Thu, 30 Jun 2022 01:00:00 EST</span><a href="https://pblog.btxx.org/blog/pblog-launch.html"><span>Announcing pblog</span></a></body></html>
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 */
</style>
<link rel="stylesheet" href="../style.css" />
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
</head>
<body>
<!-- Content placed here will appear directly after the opening <body> tag -->
@@ -94,7 +94,7 @@
<a href="/">Home</a><span>&nbsp;/&nbsp;</span>
<a href="/blog">Blog</a><span>&nbsp;/&nbsp;</span>
<a href="/tweaks.html">Tweaks</a><span>&nbsp;/&nbsp;</span>
- <a href="https://git.sr.ht/~bt/pblog">Download</a>
+ <a href="https://git.btxx.org/pblog">Download</a>
</nav>
<!-- Do not remove this opening article element -->
<article>
@@ -127,7 +127,7 @@
<li>Browser-styled XML (in supported browsers)</li>
</ul>
<h3 id="site-structure">Site Structure</h3>
-<p>After you&#x2019;ve cloned the <a href="https://git.sr.ht/~bt/pblog">official pblog repo on sourcehut</a>, the next thing you should do is edit the main <code>_config.sh</code> file in the root directory. This will give you a better understanding of how everything is built.</p>
+<p>After you&#x2019;ve cloned the <a href="https://git.btxx.org/pblog">official pblog repo on sourcehut</a>, the next thing you should do is edit the main <code>_config.sh</code> file in the root directory. This will give you a better understanding of how everything is built.</p>
<p>Once generated, <em>pblog</em> structures the final website files as such:</p>
<pre class="shell"><code>_output/
|__blog/
@@ -178,7 +178,7 @@
<footer>
<br>
<hr>
- <p><small>Powered by <a href="https://pblog.bt.ht">pblog</a><br>
+ <p><small>Powered by <a href="https://pblog.btxx.org">pblog</a><br>
Made with &hearts; for a simpler web.</small></p>
</footer>
</body>
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;}
</style>
<link rel="stylesheet" href="../style.css" />
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
</head>
<body>
<!-- Content placed here will appear directly after the opening <body> tag -->
@@ -30,7 +30,7 @@
<a href="/">Home</a><span>&nbsp;/&nbsp;</span>
<a href="/blog">Blog</a><span>&nbsp;/&nbsp;</span>
<a href="/tweaks.html">Tweaks</a><span>&nbsp;/&nbsp;</span>
- <a href="https://git.sr.ht/~bt/pblog">Download</a>
+ <a href="https://git.btxx.org/pblog">Download</a>
</nav>
<!-- Do not remove this opening article element -->
<article>
@@ -39,7 +39,7 @@
<p class="date">Thu, 30 Jun 2022</p>
</header>
<p>It&#x2019;s time to celebrate! The official launch of <code>pblog</code> happened today.</p>
-<p>There isn&#x2019;t much else to say. All details and instructions on how to start your own pblog can be found on the <a href="https://pblog.bt.ht">main homepage for this project</a>.</p>
+<p>There isn&#x2019;t much else to say. All details and instructions on how to start your own pblog can be found on the <a href="https://pblog.btxx.org">main homepage for this project</a>.</p>
<p>Thanks for reading!</p>
</article><!-- Do not remove this closing article element -->
@@ -47,7 +47,7 @@
<footer>
<br>
<hr>
- <p><small>Powered by <a href="https://pblog.bt.ht">pblog</a><br>
+ <p><small>Powered by <a href="https://pblog.btxx.org">pblog</a><br>
Made with &hearts; for a simpler web.</small></p>
</footer>
</body>
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;}
</style>
<link rel="stylesheet" href="../style.css" />
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
</head>
<body>
<!-- Content placed here will appear directly after the opening <body> tag -->
@@ -30,7 +30,7 @@
<a href="/">Home</a><span>&nbsp;/&nbsp;</span>
<a href="/blog">Blog</a><span>&nbsp;/&nbsp;</span>
<a href="/tweaks.html">Tweaks</a><span>&nbsp;/&nbsp;</span>
- <a href="https://git.sr.ht/~bt/pblog">Download</a>
+ <a href="https://git.btxx.org/pblog">Download</a>
</nav>
<!-- Do not remove this opening article element -->
<article>
@@ -65,7 +65,7 @@
<footer>
<br>
<hr>
- <p><small>Powered by <a href="https://pblog.bt.ht">pblog</a><br>
+ <p><small>Powered by <a href="https://pblog.btxx.org">pblog</a><br>
Made with &hearts; for a simpler web.</small></p>
</footer>
</body>
diff --git a/_output/feed.xml b/_output/feed.xml
index 2b0c5eb..f758595 100644
--- a/_output/feed.xml
+++ b/_output/feed.xml
@@ -3,7 +3,7 @@
<rss version="2.0">
<channel>
<title>pblog</title>
- <link>https://pblog.bt.ht</link>
+ <link>https://pblog.btxx.org</link>
<description>Pandoc static blog generator</description>
<copyright>Copyright 2022, Bradley Taunt</copyright>
<ttl>60</ttl>
@@ -11,7 +11,7 @@
<pubDate>Fri, 15 Jul 2022 01:00:00 EST</pubDate>
<category>2022/07/15/5</category>
<title>First Community Patch &amp; Tweaks</title>
- <link>https://pblog.bt.ht/blog/community-patch.html</link>
+ <link>https://pblog.btxx.org/blog/community-patch.html</link>
<description><![CDATA[
<header id="title-block-header">
<h1 class="title">First Community Patch &amp; Tweaks</h1>
@@ -52,14 +52,14 @@
<p>Feel free to check out the <a href="/tweaks.html">official Tweaks page</a> and don&#x2019;t be afraid to add your own by opening a patch-set!</p>
<p>That&#x2019;s all for now, thanks for reading!</p>
<p>&#x2013; Brad</p>]]></description>
- <author>brad@bt.ht (Bradley Taunt)</author>
- <guid>https://pblog.bt.ht/blog/community-patch.html</guid>
+ <author>bt@btxx.org (Bradley Taunt)</author>
+ <guid>https://pblog.btxx.org/blog/community-patch.html</guid>
</item>
<item>
<pubDate>Wed, 27 Jul 2022 01:00:00 EST</pubDate>
<category>2022/07/27/3</category>
<title>New Default Styling and 2x Faster!</title>
- <link>https://pblog.bt.ht/blog/default-styles.html</link>
+ <link>https://pblog.btxx.org/blog/default-styles.html</link>
<description><![CDATA[
<header id="title-block-header">
<h1 class="title">New Default Styling and 2x Faster!</h1>
@@ -112,14 +112,14 @@
<p>This project is still very much in it&#x2019;s infancy. So if you notice something odd or broken in your own testing, please don&#x2019;t hesitate to open a patch or simply bring up the issue!</p>
<p>Thanks for reading,</p>
<p>&#x2013; Brad</p>]]></description>
- <author>brad@bt.ht (Bradley Taunt)</author>
- <guid>https://pblog.bt.ht/blog/default-styles.html</guid>
+ <author>bt@btxx.org (Bradley Taunt)</author>
+ <guid>https://pblog.btxx.org/blog/default-styles.html</guid>
</item>
<item>
<pubDate>Mon, 04 Jul 2022 01:00:00 EST</pubDate>
<category>2022/07/04/1</category>
<title>Introducing pblog</title>
- <link>https://pblog.bt.ht/blog/pblog-intro.html</link>
+ <link>https://pblog.btxx.org/blog/pblog-intro.html</link>
<description><![CDATA[
<header id="title-block-header">
<h1 class="title">Introducing pblog</h1>
@@ -150,7 +150,7 @@
<li>Browser-styled XML (in supported browsers)</li>
</ul>
<h3 id="site-structure">Site Structure</h3>
-<p>After you&#x2019;ve cloned the <a href="https://git.sr.ht/~bt/pblog">official pblog repo on sourcehut</a>, the next thing you should do is edit the main <code>_config.sh</code> file in the root directory. This will give you a better understanding of how everything is built.</p>
+<p>After you&#x2019;ve cloned the <a href="https://git.btxx.org/pblog">official pblog repo on sourcehut</a>, the next thing you should do is edit the main <code>_config.sh</code> file in the root directory. This will give you a better understanding of how everything is built.</p>
<p>Once generated, <em>pblog</em> structures the final website files as such:</p>
<pre class="shell"><code>_output/
|__blog/
@@ -195,30 +195,30 @@
<h3 id="wrapping-up">Wrapping Up</h3>
<p>There isn&#x2019;t much else to say. <code>pblog</code> is as static or flexible as you chose it to be. If you have any ideas on how to improve things or come across any bugs, please <a href="https://git.sr.ht/~bt/pblog">open a ticket or PR on the official repo</a>.</p>
<p>Thanks and happy blogging with <em>pblog</em>!</p>]]></description>
- <author>brad@bt.ht (Bradley Taunt)</author>
- <guid>https://pblog.bt.ht/blog/pblog-intro.html</guid>
+ <author>bt@btxx.org (Bradley Taunt)</author>
+ <guid>https://pblog.btxx.org/blog/pblog-intro.html</guid>
</item>
<item>
<pubDate>Thu, 30 Jun 2022 01:00:00 EST</pubDate>
<category>2022/06/30/4</category>
<title>Announcing pblog</title>
- <link>https://pblog.bt.ht/blog/pblog-launch.html</link>
+ <link>https://pblog.btxx.org/blog/pblog-launch.html</link>
<description><![CDATA[
<header id="title-block-header">
<h1 class="title">Announcing pblog</h1>
<p class="date">Thu, 30 Jun 2022</p>
</header>
<p>It&#x2019;s time to celebrate! The official launch of <code>pblog</code> happened today.</p>
-<p>There isn&#x2019;t much else to say. All details and instructions on how to start your own pblog can be found on the <a href="https://pblog.bt.ht">main homepage for this project</a>.</p>
+<p>There isn&#x2019;t much else to say. All details and instructions on how to start your own pblog can be found on the <a href="https://pblog.btxx.org">main homepage for this project</a>.</p>
<p>Thanks for reading!</p>]]></description>
- <author>brad@bt.ht (Bradley Taunt)</author>
- <guid>https://pblog.bt.ht/blog/pblog-launch.html</guid>
+ <author>bt@btxx.org (Bradley Taunt)</author>
+ <guid>https://pblog.btxx.org/blog/pblog-launch.html</guid>
</item>
<item>
<pubDate>Fri, 08 Jul 2022 01:00:00 EST</pubDate>
<category>2022/07/08/5</category>
<title>Includes, rsync and Variables - Oh My!</title>
- <link>https://pblog.bt.ht/blog/small-patch.html</link>
+ <link>https://pblog.btxx.org/blog/small-patch.html</link>
<description><![CDATA[
<header id="title-block-header">
<h1 class="title">Includes, rsync and Variables - Oh My!</h1>
@@ -245,8 +245,8 @@
<p>My plan was to also tackle the issue of &#x201C;auto rebuilds&#x201D; when running <code>pblog</code> locally. This became more of a headache than I initially estimated - so it was dropped from this patch. My hope is to get something up-and-running in the near future, while avoiding the inclusion of yet another major dependency. Anyone more experienced than myself in the ways of &#x201C;auto rebuilds&#x201D; is free to open a patch if they so desire!</p>
<p>Thanks for your interest in these minor updates!</p>
<p>P.S. Don&#x2019;t forget - if your website runs on <code>pblog</code> be sure to reach out and get it featured on the <a href="/">homepage</a>!</p>]]></description>
- <author>brad@bt.ht (Bradley Taunt)</author>
- <guid>https://pblog.bt.ht/blog/small-patch.html</guid>
+ <author>bt@btxx.org (Bradley Taunt)</author>
+ <guid>https://pblog.btxx.org/blog/small-patch.html</guid>
</item>
</channel>
</rss>
diff --git a/_output/index.html b/_output/index.html
index ce823c6..4e6d6c2 100644
--- a/_output/index.html
+++ b/_output/index.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 */
</style>
<link rel="stylesheet" href="style.css" />
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
</head>
<body>
<!-- Content placed here will appear directly after the opening <body> tag -->
@@ -94,7 +94,7 @@
<a href="/">Home</a><span>&nbsp;/&nbsp;</span>
<a href="/blog">Blog</a><span>&nbsp;/&nbsp;</span>
<a href="/tweaks.html">Tweaks</a><span>&nbsp;/&nbsp;</span>
- <a href="https://git.sr.ht/~bt/pblog">Download</a>
+ <a href="https://git.btxx.org/pblog">Download</a>
</nav>
<!-- Do not remove this opening article element -->
<article>
@@ -136,8 +136,8 @@
</ul>
<h2 id="getting-started">Getting Started</h2>
<ol type="1">
-<li>Clone the project repo: <a href="https://git.sr.ht/~bt/pblog">https://git.sr.ht/~bt/pblog</a></li>
-<li>Edit the variables at the top of the <code>pblog.sh</code> file</li>
+<li>Clone the project repo: <a href="https://git.btxx.org/pblog">https://git.btxx.org/pblog</a></li>
+<li>Edit the variables inside the <code>_config.sh</code> file</li>
<li><strong>!! Pay close attention to the <code>OS</code> variable to set your correct operating system !!</strong></li>
<li>Edit the posts in <code>posts</code> and pages in <code>pages</code> to your own</li>
<li>Run <code>make</code> from the root directory</li>
@@ -162,7 +162,7 @@
<p>brad at bt {dot} ht</p>
<h2 id="websites-using-pblog">Websites Using <code>pblog</code></h2>
<ul>
-<li><a href="https://pblog.bt.ht">pblog.bt.ht</a> (this site!)</li>
+<li><a href="https://pblog.btxx.org">pblog.btxx.org</a> (this site!)</li>
<li><a href="https://www.ng5p.com">ng5p.com</a></li>
</ul>
</article><!-- Do not remove this closing article element -->
@@ -171,7 +171,7 @@
<footer>
<br>
<hr>
- <p><small>Powered by <a href="https://pblog.bt.ht">pblog</a><br>
+ <p><small>Powered by <a href="https://pblog.btxx.org">pblog</a><br>
Made with &hearts; for a simpler web.</small></p>
</footer>
</body>
diff --git a/_output/tweaks.html b/_output/tweaks.html
index 0d61f88..3917e17 100644
--- a/_output/tweaks.html
+++ b/_output/tweaks.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 */
</style>
<link rel="stylesheet" href="style.css" />
- <!--[if lt IE 9]>
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
- <![endif]-->
</head>
<body>
<!-- Content placed here will appear directly after the opening <body> tag -->
@@ -94,7 +94,7 @@
<a href="/">Home</a><span>&nbsp;/&nbsp;</span>
<a href="/blog">Blog</a><span>&nbsp;/&nbsp;</span>
<a href="/tweaks.html">Tweaks</a><span>&nbsp;/&nbsp;</span>
- <a href="https://git.sr.ht/~bt/pblog">Download</a>
+ <a href="https://git.btxx.org/pblog">Download</a>
</nav>
<!-- Do not remove this opening article element -->
<article>
@@ -163,16 +163,16 @@
<h4 id="by-bradley-taunt">by <a href="https://tdarb.org">Bradley Taunt</a></h4>
<p>By default the include <em>Table of Contents</em> displays a title and styled section. To disable this, simply edit the <code>style.css</code> file and comment out or delete the following:</p>
<div class="sourceCode" id="cb2"><pre class="sourceCode css"><code class="sourceCode css"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="pp">#TOC</span> {</span>
-<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a> <span class="kw">border</span>: <span class="dv">1</span><span class="dt">px</span> <span class="dv">solid</span><span class="op">;</span></span>
-<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a> <span class="kw">position</span>: <span class="dv">relative</span><span class="op">;</span></span>
+<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a> <span class="kw">border</span><span class="ch">:</span> <span class="dv">1</span><span class="dt">px</span> <span class="dv">solid</span><span class="op">;</span></span>
+<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a> <span class="kw">position</span><span class="ch">:</span> <span class="dv">relative</span><span class="op">;</span></span>
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a>}</span>
<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a><span class="pp">#TOC</span><span class="in">:before</span> {</span>
-<span id="cb2-6"><a href="#cb2-6" aria-hidden="true" tabindex="-1"></a> <span class="kw">border-bottom</span>: <span class="dv">1</span><span class="dt">px</span> <span class="dv">solid</span><span class="op">;</span></span>
-<span id="cb2-7"><a href="#cb2-7" aria-hidden="true" tabindex="-1"></a> <span class="kw">content</span>: <span class="st">&#39;Table of Contents&#39;</span><span class="op">;</span></span>
-<span id="cb2-8"><a href="#cb2-8" aria-hidden="true" tabindex="-1"></a> <span class="kw">display</span>: <span class="dv">block</span><span class="op">;</span></span>
-<span id="cb2-9"><a href="#cb2-9" aria-hidden="true" tabindex="-1"></a> <span class="kw">font-weight</span>: <span class="dv">bold</span><span class="op">;</span></span>
-<span id="cb2-10"><a href="#cb2-10" aria-hidden="true" tabindex="-1"></a> <span class="kw">padding</span>: <span class="dv">5</span><span class="dt">px</span><span class="op">;</span></span>
-<span id="cb2-11"><a href="#cb2-11" aria-hidden="true" tabindex="-1"></a> <span class="kw">position</span>: <span class="dv">relative</span><span class="op">;</span></span>
+<span id="cb2-6"><a href="#cb2-6" aria-hidden="true" tabindex="-1"></a> <span class="kw">border-bottom</span><span class="ch">:</span> <span class="dv">1</span><span class="dt">px</span> <span class="dv">solid</span><span class="op">;</span></span>
+<span id="cb2-7"><a href="#cb2-7" aria-hidden="true" tabindex="-1"></a> <span class="kw">content</span><span class="ch">:</span> <span class="st">&#39;Table of Contents&#39;</span><span class="op">;</span></span>
+<span id="cb2-8"><a href="#cb2-8" aria-hidden="true" tabindex="-1"></a> <span class="kw">display</span><span class="ch">:</span> <span class="dv">block</span><span class="op">;</span></span>
+<span id="cb2-9"><a href="#cb2-9" aria-hidden="true" tabindex="-1"></a> <span class="kw">font-weight</span><span class="ch">:</span> <span class="dv">bold</span><span class="op">;</span></span>
+<span id="cb2-10"><a href="#cb2-10" aria-hidden="true" tabindex="-1"></a> <span class="kw">padding</span><span class="ch">:</span> <span class="dv">5</span><span class="dt">px</span><span class="op">;</span></span>
+<span id="cb2-11"><a href="#cb2-11" aria-hidden="true" tabindex="-1"></a> <span class="kw">position</span><span class="ch">:</span> <span class="dv">relative</span><span class="op">;</span></span>
<span id="cb2-12"><a href="#cb2-12" aria-hidden="true" tabindex="-1"></a>}</span></code></pre></div>
<hr />
<p><br></p>
@@ -184,7 +184,7 @@
<footer>
<br>
<hr>
- <p><small>Powered by <a href="https://pblog.bt.ht">pblog</a><br>
+ <p><small>Powered by <a href="https://pblog.btxx.org">pblog</a><br>
Made with &hearts; for a simpler web.</small></p>
</footer>
</body>
diff --git a/pages/index.md b/pages/index.md
index c8b5eb2..4792c10 100644
--- a/pages/index.md
+++ b/pages/index.md
@@ -44,8 +44,8 @@ This very website is a live demo! Mind blowing, right? Take a look at the [autom
## Getting Started
-1. Clone the project repo: [https://git.sr.ht/~bt/pblog](https://git.sr.ht/~bt/pblog)
-2. Edit the variables at the top of the `pblog.sh` file
+1. Clone the project repo: [https://git.btxx.org/pblog](https://git.btxx.org/pblog)
+2. Edit the variables inside the `_config.sh` file
3. **!! Pay close attention to the `OS` variable to set your correct operating system !!**
4. Edit the posts in `posts` and pages in `pages` to your own
5. Run `make` from the root directory
@@ -84,5 +84,5 @@ brad at bt {dot} ht
## Websites Using `pblog`
-- [pblog.bt.ht](https://pblog.bt.ht) (this site!)
+- [pblog.btxx.org](https://pblog.btxx.org) (this site!)
- [ng5p.com](https://www.ng5p.com)