This package helps to create Blog behaviors with LUYA CMS.
Install the extension through composer:
composer require luyadev/luya-blog
The main idea behind LUYA Blog is to create a CMS Folder Structure which might be not rendered inside the application menu, but display in a "blog section" block. See the CMS Page illustration tree below:
.
├── About
├── Blog <= Add the BlogOverviewWidget here
│ ├── First Entry
│ ├── Second Entry
│ └── Last Entry
└── Homepage
- BlogOverviewWidget: Use this widget to display all children pages for a given root page.