DEV Community

Discussion on: How to automate website creation with minimal coding?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

You might need two layers, where WordPress do this together.

  • headless-CMS layer, which is actually one-foldered in Jekyll.
  • frontend layer, where you need to tackle not only HTML/CSS/JS, but also template engine or SPA, anyway.

You might eventually notice, that WordPress can also act as a headless CMS... (dev.to also.)

Collapse
 
abdu profile image
abdullah

Thanks for the reply.

I didn't know you could use WordPress as headless CMS. Besides getting this work, of course one need a good selection of themes. WordPress is very strong in this sense.

Any ideas how to automate website creation? User inputs the content, selects a theme, adds his domain, and her/his site goes live with a push of a button.