This is a blog app created and written Glenn Meyer. Next.js was used to bootstrap the porject by using create-next-app
.
This blog uses NextJS and React for the frontend and is styled using TailwindCSS. All pages are statically generated (getStaticProps/getStaticPaths), but SSR/ISR could be used very easily if desired.
Content is managed with SanityCMS. If you wish to use this project for your own blog, you will need to create an account with Sanity in order to get your own project ID.