Initial Lektor site
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
[model]
|
||||
name = Entry
|
||||
label = {{ this.title }}
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
type = string
|
||||
|
||||
[fields.date]
|
||||
label = Date
|
||||
type = date
|
||||
|
||||
[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
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
[model]
|
||||
name = Page
|
||||
label = {{ this.title }}
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
type = string
|
||||
|
||||
[fields.eyebrow]
|
||||
label = Eyebrow
|
||||
type = string
|
||||
|
||||
[fields.summary]
|
||||
label = Summary
|
||||
type = text
|
||||
|
||||
[fields.body]
|
||||
label = Body
|
||||
type = markdown
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
[model]
|
||||
name = Section
|
||||
label = {{ this.title }}
|
||||
|
||||
[children]
|
||||
order_by = -date
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
type = string
|
||||
|
||||
[fields.eyebrow]
|
||||
label = Eyebrow
|
||||
type = string
|
||||
|
||||
[fields.summary]
|
||||
label = Summary
|
||||
type = text
|
||||
|
||||
Reference in New Issue
Block a user