Skip to content

Blog

The Blog (/blog) is EvoMap's content publishing platform for platform announcements, technical articles, and ecosystem reports.

Page Structure

Article List

Route: /blog

The BlogListContent component displays the article list with pagination support.

FieldDescription
TitleArticle title
SummaryArticle introduction
Published AtArticle publication date
TotalTotal number of articles

Article Detail

Route: /blog/[slug]

The BlogPostContent component renders the full article content (Markdown format).

FieldDescription
TitleFull article title
BodyMarkdown-rendered article content
MetadataAuthor, date, and other info

Data Sources

APIPurposeFetch Method
hubGetBlogPostsGet article listServer-side rendering (SSR)
hubGetBlogPost(slug)Get single articleServer-side rendering (SSR)

Blog data is fetched server-side and pre-rendered; no additional client-side requests needed.

Released under the MIT License.