summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-04-02 23:46:17 -0600
committerYour Name <you@example.com>2025-04-02 23:46:17 -0600
commit7a2dddc7ff100663a01d7b8d8cc54d31d2bf1c10 (patch)
treed29e778c0e2c3c08e299e856ead8096f2022220e
parent4047e09c5665bba7fcb7b231ba2315c61f78941b (diff)
index
-rw-r--r--index.html77
-rw-r--r--index.org25
2 files changed, 56 insertions, 46 deletions
diff --git a/index.html b/index.html
index 614f81f..113ae59 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
-<title>Skylarcloud Homepage</title>
+<title>Homepage</title>
<meta name="generator" content="Org Mode" />
<style type="text/css">
#content { max-width: 60em; margin: auto; }
@@ -191,51 +191,50 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
+<style>*{font-family: sans-serif !important}</style>
</head>
<body>
<div id="content" class="content">
-<h1 class="title">Skylarcloud Homepage</h1>
-<div id="outline-container-org0a31f13" class="outline-2">
-<h2 id="org0a31f13">About</h2>
-<div class="outline-text-2" id="text-org0a31f13">
+<h1 class="title">Homepage</h1>
+<div id="outline-container-orgc0a7b4c" class="outline-2">
+<h2 id="orgc0a7b4c">About</h2>
+<div class="outline-text-2" id="text-orgc0a7b4c">
<p>
-Free software presents tremendous possibilities for organizing over the internet, and publishing one&rsquo;s voice. It&rsquo;s a respite from the manipulative, profit-motivated corporate software experiences that large social media companies operate; it&rsquo;s small. Small and accessible programs can create an ecosystem of small and accessible creative websites, and this is my attempt to plant my flag and secure myself a place on the web to publish, compute, and commune freely.
+On this web server, I host a few personal services, publish my blog/personal-site, and I&rsquo;ll hopefully be hosting more public services as time goes on.
</p>
</div>
</div>
-<div id="outline-container-org29db1b3" class="outline-2">
-<h2 id="org29db1b3">Links</h2>
-<div class="outline-text-2" id="text-org29db1b3">
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
-
-
-<colgroup>
-<col class="org-left" />
-
-<col class="org-left" />
-</colgroup>
-<tbody>
-<tr>
-<td class="org-left"><a href="https://skylarcloud.xyz/feed.html">https://skylarcloud.xyz/feed.html</a></td>
-<td class="org-left">My blog posts</td>
-</tr>
-
-<tr>
-<td class="org-left"><a href="https://git.skylarcloud.xyz">https://git.skylarcloud.xyz</a></td>
-<td class="org-left">My git repositories</td>
-</tr>
-
-<tr>
-<td class="org-left"><a href="https://searx.skylarcloud.xyz">https://searx.skylarcloud.xyz</a></td>
-<td class="org-left">My SearxNG instance, a Free “meta-search-engine”</td>
-</tr>
-
-<tr>
-<td class="org-left"><a href="https://skylarcloud.xyz/contact.html">https://skylarcloud.xyz/contact.html</a></td>
-<td class="org-left">Contact me via Signal or Email</td>
-</tr>
-</tbody>
-</table>
+<div id="outline-container-org948a944" class="outline-2">
+<h2 id="org948a944">My feed</h2>
+<div class="outline-text-2" id="text-org948a944">
+<p>
+My feed with my blogs and updates is here: <a href="https://skylarcloud.xyz/feed.html">https://skylarcloud.xyz/feed.html</a>.
+For timely updates and more convenient viewing, you can add the .xml feed to your RSS reader: <a href="https://skylarcloud.xyz/feed.xml">https://skylarcloud.xyz/feed.xml</a>
+</p>
+</div>
+</div>
+<div id="outline-container-org2d6006c" class="outline-2">
+<h2 id="org2d6006c">Git</h2>
+<div class="outline-text-2" id="text-org2d6006c">
+<p>
+The .org and .html files that make up this site, my QubesOS configuration, and eventually more, are or will be hosted as git repositories here: <a href="https://git.skylarcloud.xyz">https://git.skylarcloud.xyz</a>
+</p>
+</div>
+</div>
+<div id="outline-container-org090ffe0" class="outline-2">
+<h2 id="org090ffe0">SearxNG</h2>
+<div class="outline-text-2" id="text-org090ffe0">
+<p>
+I run a SearxNG instance at <a href="https://searx.skylarcloud.xyz">https://searx.skylarcloud.xyz</a>. It&rsquo;s a Free, open-source, &ldquo;meta-search-engine&rdquo; that queries many other search engines. Logs are disabled except for some basic anonymous aggregate statistics you can find linked from its homepage. It&rsquo;s sometimes finicky as other search engines often rate limit it, but largely serves me well.
+</p>
+</div>
+</div>
+<div id="outline-container-orgb6a4682" class="outline-2">
+<h2 id="orgb6a4682">Contact me</h2>
+<div class="outline-text-2" id="text-orgb6a4682">
+<p>
+Feel free to contact me over email (<code>me @ skylarcloud.xyz</code>), or Signal (<code>oat.50</code>). If you want to suggest additions/modifications/fixes to the content of the site, diff files over email are convenient and appreciated but not necessary.
+</p>
</div>
</div>
</div>
diff --git a/index.org b/index.org
index 1629773..8e15fc8 100644
--- a/index.org
+++ b/index.org
@@ -1,13 +1,24 @@
-#+title: Skylarcloud Homepage
+#+title: Homepage
#+OPTIONS: num:nil toc:nil timestamp:nil
+#+HTML_HEAD_EXTRA: <style>*{font-family: sans-serif !important}</style>
* About
-Free software presents tremendous possibilities for organizing over the internet, and publishing one's voice. It's a respite from the manipulative, profit-motivated corporate software experiences that large social media companies operate; it's small. Small and accessible programs can create an ecosystem of small and accessible creative websites, and this is my attempt to plant my flag and secure myself a place on the web to publish, compute, and commune freely.
+On this web server, I host a few personal services, publish my blog/personal-site, and I'll hopefully be hosting more public services as time goes on.
-* Links
+* My feed
-| https://skylarcloud.xyz/feed.html | My blog posts |
-| https://git.skylarcloud.xyz | My git repositories |
-| https://searx.skylarcloud.xyz | My SearxNG instance, a Free “meta-search-engine” |
-| https://skylarcloud.xyz/contact.html | Contact me via Signal or Email |
+My feed with my blogs and updates is here: https://skylarcloud.xyz/feed.html.
+For timely updates and more convenient viewing, you can add the .xml feed to your RSS reader: https://skylarcloud.xyz/feed.xml
+
+* Git
+
+The .org and .html files that make up this site, my QubesOS configuration, and eventually more, are or will be hosted as git repositories here: https://git.skylarcloud.xyz
+
+* SearxNG
+
+I run a SearxNG instance at https://searx.skylarcloud.xyz. It's a Free, open-source, "meta-search-engine" that queries many other search engines. Logs are disabled except for some basic anonymous aggregate statistics you can find linked from its homepage. It's sometimes finicky as other search engines often rate limit it, but largely serves me well.
+
+* Contact me
+
+Feel free to contact me over email (~me @ skylarcloud.xyz~), or Signal (~oat.50~). If you want to suggest additions/modifications/fixes to the content of the site, diff files over email are convenient and appreciated but not necessary.