From e313f92d2918691cf0705d512a7bb2fa25625dca Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Sun, 14 Apr 2024 08:04:29 -0500 Subject: [PATCH] Update from-scribbles-to-gemini-with-echofeed.gmi --- gemlog/from-scribbles-to-gemini-with-echofeed.gmi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gemlog/from-scribbles-to-gemini-with-echofeed.gmi b/gemlog/from-scribbles-to-gemini-with-echofeed.gmi index 189bbd9..fef7cdc 100644 --- a/gemlog/from-scribbles-to-gemini-with-echofeed.gmi +++ b/gemlog/from-scribbles-to-gemini-with-echofeed.gmi @@ -8,10 +8,11 @@ I posted *almost* a month ago[1] that I was pausing my Scribblesing while I focu After tinkering with it quite a bit today, I think I've got a working (if not particularly elegant) solution. -Now, when EchoFeed sees a new post on my Scribbles feed, it copies the post to a Markdown file in the GitHub repo[1] I use for my capsule. A GitHub Actions workflow is triggered by the creation of that new Markdown file and converts it to the Gemtext format, complete with a YAML sidecar to hold metadata for gempost[2], a static site generator for Gemini. And then the creation of *that* file triggers another workflow which uses gempost to build the site and then push it to my server. +Now, when EchoFeed sees a new post on my Scribbles feed, it copies the post to a Markdown file in the GitHub repo[1] I use for deploying content to my capsule. A GitHub Actions workflow is triggered by the creation of that new Markdown file and converts it to the Gemtext format, complete with a YAML sidecar to hold metadata for gempost[2], a static site generator for Gemini. And then the creation of *that* file triggers another workflow[3] which uses gempost to build the site and then push it to my server. => https://github.com/jbowdre/capsule 1: GitHub repo => https://github.com/justlark/gempost 2: gempost +=> https://runtimeterror.dev/gemini-capsule-gempost-github-actions/ 3: another workflow Now I get to check out all the cool new stuff Vincent has been adding to Scribbles[1] while still maintaining a presence on the altweb. Very exciting! => https://scribbles.page/updates 1: cool new stuff Vincent has been adding to Scribbles