I’ve been building a static website and the client has suddenly stated that they would like the ability to change the content( words ) and pictures when they feel like it. What is the best way to do this? I could build something, I just want to make sure there isn’t already something out there. I need this to be a simple as possible.
Share
Use a CMS; a Content Management System.
There are plenty of open-source ones. Wikipedia has a list of many CMS’s here.
You’ll need to decide on a CMS, and set it up. Afterwards, it becomes a matter of styling the CMS after the theme of the static website you have designed. You probably can find many tutorials online, depending on the CMS you choose (that could be part of your criteria).