Blog - Configuration

How to set up blogging feature in Eleventy LibDoc

2025-05-23

ITADS

Here are the parameters related to blog.

{
    "blogTitle": "My Posts",
    "blogDescription": "My own description for my blog",
    "blogAuthor": "The Blog Team",
    "blogSlug": "posts",
}

A blog link appears when at least one page is tagged with post. Learn more about blog feature usage.