Awesome
The website is now built using remix -> https://github.com/josemiguel-alvarez/remix-blog
<h1 align="center" id="title">jmalvarez.dev</h1> <p align="center"><img src="https://img.shields.io/github/license/josemiguel-alvarez/nextjs-blog" alt="shields"> <img src="https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2Fjosemiguel-alvarez%2Fnextjs-blog" alt="shields"> <img src="https://img.shields.io/github/checks-status/josemiguel-alvarez/nextjs-blog/main" alt="shields"><img src="https://img.shields.io/github/workflow/status/josemiguel-alvarez/nextjs-blog/CodeQL" alt="shields"></p> <p align="center"><img src="https://socialify.git.ci/josemiguel-alvarez/nextjs-blog/image?descriptionEditable=&language=1&name=1&owner=1&pattern=Plus&theme=Light" alt="project-image"></p> <p id="description">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