diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gmi/tpl/index.gmi | 10 | ||||
-rw-r--r-- | src/http/tpl/index.html | 6 |
2 files changed, 12 insertions, 4 deletions
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> |