shithub: hell

Download patch

ref: 9a644dc6a3a436b0bdc95c058eb404a08b048913
parent: 374084944b61dc497440b87ca4b67382a3fe678c
author: penny <penny@limitedideas.org>
date: Thu Oct 16 08:49:32 EDT 2025

add page title to homepage

--- a/index.html
+++ b/index.html
@@ -4,9 +4,7 @@
   <meta charset="utf-8" />
   <meta name="generator" content="pandoc" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
-  <meta name="author" content="penny@eldritch.cafe" />
-  <meta name="dcterms.date" content="2025-10-16" />
-  <title>hellclient for mastodon</title>
+  <title>homepage</title>
   <style>
     /* Default styles provided by pandoc.
     ** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
@@ -180,13 +178,15 @@
   </style>
 </head>
 <body>
-<header id="title-block-header">
-<h1 class="title">hellclient for mastodon</h1>
-<p class="author">penny@eldritch.cafe</p>
-<p class="date">October 16, 2025</p>
-</header>
-<h2 id="hellclient---mastodon-client-in-go">## hellclient - mastodon
-client in go</h2>
+<!--
+---
+title: hellclient for mastodon
+author: penny@eldritch.cafe
+date: October 16, 2025
+---
+## hellclient - mastodon client in go
+---
+-->
 <h6
 id="hellclient-is-a-readline-mastodon-loosely-inspired-by-the-now-defunct-ttytter-for-perl">Hellclient
 is a readline mastodon loosely inspired by the now defunct <em><a
--- a/web/homepage.md
+++ b/web/homepage.md
@@ -1,3 +1,4 @@
+<!--
 ---
 title: hellclient for mastodon
 author: penny@eldritch.cafe
@@ -5,7 +6,7 @@
 ---
 ## hellclient - mastodon client in go
 ---
-
+-->
 ###### Hellclient is a readline mastodon loosely inspired by the now defunct *[TTYtter for Perl](https://www.floodgap.com/software/ttytter/)*
 [![Hellclient running in Windows cmd.exe](web/screenshot.png)](web/screenshot.png)
 *hellclient is pure readline and runs even in primitive terminals*
--