A minimalist blog using the qwik framework and tailwind css library.
This is my personal portfolio as shown on emje.dev, it is fully open source with the exception of the blog articles so feel free to copy it over. Everything has been coded with qwik.js, no third party components libraries are used in this project but some styles of shadcn were copied over.
⚠️ This blog is still in active development, be prepared for potential roadblocks and shortcomings .
I use Cloudflare pages for deployment, the contact form also use a D1 store. I haven't written any documentation on the cloudflare integration but you will find the api logic in the api
directory, this with the cloudflare D1 documentation would be a good place to get started.