This repo hosts the code for my dev blog.
Hosted with Vercel at -- https://dev-blog-five-theta.vercel.app/. (It's
Currently, the content there is just a plan for my future articles, they will be replaced when I write some new articles!
- GraphCMS in the Content Layer
- NextJS as Static Site Generator
- TailwindCSS for styling
- Create a GraphCMS project with schemas matching the ones defined in
schema/
and add some content - Copy
.env.template
to.env
and add GraphCMS public endpoint inGRAPHCMS_URL
variable npm install
to install the dependenciesnpm run dev
to run local dev server
You are free to adopt this project according to your own needs. Be sure to replace some hard-coded values! (I will be moving them into seperate constants.ts
in some time)