cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
05c59b8f0177a4bb1719cf524763924ebf46c31f
unsigned
author: Christian Cleberg <hello@cleberg.net> Β· 2025-03-30T01:52:17Z
theme/static/styles.css | 4 ++++ theme/templates/base.html | 5 +++++ theme/templates/index.html | 14 ++++++++++++++ 3 files changed, 23 insertions(+) @@ -573,6 +573,10 @@ span.tag::before { margin: 0; } +.hidden { + display: none; +} + @media (prefers-color-scheme: dark) { :root { --bg: #141617; @@ -39,6 +39,11 @@ <a href="/feed.xml">RSS Feed</a> · <a href="/.well-known/security.txt">security.txt</a> </p> + <p> + <a href="https://xn--sr8hvo.ws/previous">β</a> + An <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a> πΈπ + <a href="https://xn--sr8hvo.ws/next">β</a> + </p> </footer> </body> </html> @@ -51,4 +51,18 @@ sub cv25519 2025-03-11 [E]</pre> </ul> </section> +<section class="hidden"> + <div class="h-card"> + <span class="p-name">Christian Cleberg</span> + <span class="p-nickname">cmc</span> (IRC) + <img class="u-photo" src="https://cmc.pub/favicon.png"/> + <a class="u-url u-uid" href="http://cmc.pub" rel="me">w</a>, + <a class="u-email" href="mailto:hello@cmc.pub">e</a> + <span class="p-locality">Omaha</span>, + <abbr class="p-region" title="Nebraska">NE</abbr>, + <div class="p-country-name">U.S.A</div> + <div class="p-note">I kept dreaming of a world I thought I'd never see. And then, one day, I got in.</div> + </div> +</section> + {% endblock %}