diff options
| author | soaos <soaos@soaos.dev> | 2025-11-21 21:14:12 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-11-21 21:14:12 -0500 |
| commit | ba76e77d935998e4b128053dcc61d2ed4884cdda (patch) | |
| tree | 5464dccd475404b509f048f4525193a8ff36a715 /content/_index.md | |
| parent | 6e3a7252608197b6571a56c9b07be09f254e8bae (diff) | |
zola migration
Diffstat (limited to 'content/_index.md')
| -rw-r--r-- | content/_index.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..4e36d29 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,39 @@ ++++ +title = "soaos" +template = "index.html" ++++ + +{% window() %} +{% title_bar() %} +🧍 Welcome to {% soaosed() %}soaos{% end %}.dev +{% end %} +{% window_body() %} + +I'm an "artist" and professional software developer. In my free time I mostly work on eccentric software projects which you can read about here. + +{% tree_view(height="16rem") %} + +{% subtree(name="On this site", open=true) %} +{{ treelink(text="📖 Blog", url="/blog") }} +{{ treelink(text="♫ Rockbox Stats", url="/rockstats", wip=true, wip_tooltip="🦌 -this shit is under construction, pal!") }} +{{ treelink(text="🦌 Things I Like", url="/things_i_like", wip=true, wip_tooltip="🦌 -honestly these things are redundant, everything is under construction") }} +{% end %} + +{% subtree(name='<span class="flip" data-title="Soaos"><span class="hidden-selectable">Soaos</span></span> Services') %} +{{ treelink(text="🌱 Source Code", url="https://app.radicle.xyz/nodes/seed.soaos.dev", blank=true) }} +{{ treelink(text="📺 Videos", url="https://tv.soaos.dev/c/soaosdev", blank=true) }} +{{ treelink(text="🗃 Web Archive", url="https://archive.soaos.dev", blank=true) }} +{{ treelink(text="🔍 Search Engine", url="https://search.soaos.dev", blank=true) }} +{{ treelink(text="♊ Gemini Site", url="gemini://soaos.dev", blank=true) }} +{% end %} + +{% subtree(name="Find me on the Web", open=true)%} +{{ treelink(text="📧 E-Mail: soaos@soaos.dev", url="mailto:soaos@soaos.dev", rel="me") }} +{{ treelink(text="🐘 Mastodon: soaos@furry.engineer", url="http://soaos.dog", rel="me", blank=true) }} +{{ treelink(text="🦀 SSB: @Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519", url="https://ssb.soaos.dev/~core/ssb/#@Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519", rel="me", blank=true) }} +{{ treelink(text="⬡ ListenBrainz: soaos", url="https://listenbrainz.org/user/soaos/", rel="me", blank=true) }} +{% end %} + +{% end %} +{% end %} +{% end %} |
