From 6279606a1c2576b3020a8a83fa41b101adc1d241 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Wed, 30 Mar 2022 15:28:56 -0400 Subject: [PATCH] Fix some broken links from the migration --- content/gemlog/capsule_migration.gmi | 17 ++++++++++++++--- content/gemlog/on_learning.gmi | 2 +- content/gemlog/re_email_in_fact_its_worse.gmi | 2 +- content/gemlog/re_scarlet_www.gmi | 2 +- content/gemlog/status.gmi | 4 ++-- content/gemlog/vostok.gmi | 4 ++-- 6 files changed, 21 insertions(+), 10 deletions(-) diff --git a/content/gemlog/capsule_migration.gmi b/content/gemlog/capsule_migration.gmi index a644dcb..2f50406 100644 --- a/content/gemlog/capsule_migration.gmi +++ b/content/gemlog/capsule_migration.gmi @@ -1,8 +1,19 @@ ( title: "Capsule Migration", summary: Some("Migrating this capsule to Vostok"), - published: None, - tags: ["announcements", "vostok", "programming"], + published: Some(( + year: 2022, + month: 3, + day: 30, + hour: 19, + minute: 14, + second: 29, + )), + tags: [ + "announcements", + "vostok", + "programming", + ], ) --- I spent my little bit of free time the last two days doing some code cleanup and documentation passes on Vostok. I'm sure that it's not "fully baked" yet, but it was close enough to migrate the capsule over this morning. Overall, I'm pretty well pleased with the result. The actual migration probably only took about 20 minutes, involving initializing the capsule, and then adding the relevant metadata to each post in order to recreate things as close as possible after running vostok build. @@ -23,4 +34,4 @@ I have a small list of features that I want to work on in the future. This is th * Allow use of an ascii art banner to be used as a page header, if the file "banner.txt" exists in the capsule root * The aforementioned tweaks to capsule initialization And for my own personal use of Vostok -* Create some webhooks to rebuild the site when I push a new post to the git repo +* Create some webhooks to rebuild the site when I push a new post to the git repo \ No newline at end of file diff --git a/content/gemlog/on_learning.gmi b/content/gemlog/on_learning.gmi index df6a924..d8603cd 100644 --- a/content/gemlog/on_learning.gmi +++ b/content/gemlog/on_learning.gmi @@ -1,5 +1,5 @@ ( - title: "Re: On Learning", + title: "On Learning", summary: None, published: Some(( year: 2022, diff --git a/content/gemlog/re_email_in_fact_its_worse.gmi b/content/gemlog/re_email_in_fact_its_worse.gmi index 4fa9266..4c05fdc 100644 --- a/content/gemlog/re_email_in_fact_its_worse.gmi +++ b/content/gemlog/re_email_in_fact_its_worse.gmi @@ -1,5 +1,5 @@ ( - title: "Re: Email - in fact it\'s worse", + title: "Re Email in fact its worse", summary: None, published: Some(( year: 2022, diff --git a/content/gemlog/re_scarlet_www.gmi b/content/gemlog/re_scarlet_www.gmi index b114aa9..e124e50 100644 --- a/content/gemlog/re_scarlet_www.gmi +++ b/content/gemlog/re_scarlet_www.gmi @@ -1,5 +1,5 @@ ( - title: "Re: Scarlet WWW", + title: "Re Scarlet WWW", summary: None, published: Some(( year: 2022, diff --git a/content/gemlog/status.gmi b/content/gemlog/status.gmi index 9fec081..66f6dad 100644 --- a/content/gemlog/status.gmi +++ b/content/gemlog/status.gmi @@ -1,6 +1,6 @@ ( - title: "Update on Eva and GemView", - summary: None, + title: "Status", + summary: Some("Update on Eva and Gemview"), published: Some(( year: 2022, month: 3, diff --git a/content/gemlog/vostok.gmi b/content/gemlog/vostok.gmi index 6606e61..24ffab8 100644 --- a/content/gemlog/vostok.gmi +++ b/content/gemlog/vostok.gmi @@ -1,6 +1,6 @@ ( - title: "Announcing Vostok", - summary: None, + title: "Vostok", + summary: Some("Announcing the Vostok static capsule generator"), published: Some(( year: 2022, month: 3,