- /
-
- Configuration /
- Blog - Configuration
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",
}
blogTitle
sets the text of the blog title.blogDescription
sets the text of the blog description.blogAuthor
sets a custom author for the blog.blogSlug
sets a permalink prefix for every blog permalinks.
A blog link appears when at least one page is tagged with post
. Learn more about blog feature usage.