diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-19 13:19:41 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-19 13:19:41 -0500 |
commit | 85f2c8d0d69ac0195bf6a20e396077dee0e9aefa (patch) | |
tree | 4f3bd878e20e7e057f91da6632a215b004d10c49 /_output/blog/pblog-launch.html |
Initial commit for new cgit platform
Diffstat (limited to '_output/blog/pblog-launch.html')
-rw-r--r-- | _output/blog/pblog-launch.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/_output/blog/pblog-launch.html b/_output/blog/pblog-launch.html new file mode 100644 index 0000000..754aff0 --- /dev/null +++ b/_output/blog/pblog-launch.html @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US"> +<head> + <meta charset="utf-8" /> + <meta name="generator" content="pandoc" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <title>Announcing pblog</title> + <style> + code{white-space: pre-wrap;} + span.smallcaps{font-variant: small-caps;} + 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;} + ul.task-list li input[type="checkbox"] { + width: 0.8em; + margin: 0 0.8em 0.2em -1.6em; + vertical-align: middle; + } + .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 --> +<nav> + <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> +</nav> +<!-- Do not remove this opening article element --> +<article> +<header id="title-block-header"> +<h1 class="title">Announcing pblog</h1> +<p class="date">Thu, 30 Jun 2022</p> +</header> +<p>It’s time to celebrate! The official launch of <code>pblog</code> happened today.</p> +<p>There isn’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>Thanks for reading!</p> +</article><!-- Do not remove this closing article element --> + +<!-- Content placed here will appear directly before the closing </body> tag --> +<footer> + <br> + <hr> + <p><small>Powered by <a href="https://pblog.bt.ht">pblog</a><br> + Made with ♥ for a simpler web.</small></p> +</footer> +</body> +</html> |