Add repository-owned project publishing
Deploy production / deploy (push) Successful in 4s

This commit is contained in:
2026-08-11 23:24:55 -07:00
parent 2b4eb9f0f6
commit ec6e21bb25
17 changed files with 1742 additions and 35 deletions
+49
View File
@@ -0,0 +1,49 @@
[model]
name = Project Devlog Entry
label = {{ this.title }}
hidden = yes
[fields.schema_version]
label = Publishing schema
type = integer
[fields.title]
label = Title
type = string
size = large
[fields.date]
label = Publication date
type = date
[fields.author]
label = Author
type = string
[fields.summary]
label = Summary
type = text
[fields.tags]
label = Topics
type = strings
[fields.topic_tags]
label = Imported topics
type = strings
[fields.source_commit]
label = Source commit
type = string
[fields.source_commit_url]
label = Source commit URL
type = url
[fields.source_commit_time]
label = Source commit time
type = datetime
[fields.body]
label = Body
type = markdown