From 15cb34da0de2db7a711ed6be9f23321400040f03 Mon Sep 17 00:00:00 2001
From: Kyle Isom
Date: Thu, 3 Mar 2022 22:37:21 -0800
Subject: [PATCH] updates
---
content/pages/milestones/m1.md | 4 ++--
content/posts/stream-0x03.md | 2 +-
monospace/templates/index.html | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/pages/milestones/m1.md b/content/pages/milestones/m1.md
index 9fa010d..0ed2a7b 100644
--- a/content/pages/milestones/m1.md
+++ b/content/pages/milestones/m1.md
@@ -7,11 +7,11 @@ Title: M1: Basic artifact storage
- [X] SQL migration (using [sql-migrate](https://github.com/rubenv/sql-migrate))
- [X] Go package for archive blobs
- [X] blob store
-- [ ] syncq
+- [X] syncq
- [X] CLI tool for inserting blobs
### Artifacts
-- [ ] What does an artifact look like? Develop the data model.
+- [X] What does an artifact look like? Develop the data model.
- [ ] Proto definitions for an archive entry
- [ ] Database schema for archive entries
- [ ] SQL migration
diff --git a/content/posts/stream-0x03.md b/content/posts/stream-0x03.md
index 3a36603..3d3cdea 100644
--- a/content/posts/stream-0x03.md
+++ b/content/posts/stream-0x03.md
@@ -1,7 +1,7 @@
Title: Stream 0x03
Slug: stream-0x03
Date: 2022-03-03
-Modified: 2022-03-03 22:03 PST
+Modified: 2022-03-03 22:35 PST
Category:
Tags: stream
Authors: kyle
diff --git a/monospace/templates/index.html b/monospace/templates/index.html
index 8a2bcb4..42abe66 100644
--- a/monospace/templates/index.html
+++ b/monospace/templates/index.html
@@ -11,7 +11,7 @@ system into a format suitable for public sharing.
{% if articles %}
Latest stream
-{% for article in dates|select_journal %}
+{% for article in dates|select_stream %}
- {{ article.date|strftime('%Y-%m-%d') }}: {{ article.title }}
{% endfor %}