diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2024-05-11 17:00:47 +0200 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2024-05-11 17:00:47 +0200 |
commit | 9df6c046161dd06447ba0c5643ca6bcc4758320e (patch) | |
tree | dd2f8567bf14a0da22623d0848456f4953366c81 | |
parent | 6af3a7ccdeb0f61cabd17a8ddfd59b17806e3ddf (diff) |
Update index pages with dev.mediocregopher.com
-rw-r--r-- | src/gmi/tpl/index.gmi | 8 | ||||
-rw-r--r-- | src/http/tpl/index.html | 24 |
2 files changed, 22 insertions, 10 deletions
diff --git a/src/gmi/tpl/index.gmi b/src/gmi/tpl/index.gmi index 39097a6..b854481 100644 --- a/src/gmi/tpl/index.gmi +++ b/src/gmi/tpl/index.gmi @@ -27,16 +27,16 @@ Feel free to hmu over email or Signal if you'd like to get in touch. ## Dev -=> https://code.betamike.com/mediocregopher Gitea is for newer open-source code I've written. +=> https://dev.mediocregopher.com dev.mediocregopher.com is for newer open-source code I've written. -=> https://github.com/mediocregopher Github is for older 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. -=> https://dev.mediocregopher.com/mediocre-blog.git mediocre-blog is the CMS I designed from scratch to run this site. - ## Other => https://bgpicciano.com/ bgpicciano.com is my cover site/resume. diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index 599a666..7f6399a 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -23,14 +23,26 @@ <h2>Dev</h2> <ul> <li> - <a href="https://code.betamike.com/mediocregopher">Gitea</a> - and - <a href="https://github.com/mediocregopher">GitHub</a> - are for open-source code I've written. + <a href="https://dev.mediocregopher.com">dev.mediocregopher.com</a> is + for open-source projects I still care about. + <ul> + <li> + <a href="https://dev.mediocregopher.com/mediocre-blog/">mediocre-blog</a> + is the CMS I designed from scratch to run this site. + </li> + </ul> + </li> + <li> + <a href="https://github.com/mediocregopher">My GitHub</a> is a graveyard + of abandonware, with one exception. + <ul> + <li> + <a href="https://github.com/mediocregopher/radix">radix</a> is for + using redis with go. + </li> + </ul> </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/micropelago">micropelago</a> implements the foundation of a community infrastucture.</li> - <li><a href="https://dev.mediocregopher.com/mediocre-blog.git">mediocre-blog</a> is the CMS I designed from scratch to run this site.</li> </ul> <h2>Other</h2> |