This is a very small demo project I made to get familiar with the simple concepts of using Sanity to make a simple blog website where you can add new blog posts to the website from the sanity studio. When you add a blog post, a clickable "post" gets added to the homepage, which takes you to the blogpage of that specific article whenever pressed.
The website is made with react in NEXT.js using TypeScript and TailwindCSS for styling.
This site is currently not hosted for viewing, but it is accessable as a public git repo here: https://github.com/SanderEikenes/sanityblog :)