diff options
author | Bradley Taunt <bt@btxx.org> | 2024-02-02 08:14:40 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-02-02 08:14:40 -0500 |
commit | 8d921a2159bc00f9ec97f75ccb94baf85b3fcecd (patch) | |
tree | 7dc2be2c4f133f34df465cc03815d38324aec60c /_output/index.html | |
parent | 85f2c8d0d69ac0195bf6a20e396077dee0e9aefa (diff) |
Minor updates to links, README and homepage
Diffstat (limited to '_output/index.html')
-rw-r--r-- | _output/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
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> / </span> <a href="/blog">Blog</a><span> / </span> <a href="/tweaks.html">Tweaks</a><span> / </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 ♥ for a simpler web.</small></p> </footer> </body> |