HTI Docs
Contentful Documentation/Content Types

✍️ Blog Post

Content structure for individual blog articles displayed on the blog page.

This content type defines a blog article to be displayed on the blog page.


Fields

  • id (Text)
    Unique identifier for the blog post.
    Validation: must be unique.

  • title (Text)
    Title of the blog post.
    Validation: must be unique.

  • date (Date)
    Publication date of the post.

  • author (Text)
    Author name (optional).

  • category (Text)
    Post category (optional).

  • excerpt (Text)
    Short preview or summary of the article content.

  • content (RichText)
    Main article body.
    Validation: No marks or node types allowed (plain text only).

  • image (Asset Link)
    Optional image associated with the blog post.

On this page