Bringing my blog back to life on #gemini :
- Step 1/4: Export orgmode to markdown with yaml frontmatter (instead of toml) ✅
- Step 2/4: Convert markdown to gemtext, including internal links and images (thanks lowdown) ✅
- Step 3/4: Automate build of the capsule in my CI/CD pipeline (like I did for my website): ✅
- Step 4/4: Auto deploy after successful build based on ntfy message (like for my blog): In progress!
There is actually a step 5, which is changing DNS to point to the new server, but that is not worth a line in here :-).
I'm actually very happy that my capsule is now generated with a working blog area with working internal links and images, which weren't the case before! For now, all is deployed in an inaccessible capsule as DNS points to the old one, but looking at the success I had in the past days, I think my blog will be back and up to date on gemini by the end of week!
Never thought that would be that quick, just needed the right level of motivation (and finding lowdown was key too).