I have a website that is custom built, using PHP and js/jQuery. We started long ago with Wordpress, but quickly switched to building the website from the ground up, because it enabled us to optimize the website better for SEO and speed.
Previously, articles would be written by ourselves or our partners and then me or my tech intern, would publish the articles on the website. However, we're growing and we need to facilitate our content writers to directly add or edit articles to our website, without being very dependent on our technical people. That means we need some form of CMS. What is the best option in this situation, in your experience? I've identified the following options:
- Using some sort of CMS, such as Contentful. I don't know if such a CMS fits our needs.
- Using something like Markdown and then making a script that publishes the article on the website. This is probably the most work and cumbersome in the future.
- Creating a separate gitlab project, that restricts direct access to all the website files and code, but allows our content writers to publish the articles in a specified form in a subdirectory. Then publish those articles on the website by implementing some minimal code. The nice thing is that code changes by the content writers would directly be updated on the website.
What do you think is best?
Previously, articles would be written by ourselves or our partners and then me or my tech intern, would publish the articles on the website. However, we're growing and we need to facilitate our content writers to directly add or edit articles to our website, without being very dependent on our technical people. That means we need some form of CMS. What is the best option in this situation, in your experience? I've identified the following options:
- Using some sort of CMS, such as Contentful. I don't know if such a CMS fits our needs.
- Using something like Markdown and then making a script that publishes the article on the website. This is probably the most work and cumbersome in the future.
- Creating a separate gitlab project, that restricts direct access to all the website files and code, but allows our content writers to publish the articles in a specified form in a subdirectory. Then publish those articles on the website by implementing some minimal code. The nice thing is that code changes by the content writers would directly be updated on the website.
What do you think is best?