~docbibi/memos

9e3e67b9275611ee73782967bd558b568d477e89 — Borjan Tchakaloff 1 year, 1 month ago 0767089
Update of the day: plumbing is annoying but it works
1 files changed, 8 insertions(+), 0 deletions(-)

M readthememo.app/index.html
M readthememo.app/index.html => readthememo.app/index.html +8 -0
@@ 92,6 92,14 @@
	</header>
	
	<main>
        <article>
            <header><time datetime="2023-08-20">Sunday the 20th of August 2023</time></header>
            <h2>Revived and published</h2>
            <p>I have another project I would like to work on and I though it was a perfect opportunity to finally push the "memos" online.</p>
            <p>Of course plumbing is a pain: I just spent at least a full hour looking at DNS, NS records, static web hosting, and other unwieldy concepts.
                I ended up pushing the static files to <a href="https://git.sr.ht/~docbibi/memos">a repository on SourceHut</a> and using my domain with <a href="https://srht.site/">their hosting</a> for now.</p>
            <p>Now onto how to make it easier for me to publish… (Or should I simply spin-up an instance of <a href="https://microblog.pub">microblog.pub</a>?)</p>
        </article>
		<article>
			<header><time datetime="2021-10-29">Friday the 29th of October 2021</time></header>
			<h2>A first step to improve "reader mode", <em>a.k.a.</em> metadata</h2>