WIP: Base Astro Components

This commit is contained in:
2026-05-28 14:34:25 +02:00
parent 2bce5d47ea
commit 4ff0658250
3 changed files with 77 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
---
---
<div id="sidebar-inner">
<div id="profile">
<div id="avatar">CP</div>
<div id="profile-name">Phil Keier | DerGrumpf</div>
<div id="profile-tagline">Media Scientist, Programmer, Linux Enthutiast</div>
</div>
<div id="sidebar-links">
<a href="https://git.cyperpunk.de">gitea</a>
<a href="/rss.xml">rss</a>
</div>
<div id="sidebar-topics">
<span class="section-label">topics</span>
<div id="tags">
<span class="tag">nixos</span>
<span class="tag">systems</span>
<span class="tag">web</span>
<span class="tag">talks</span>
</div>
</div>
</div>