A fast and simple blog backend.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
mediocre-blog/src/gmi/tpl/index.gmi

60 lines
1.9 KiB

# mediocregopher's lil web corner
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 -}}
=> {{ BlogURL "feed.xml" }} RSS feed
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: me@mediocregopher.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" . }}