summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2024-06-02 16:47:55 +0200
committerBrian Picciano <mediocregopher@gmail.com>2024-06-02 16:55:55 +0200
commit1a3fda35a107257dbe5a64ef8d8caa9dbda438bd (patch)
tree2d84f873938cbfc35ae56052ebd367ad6cc12b2a
parentfaa296075f5ea2d8e01004b46b036997f9529d99 (diff)
Add Services section to homepage
-rw-r--r--flake.nix2
-rw-r--r--src/gmi/tpl/index.gmi10
-rw-r--r--src/http/tpl/index.html6
3 files changed, 13 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index fe98f8d..def8d32 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,7 +17,7 @@
version = "dev";
src = ./src;
- vendorSha256 = "sha256-Nmho6WFBYJErabBICAI/GfvDsknW91wcD37onAn/lII=";
+ vendorSha256 = "sha256-3BBTMClLa+ydpwWQl7+mHMvmO7fg1f1SxXV4YOmPPL8=";
subPackages = [ "cmd/mediocre-blog" ];
diff --git a/src/gmi/tpl/index.gmi b/src/gmi/tpl/index.gmi
index 6a70607..72f1855 100644
--- a/src/gmi/tpl/index.gmi
+++ b/src/gmi/tpl/index.gmi
@@ -25,14 +25,18 @@ Feel free to hmu over email or Signal if you'd like to get in touch.
=> https://signal.me/#eu/x5psueq2E3WfFwwEgFDoWeSZx9k4u8vFBaiMSa4Lo0cvluHkb-dIpJp1wfdJsdie Signal: mediocregopher.01
+## Services
+
+=> gemini://fumble-around.mediocregopher.com Fumble Around is a simple content discovery service for gemspace.
+
+=> gemini://feed.mediocregopher.com Mediocre Feed aggregates all feeds I follow across gemspace and the old web.
+
## Dev
=> https://dev.mediocregopher.com dev.mediocregopher.com is for newer open-source code I've written.
=> https://dev.mediocregopher.com/mediocre-blog/ mediocre-blog is the CMS I designed from scratch to run this site.
-=> https://github.com/mediocregopher My GitHub is a graveyard of abandonware, with one exception (radix).
-
=> gemini://godocs.io/github.com/mediocregopher/radix/v4 radix is for using redis with go.
=> https://code.betamike.com/micropelago micropelago implements the foundation of a community infrastucture.
@@ -41,8 +45,6 @@ Feel free to hmu over email or Signal if you'd like to get in touch.
=> https://bgpicciano.com/ bgpicciano.com is my cover site/resume.
-=> https://news.cryptic.io/ Cryptic News aggregates interesting blogs.
-
=> https://opensea.io/mediocregopher?tab=created OpenSea lists some NFTs I've made.
I'm not affiliated with these, but they're worth listing.
diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html
index 2685f4f..e9fa0d8 100644
--- a/src/http/tpl/index.html
+++ b/src/http/tpl/index.html
@@ -20,6 +20,12 @@
</li>
</ul>
+ <h2>Services</h2>
+ <ul>
+ <li><a href="https://gemini.tildeverse.org/?gemini://fumble-around.mediocregopher.com">Fumble Around</a> is a simple content discovery service for gemspace.</li>
+ <li><a href="https://gemini.tildeverse.org/?gemini://feed.mediocregopher.com">Mediocre Feed</a> aggregates all feeds I follow across gemspace and the old web.</li>
+ </ul>
+
<h2>Dev</h2>
<ul>
<li>