|
|
|
|
|
by nowandlater
1172 days ago
|
|
If you really want to go headless, and I know I'm going to catch flak for this, but consider Drupal 10. Install it using all of the defaults, create a content type for your blog with whatever fields (the built in fields are all enough). Enable the included RESTful web services module. Add a Drupal view with its default display as REST export and you now have data to consume by whatever tooling you want to use. Drupal 10's default admin theme and WYSIWYG editor are straight forward / pleasing to use. Like others have suggested, use WordPress if your main goal is simplicity and ease of use. |
|