Clean up homepage, add ghost to gmi, make separator smaller
This commit is contained in:
parent
5559e01343
commit
d7507d2def
@ -1,4 +1,4 @@
|
||||
================================================================================
|
||||
========================================
|
||||
|
||||
{{ if ne .GetPath "index.gmi" -}}
|
||||
=> {{ BlogURL "/" }} Home
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mediocregopher's lil web corner
|
||||
# 👻 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).
|
||||
|
||||
@ -17,11 +17,7 @@ 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
|
||||
Feel free to hmu over email if you'd like to get in touch.
|
||||
|
||||
* Email: me@mediocregopher.com
|
||||
|
||||
@ -33,22 +29,18 @@ Feel free to hmu on any of these if you'd like to get in touch.
|
||||
|
||||
=> 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/micropelago micropelago 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.
|
||||
|
||||
=> https://opensea.io/mediocregopher?tab=created OpenSea lists some NFTs I've made.
|
||||
|
||||
I'm not affiliated with these, but they're worth listing.
|
||||
|
||||
=> https://search.marginalia.nu/ Marginalia reminds me of the old internet.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mediocregopher's Posts
|
||||
# 👻 mediocregopher's Posts
|
||||
|
||||
{{ $page := .GetQueryIntValue "page" 0 -}}
|
||||
|
||||
@ -22,7 +22,7 @@ Here you'll find an archive of all published posts. The content varies almost as
|
||||
{{ if $getPostsRes.HasMore -}}
|
||||
=> {{ BlogURL "posts" }}/?page={{ .Add $page 1 }} Next page
|
||||
{{ end }}
|
||||
================================================================================
|
||||
========================================
|
||||
|
||||
=> {{ BlogURL "feed.xml" }} RSS feed
|
||||
|
||||
|
@ -7,7 +7,7 @@ This post has been translated from it's original markdown format, if it seems bu
|
||||
|
||||
{{ end -}}
|
||||
|
||||
# {{ $post.Title }}
|
||||
# 👻 {{ $post.Title }}
|
||||
|
||||
{{ if ne $post.Description "" -}}
|
||||
> {{ $post.Description }}
|
||||
@ -16,7 +16,7 @@ This post has been translated from it's original markdown format, if it seems bu
|
||||
|
||||
{{ .PostBody $post }}
|
||||
|
||||
================================================================================
|
||||
========================================
|
||||
|
||||
Published {{ $post.PublishedAt.Format "2006-01-02" }} by mediocregopher
|
||||
|
||||
|
@ -9,10 +9,8 @@
|
||||
</p>
|
||||
|
||||
<h2>Social</h2>
|
||||
<p>Feel free to hmu on any of these if you'd like to get in touch.</p>
|
||||
<p>Feel free to hmu over email if you'd like to get in touch.</p>
|
||||
<ul>
|
||||
<li>Matrix: <a href="https://matrix.to/#/@mediocregopher:waffle.farm">@mediocregopher:waffle.farm</a></li>
|
||||
<li>Mastodon: <a href="https://social.cryptic.io/@mediocregopher">@mediocregopher@social.cryptic.io</a></li>
|
||||
<li>Email: <a href="mailto:me@mediocregopher.com">me@mediocregopher.com</a></li>
|
||||
</ul>
|
||||
|
||||
@ -25,20 +23,15 @@
|
||||
are for open-source code I've written.
|
||||
</li>
|
||||
<li><a href="https://github.com/mediocregopher/radix">radix</a> is for using redis with go.</li>
|
||||
<li><a href="https://code.betamike.com/cryptic-io/cryptic-net">cryptic-net</a> implements the foundation of a community infrastucture.</li>
|
||||
<li><a href="https://code.betamike.com/micropelago">micropelago</a> implements the foundation of a community infrastucture.</li>
|
||||
<li><a href="https://code.betamike.com/mediocregopher/mediocre-blog">mediocre-blog</a> is the CMS I designed from scratch to run this site.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Art</h2>
|
||||
<ul>
|
||||
<li><a href="https://opensea.io/mediocregopher?tab=created">OpenSea</a> lists some NFTs I've made.</li>
|
||||
<li><a href="https://exchange.art/artists/mediocregopher/series">Exchange.art</a> lists others.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Other</h2>
|
||||
<ul>
|
||||
<li><a href="https://bgpicciano.com">bgpicciano.com</a> is my cover site/resume.</li>
|
||||
<li><a href="https://news.cryptic.io">Cryptic News</a> aggregates interesting blogs.</li>
|
||||
<li><a href="https://opensea.io/mediocregopher?tab=created">OpenSea</a> lists some NFTs I've made.</li>
|
||||
</ul>
|
||||
|
||||
<hr/>
|
||||
|
Loading…
Reference in New Issue
Block a user