Blog

Posts with Tag: featured

Exporting Wordpress to GravCMS

Posted on 4th May 2023

Overview Wordpress, like GravCMS, is a PHP-based content management system. Unlike Grav, Wordpress requires a database to store its data. Grav uses the filesystm to store configuration and page data. Wordpress does not natively offer an option to export its data in a format that Grav can easil...

HTML Template to GravCMS, Part 1

Posted on 13th Oct 2020

Introduction This post (and the ones following) documents how I converted a nice HTML theme called Editorial from HTML5 Up to a usable theme for Grav CMS. You can find the finished Grav theme here.