The website is now built using remix -> https://github.com/josemiguel-alvarez/remix-blog
This is my personal blog where I will be posting technical content that I've learned and that I've found interesting.
This project has been created using the tailwind-nextjs-starter-blog project. It uses Next.js's Static Generation feature using Markdown files as the data source.
The blog posts are stored in /data/blog
as Markdown files with front matter support. It also supports Markdown with JSX (.mdx
files).
Technologies used in the project:
- NextJS
- TailwindCSS
- React