The long-term goal for this project is to create a blog, pages for TriDev members (to create backlinks to their own sites by contributing a PR), and to store other information to generate the static site (sponsor list, other meetup and community links, etc).
Most likely we need these entries in Markdown/.md files that we can read with yaml headers for other metadata, but JSON will likely also work.
The benefit of Markdown files as data in a folder is that it will be easier to edit long-form content directly in markdown, and we can make a "postPage" component that will render the markdown, similar to a Wordpress type post.
The long-term goal for this project is to create a blog, pages for TriDev members (to create backlinks to their own sites by contributing a PR), and to store other information to generate the static site (sponsor list, other meetup and community links, etc).
Most likely we need these entries in Markdown/.md files that we can read with yaml headers for other metadata, but JSON will likely also work.
The benefit of Markdown files as data in a folder is that it will be easier to edit long-form content directly in markdown, and we can make a "postPage" component that will render the markdown, similar to a Wordpress type post.