A fully-automated, Flex-Objects powered blogging solution for Grav CMS. Clone it under user/plugins/blog
, enable, and it will:
- Auto-install demo pages under
user/pages/02.blogs
anduser/pages/blog
- Merge and modify your
user/config/site.yaml
, adding the necessary route for pretty URLs (/blog/{slug}
) - Copy a Flex-Objects blueprint so you can manage posts via Admin → Flex Objects → Blogs
- Enqueue custom CSS (
user/plugins/blog/css/custom.css
) for a polished, responsive layout - Provide slug-based detail pages that redirect seamlessly from the list to the full post
Developed and maintained by Developers Alliance.
- Clone into Grav
cd /path/to/grav-site/user/plugins git clone