Files
labyricorn-site/models/entry.ini
T
Labyricorn ae6a143ee9
Deploy production / deploy (push) Successful in 1s
Add article information cards
2026-08-11 21:24:54 -07:00

47 lines
634 B
INI

[model]
name = Entry
label = {{ this.title }}
[fields.title]
label = Title
type = string
[fields.date]
label = Date
type = date
[fields.updated]
label = Updated
type = date
[fields.author]
label = Author
type = string
[fields.tags]
label = Tags
type = strings
[fields.kicker]
label = Type
type = select
choices = Blog, Article, Project
choice_labels = Blog, Article, Project
[fields.summary]
label = Summary
type = text
[fields.body]
label = Body
type = markdown
[fields.external_url]
label = External URL
type = url
[fields.published_urls]
label = Published URLs
type = strings
description = Add one complete URL per line.