cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
7545d6167a95c1601baa7718313c1e2f96b34411
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-04-06T18:07:55Z
theme/static/styles.css | 2 +- theme/templates/index.html | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) @@ -3,7 +3,7 @@ a, a:visited { color: #0000ff; } nav ul { list-style: none; padding: 0; display: flex; flex-direction: row; } nav ul li { padding-right: 0.5rem;} img { max-width: 100%; } -.post-list { padding: 0; } +.post-list { padding: 0; padding-inline-start: 0; } .post-list-item { display: flex; list-style: none; align-items: baseline; } .post-list-item time { padding-right: 0.5rem; white-space: nowrap; } .post-list-item a { flex-grow: 1; white-space: normal; } @@ -6,6 +6,14 @@ <p><a href="/uses">Uses</a> · <a href="/now">Now</a></p> </section> +<section> + <h2>Recent Posts</h2> + <ul> + <!-- BEGIN_POSTS --><!-- END_POSTS --> + </ul> + <p><a href="/blog/">All Posts →</a></p> +</section> + <section> <h2>Projects</h2> <p>Things I've built.</p> @@ -14,13 +22,7 @@ <li><a href="https://sr.ht/~ccleberg/Rune/">Rune</a>: iOS client for Njalla</li> <li><a href="https://github.com/audit-labs/audit-tools">Audit Tools</a>: Automated scripts for auditors</li> </ul> - <p><i>Find my SourceHut and GitHub profile links below.</i></p> -</section> - -<section> - <h2>Recent Posts</h2> - <!-- BEGIN_POSTS --><!-- END_POSTS --> - <p><a href="/blog/">All Posts →</a></p> + <p><i>Find my SourceHut and GitHub profile links below for more projects.</i></p> </section> <section> @@ -29,7 +31,7 @@ <li>Sourcehut (primary): <a href="https://sr.ht/~ccleberg">~ccleberg</a></li> <li>GitHub (backup): <a href="https://github.com/ccleberg">@ccleberg</a></li> <li>Email: <a href="mailto:hello@cleberg.net">hello@cleberg.net</a> (<a href="/gpg.txt">GPG</a>)</li> - <li>Signal: <span>@cmc.01</span></li> + <li>Signal: <a href="https://signal.me/#eu/JYao4TQ7pIOaSk4HwMiaPRP47la4DlKaGnjklHzHJWldg31wG0JDSJYqLjVx9Hou">@cmc.01</a></li> </ul> </section> {% endblock %}