blog.ts

Declarations
#

10 declarations

view source

blog_feed_context
#

blog.ts view source

{ get: (error_message?: string | undefined) => BlogFeed; get_maybe: () => BlogFeed | undefined; set: (value: BlogFeed) => BlogFeed; }

BlogComments
#

BlogFeed
#

BlogFeedData
#

BlogModule
#

BlogPostData
#

blog.ts view source

BlogPostData

The author-defined data for each post.

title

type string

slug

type string

date_published

type string

date_modified

type string

summary

type string

tags

type Array<string>

comments

BlogPostId
#

BlogPostItem
#

blog.ts view source

BlogPostItem

inheritance

extends:

id

Blog post path with blog_post_id.

type string

url

Blog post path with slug.

type string

blog_post_id

Incrementing 1-based integer.

tags

type Array<string>

BlogPostModule
#

MastodonBlogComments
#

Imported by
#