From acec797048301c7d8713d9c914d776929c51b088 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sun, 22 Jan 2023 14:12:54 +0100 Subject: Final fleshing out of gemini content --- src/gmi/tpl/index.gmi | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) (limited to 'src/gmi/tpl/index.gmi') diff --git a/src/gmi/tpl/index.gmi b/src/gmi/tpl/index.gmi index 9f12e0d..8a0dbee 100644 --- a/src/gmi/tpl/index.gmi +++ b/src/gmi/tpl/index.gmi @@ -1,3 +1,61 @@ # mediocregopher's lil web corner -=> /posts/ See all posts +This here's my little corner of the web, where I publish posts about projects +I'm working on and things that interest me (which you can follow, if you like). + +=> {{ BlogURL "posts/" }} Browse all posts + +{{ $getPostsRes := .GetPosts 0 1 -}} +{{ if gt (len $getPostsRes.Posts) 0 -}} +{{ $post := index $getPostsRes.Posts 0 -}} +=> {{ PostURL $post.ID }} (Latest post: {{ $post.Title }}) + +{{ end -}} + +Below you'll find other information and links related to me. + +## Social + +Feel free to hmu on any of these if you'd like to get in touch. + +* Matrix: @mediocregopher:waffle.farm + +* Mastodon: @mediocregopher@social.cryptic.io + +* Email: mediocregopher@gmail.com + +## Dev + +=> https://code.betamike.com/mediocregopher Gitea is for newer open-source code I've written. + +=> https://github.com/mediocregopher Github is for older open-source code I've written. + +=> gemini://godocs.io/github.com/mediocregopher/radix/v4 radix is for using redis with go. + +=> https://code.betamike.com/cryptic-io/cryptic-net cryptic-net implements the foundation of a community infrastucture. + +=> https://code.betamike.com/mediocregopher/mediocre-blog mediocre-blog is the CMS I designed from scratch to run this site. + +## Art + +=> https://opensea.io/mediocregopher?tab=created OpenSea lists some NFTs I've made. + +=> https://exchange.art/artists/mediocregopher/series Exchange.art lists others. + +## Other + +=> https://bgpicciano.com/ bgpicciano.com is my cover site/resume. + +=> https://news.cryptic.io/ Cryptic News aggregates interesting blogs. + +-------------------------------------------------------------------------------- + +I'm not affiliated with these, but they're worth listing. + +=> https://search.marginalia.nu/ Marginalia reminds me of the old internet. + +=> https://www.nts.live/ NTS is a great internet radio station. + +=> https://yamakan.place/palestine/# Radio alHara is another great internet radio station. + +{{ template "footer.gmi" . }} -- cgit v1.2.3