updates
This commit is contained in:
parent
4d52b2734b
commit
15cb34da0d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -11,7 +11,7 @@ system into a format suitable for public sharing.</p>
|
|||
{% if articles %}
|
||||
<h3>Latest stream</h3>
|
||||
<ul>
|
||||
{% for article in dates|select_journal %}
|
||||
{% for article in dates|select_stream %}
|
||||
<li>{{ article.date|strftime('%Y-%m-%d') }}: <a href='{{ SITEURL }}/{{ article.url }}'>{{ article.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue