-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hei @rinkkasatiainen, I have a proposal on how to use Trello as a CMS.
I have set up this repository on Netlify which publishes the content from the Website Content list on the Codebreeze Trello board via Netlify to https://codebreeze.netlify.com/.
Every change to the list or the cards in there triggers a Netlify build because it sets up Trello webhooks.
The description of the card (which is Markdown) will be render as HTML, and the order of the cards is preserved, so they can easily be re-arranged on the site.
This means that once you change a card, an update to the website will be deployed in around 20 seconds.
It's a proof of concept, but if you think this is a usable approach I can add some simple design tweaks to the website (like some CSS 😄).