You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The blog content will be hosted under src/client/blog as React files (maybe mdx).
I was originally planning on exposing the blog content via an API, but that doesn't make much sense, especially considering that I'm planning on making some of the content rich.
We need:
A link to the list of blog posts
The latest X blog posts on the home page
The ability to render a snippet of a blog post for the list
Search functionality
Tagging functionality
Sharing functionality (link to twitter, reddit, etc)
There will be some data model required behind this, which will be interesting. It can probably still be statically populated in the code, however.
The text was updated successfully, but these errors were encountered:
The blog content will be hosted under src/client/blog as React files (maybe mdx).
I was originally planning on exposing the blog content via an API, but that doesn't make much sense, especially considering that I'm planning on making some of the content rich.
We need:
There will be some data model required behind this, which will be interesting. It can probably still be statically populated in the code, however.
The text was updated successfully, but these errors were encountered: