jchitel / jakechitel.com

Repo storing the code and deploy configuration for my personal website
jakechitel-com.vercel.app
MIT License
0 stars 0 forks source link

Blog framework #8

Open jchitel opened 4 years ago

jchitel commented 4 years ago

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.