Fix some broken links from the migration

This commit is contained in:
Nathan Fisher 2022-03-30 15:28:56 -04:00
parent 0bf3751026
commit 6279606a1c
6 changed files with 21 additions and 10 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
(
title: "Re: On Learning",
title: "On Learning",
summary: None,
published: Some((
year: 2022,

View file

@ -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,

View file

@ -1,5 +1,5 @@
(
title: "Re: Scarlet WWW",
title: "Re Scarlet WWW",
summary: None,
published: Some((
year: 2022,

View file

@ -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,

View file

@ -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,