From a5b6bd2ba02786c4539beb4a64d3a6a64ef7dbfc Mon Sep 17 00:00:00 2001 From: soaos Date: Mon, 24 Nov 2025 05:04:38 -0500 Subject: switched to index page html basis --- content/_index.md | 36 ------------------------------------ content/projects/project.css | 0 2 files changed, 36 deletions(-) delete mode 100644 content/projects/project.css (limited to 'content') diff --git a/content/_index.md b/content/_index.md index 520c10b..c7b5757 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,39 +2,3 @@ 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='Soaos Services') %} -{{ treelink(text="🌱 Git Repositories", url="https://git.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="💬 XMPP: soaos@chat.soaos.dev", url="xmpp:soaos@chat.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 %} diff --git a/content/projects/project.css b/content/projects/project.css deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3