diff options
author | Your Name <you@example.com> | 2025-04-02 23:46:17 -0600 |
---|---|---|
committer | Your Name <you@example.com> | 2025-04-02 23:46:17 -0600 |
commit | 7a2dddc7ff100663a01d7b8d8cc54d31d2bf1c10 (patch) | |
tree | d29e778c0e2c3c08e299e856ead8096f2022220e /index.html | |
parent | 4047e09c5665bba7fcb7b231ba2315c61f78941b (diff) |
index
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 77 |
1 files changed, 38 insertions, 39 deletions
@@ -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’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. </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’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. +</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> |