From 2d89475f0b9648e5efcf827d3e01356ee84b5465 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 19:59:58 +0100 Subject: renames capsule -> gemini --- gemini/content/feed.gmi | 1 + gemini/content/images | 1 + gemini/content/index.gmi | 17 +++++++++++++++++ gemini/content/logs/index.gmi | 8 ++++++++ gemini/content/logs/longlog | 1 + gemini/content/subscriptions.gmi | 1 + 6 files changed, 29 insertions(+) create mode 120000 gemini/content/feed.gmi create mode 120000 gemini/content/images create mode 100644 gemini/content/index.gmi create mode 100644 gemini/content/logs/index.gmi create mode 120000 gemini/content/logs/longlog create mode 120000 gemini/content/subscriptions.gmi (limited to 'gemini/content') diff --git a/gemini/content/feed.gmi b/gemini/content/feed.gmi new file mode 120000 index 0000000..c05592d --- /dev/null +++ b/gemini/content/feed.gmi @@ -0,0 +1 @@ +../comitium-data/feed.gmi \ No newline at end of file diff --git a/gemini/content/images b/gemini/content/images new file mode 120000 index 0000000..ccc7a5b --- /dev/null +++ b/gemini/content/images @@ -0,0 +1 @@ +../../common/images/ \ No newline at end of file diff --git a/gemini/content/index.gmi b/gemini/content/index.gmi new file mode 100644 index 0000000..88b7303 --- /dev/null +++ b/gemini/content/index.gmi @@ -0,0 +1,17 @@ +# joeac's capsule + +Hi! I'm Joe Carstairs, and you've found my capsule, gemini://joeac.net. + +=> /logs/longlog.gmi My longlog (for long posts) +=> /logs/microlog.gmi My microlog (for short posts) +=> /logs/loglog.gmi My loglog (all my posts forgathered) +=> /logs/index.gmi An index of all my logs (don't visit this page) +=> /feed.gmi My feed aggregator + +Here are some other ways to 'engage' with me on the so-called 'Internet': + +=> https://joeac.net Web +=> https://www.linkedin.com/in/joe-carstairs-0aa936277/ LinkedIn +=> https://www.facebook.com/joe.carstairs.5 Facebook +=> https://git.joeac.net My own Gitea instance +=> https://github.com/joeacarstairs GitHub diff --git a/gemini/content/logs/index.gmi b/gemini/content/logs/index.gmi new file mode 100644 index 0000000..e9109a8 --- /dev/null +++ b/gemini/content/logs/index.gmi @@ -0,0 +1,8 @@ +# joeac's logs + +I told you not to visit this page! There's nothing here you can't get on my homepage. I hope you're disappointed. + +=> / My homepage (way cooler than this page) +=> /logs/longlog.gmi My longlog (for long posts) +=> /logs/microlog.gmi My microlog (for short posts) +=> /logs/loglog.gmi My loglog (all my posts forgathered) diff --git a/gemini/content/logs/longlog b/gemini/content/logs/longlog new file mode 120000 index 0000000..f04f5e4 --- /dev/null +++ b/gemini/content/logs/longlog @@ -0,0 +1 @@ +../../../common/longlog/ \ No newline at end of file diff --git a/gemini/content/subscriptions.gmi b/gemini/content/subscriptions.gmi new file mode 120000 index 0000000..0935ecb --- /dev/null +++ b/gemini/content/subscriptions.gmi @@ -0,0 +1 @@ +../comitium-data/subscriptions.gmi \ No newline at end of file -- cgit v1.2.3